Class XMLSecEventBaseImpl
java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
- All Implemented Interfaces:
XMLEvent,XMLStreamConstants,XMLSecEvent
- Direct Known Subclasses:
XMLSecAttributeImpl,XMLSecCharactersImpl,XMLSecCommentImpl,XMLSecDTDImpl,XMLSecEndDocumentImpl,XMLSecEndElementImpl,XMLSecEntityDeclarationImpl,XMLSecEntityReferenceImpl,XMLSecNamespaceImpl,XMLSecProcessingInstructionImpl,XMLSecStartDocumentImpl,XMLSecStartElementImpl
-
Field Summary
FieldsFields 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidgetElementPath(List<QName> list) protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T>getStartElementAtLevel(int level) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement) voidwriteAsEncodedUnicode(Writer writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.stream.events.XMLEvent
getEventType
-
Field Details
-
parentXMLSecStartELement
-
-
Constructor Details
-
XMLSecEventBaseImpl
public XMLSecEventBaseImpl()
-
-
Method Details
-
getEmptyIterator
protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T> getEmptyIterator() -
setParentXMLSecStartElement
- Specified by:
setParentXMLSecStartElementin interfaceXMLSecEvent
-
getParentXMLSecStartElement
- Specified by:
getParentXMLSecStartElementin interfaceXMLSecEvent
-
getDocumentLevel
public int getDocumentLevel()- Specified by:
getDocumentLevelin interfaceXMLSecEvent
-
getElementPath
- Specified by:
getElementPathin interfaceXMLSecEvent
-
getElementPath
- Specified by:
getElementPathin interfaceXMLSecEvent
-
getStartElementAtLevel
- Specified by:
getStartElementAtLevelin interfaceXMLSecEvent
-
getLocation
- Specified by:
getLocationin interfaceXMLEvent
-
isStartElement
public boolean isStartElement()- Specified by:
isStartElementin interfaceXMLEvent
-
isAttribute
public boolean isAttribute()- Specified by:
isAttributein interfaceXMLEvent
-
isNamespace
public boolean isNamespace()- Specified by:
isNamespacein interfaceXMLEvent
-
isEndElement
public boolean isEndElement()- Specified by:
isEndElementin interfaceXMLEvent
-
isEntityReference
public boolean isEntityReference()- Specified by:
isEntityReferencein interfaceXMLEvent
-
isProcessingInstruction
public boolean isProcessingInstruction()- Specified by:
isProcessingInstructionin interfaceXMLEvent
-
isCharacters
public boolean isCharacters()- Specified by:
isCharactersin interfaceXMLEvent
-
isStartDocument
public boolean isStartDocument()- Specified by:
isStartDocumentin interfaceXMLEvent
-
isEndDocument
public boolean isEndDocument()- Specified by:
isEndDocumentin interfaceXMLEvent
-
asStartElement
- Specified by:
asStartElementin interfaceXMLEvent- Specified by:
asStartElementin interfaceXMLSecEvent
-
asEndElement
- Specified by:
asEndElementin interfaceXMLEvent- Specified by:
asEndElementin interfaceXMLSecEvent
-
asCharacters
- Specified by:
asCharactersin interfaceXMLEvent- Specified by:
asCharactersin interfaceXMLSecEvent
-
getSchemaType
- Specified by:
getSchemaTypein interfaceXMLEvent
-
writeAsEncodedUnicode
- Specified by:
writeAsEncodedUnicodein interfaceXMLEvent- Throws:
XMLStreamException
-