org.apache.xml.security.stax.impl.stax
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: 1399272 $ $Date: 2012-10-17 15:02:10 +0100 (Wed, 17 Oct 2012) $
- Author:
- $Author: giger $
| 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 |
| 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, writeAsEncodedUnicode |
| 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, writeAsEncodedUnicode |
XMLSecEntityDeclarationImpl
public XMLSecEntityDeclarationImpl(String name)
getPublicId
public String getPublicId()
- Specified by:
getPublicId in interface EntityDeclaration
getSystemId
public String getSystemId()
- Specified by:
getSystemId in interface EntityDeclaration
getName
public String getName()
- Specified by:
getName in interface EntityDeclaration
getNotationName
public String getNotationName()
- Specified by:
getNotationName in interface EntityDeclaration
getReplacementText
public String getReplacementText()
- Specified by:
getReplacementText in interface EntityDeclaration
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURI in interface EntityDeclaration
getEventType
public int getEventType()
- Specified by:
getEventType in interface XMLEvent
isEntityReference
public boolean isEntityReference()
- Specified by:
isEntityReference in interface XMLEvent- Overrides:
isEntityReference in class XMLSecEventBaseImpl
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.