EntityDeclaration
, XMLEvent
, XMLStreamConstants
, XMLSecEntityDeclaration
, XMLSecEvent
public class XMLSecEntityDeclarationImpl extends XMLSecEventBaseImpl implements XMLSecEntityDeclaration
parentXMLSecStartELement
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor | Description |
---|---|
XMLSecEntityDeclarationImpl(String name) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
public XMLSecEntityDeclarationImpl(String name)
public String getPublicId()
getPublicId
in interface EntityDeclaration
public String getSystemId()
getSystemId
in interface EntityDeclaration
public String getName()
getName
in interface EntityDeclaration
public String getNotationName()
getNotationName
in interface EntityDeclaration
public String getReplacementText()
getReplacementText
in interface EntityDeclaration
public String getBaseURI()
getBaseURI
in interface EntityDeclaration
public int getEventType()
getEventType
in interface XMLEvent
public boolean isEntityReference()
isEntityReference
in interface XMLEvent
isEntityReference
in class XMLSecEventBaseImpl
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLSecEventBaseImpl
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.