Interface XMLSecEntityDeclaration
-
- All Superinterfaces:
EntityDeclaration
,XMLEvent
,XMLSecEvent
,XMLStreamConstants
- All Known Implementing Classes:
XMLSecEntityDeclarationImpl
public interface XMLSecEntityDeclaration extends XMLSecEvent, EntityDeclaration
- Version:
- $Revision: 1399272 $ $Date: 2012-10-17 16:02:10 +0200 (Wed, 17 Oct 2012) $
- Author:
- $Author: giger $
-
-
Field Summary
-
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
-
-
Method Summary
-
Methods inherited from interface javax.xml.stream.events.EntityDeclaration
getBaseURI, getName, getNotationName, getPublicId, getReplacementText, getSystemId
-
Methods inherited from interface javax.xml.stream.events.XMLEvent
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
-
Methods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asEndElement, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-