org.apache.xml.security.stax.ext.stax
Interface XMLSecEvent
- All Superinterfaces:
- XMLEvent, XMLStreamConstants
- All Known Subinterfaces:
- XMLSecAttribute, XMLSecCharacters, XMLSecComment, XMLSecDTD, XMLSecEndDocument, XMLSecEndElement, XMLSecEntityDeclaration, XMLSecEntityReference, XMLSecNamespace, XMLSecProcessingInstruction, XMLSecStartDocument, XMLSecStartElement
- All Known Implementing Classes:
- XMLSecAttributeImpl, XMLSecCharactersImpl, XMLSecCommentImpl, XMLSecDTDImpl, XMLSecEndDocumentImpl, XMLSecEndElementImpl, XMLSecEntityDeclarationImpl, XMLSecEntityReferenceImpl, XMLSecEventBaseImpl, XMLSecNamespaceImpl, XMLSecProcessingInstructionImpl, XMLSecStartDocumentImpl, XMLSecStartElementImpl
public interface XMLSecEvent
- extends XMLEvent
- Version:
- $Revision: 1399606 $ $Date: 2012-10-18 13:17:41 +0100 (Thu, 18 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 interface javax.xml.stream.events.XMLEvent |
getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode |
setParentXMLSecStartElement
void setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)
getParentXMLSecStartElement
XMLSecStartElement getParentXMLSecStartElement()
getDocumentLevel
int getDocumentLevel()
getElementPath
void getElementPath(List<QName> list)
getElementPath
List<QName> getElementPath()
getStartElementAtLevel
XMLSecStartElement getStartElementAtLevel(int level)
asStartElement
XMLSecStartElement asStartElement()
- Specified by:
asStartElement in interface XMLEvent
asEndElement
XMLSecEndElement asEndElement()
- Specified by:
asEndElement in interface XMLEvent
asCharacters
XMLSecCharacters asCharacters()
- Specified by:
asCharacters in interface XMLEvent
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.