Class XMLSecEntityDeclarationImpl
- java.lang.Object
-
- org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
-
- org.apache.xml.security.stax.impl.stax.XMLSecEntityDeclarationImpl
-
- All Implemented Interfaces:
EntityDeclaration
,XMLEvent
,XMLStreamConstants
,XMLSecEntityDeclaration
,XMLSecEvent
public class XMLSecEntityDeclarationImpl extends XMLSecEventBaseImpl implements XMLSecEntityDeclaration
- Version:
- $Revision: 1659901 $ $Date: 2015-02-15 10:11:24 +0100 (Sun, 15 Feb 2015) $
- Author:
- $Author: giger $
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
parentXMLSecStartELement
-
Fields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
-
-
Constructor Summary
Constructors Constructor Description XMLSecEntityDeclarationImpl(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseURI()
int
getEventType()
String
getName()
String
getNotationName()
String
getPublicId()
String
getReplacementText()
String
getSystemId()
boolean
isEntityReference()
void
writeAsEncodedUnicode(Writer writer)
-
Methods inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.stream.events.XMLEvent
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
-
Methods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-
-
-
Constructor Detail
-
XMLSecEntityDeclarationImpl
public XMLSecEntityDeclarationImpl(String name)
-
-
Method Detail
-
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interfaceEntityDeclaration
-
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interfaceEntityDeclaration
-
getName
public String getName()
- Specified by:
getName
in interfaceEntityDeclaration
-
getNotationName
public String getNotationName()
- Specified by:
getNotationName
in interfaceEntityDeclaration
-
getReplacementText
public String getReplacementText()
- Specified by:
getReplacementText
in interfaceEntityDeclaration
-
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURI
in interfaceEntityDeclaration
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interfaceXMLEvent
-
isEntityReference
public boolean isEntityReference()
- Specified by:
isEntityReference
in interfaceXMLEvent
- Overrides:
isEntityReference
in classXMLSecEventBaseImpl
-
writeAsEncodedUnicode
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
- Specified by:
writeAsEncodedUnicode
in interfaceXMLEvent
- Overrides:
writeAsEncodedUnicode
in classXMLSecEventBaseImpl
- Throws:
XMLStreamException
-
-