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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class(package private) static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final XMLSecEventBaseImpl.EmptyIteratorprotected XMLSecStartElementFields inherited from interface 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> XMLSecEventBaseImpl.EmptyIterator<T> getStartElementAtLevel(int level) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement) voidwriteAsEncodedUnicode(Writer writer) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XMLEvent
getEventType
-
Field Details
-
EMPTY_ITERATOR
-
parentXMLSecStartELement
-
-
Constructor Details
-
XMLSecEventBaseImpl
public XMLSecEventBaseImpl()
-
-
Method Details
-
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
-