public class XMLSecEntityDeclarationImpl extends XMLSecEventBaseImpl implements XMLSecEntityDeclaration
parentXMLSecStartELementATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
XMLSecEntityDeclarationImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI() |
int |
getEventType() |
String |
getName() |
String |
getNotationName() |
String |
getPublicId() |
String |
getReplacementText() |
String |
getSystemId() |
boolean |
isEntityReference() |
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement, writeAsEncodedUnicodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElementgetLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodepublic XMLSecEntityDeclarationImpl(String name)
public String getPublicId()
getPublicId in interface EntityDeclarationpublic String getSystemId()
getSystemId in interface EntityDeclarationpublic String getName()
getName in interface EntityDeclarationpublic String getNotationName()
getNotationName in interface EntityDeclarationpublic String getReplacementText()
getReplacementText in interface EntityDeclarationpublic String getBaseURI()
getBaseURI in interface EntityDeclarationpublic int getEventType()
getEventType in interface XMLEventpublic boolean isEntityReference()
isEntityReference in interface XMLEventisEntityReference in class XMLSecEventBaseImplCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.