public abstract class XMLSecEventBaseImpl extends Object implements XMLSecEvent
| Modifier and Type | Field and Description |
|---|---|
protected XMLSecStartElement |
parentXMLSecStartELement |
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
XMLSecEventBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
XMLSecCharacters |
asCharacters() |
XMLSecEndElement |
asEndElement() |
XMLSecStartElement |
asStartElement() |
int |
getDocumentLevel() |
List<QName> |
getElementPath() |
void |
getElementPath(List<QName> list) |
protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T> |
getEmptyIterator() |
Location |
getLocation() |
XMLSecStartElement |
getParentXMLSecStartElement() |
QName |
getSchemaType() |
XMLSecStartElement |
getStartElementAtLevel(int level) |
boolean |
isAttribute() |
boolean |
isCharacters() |
boolean |
isEndDocument() |
boolean |
isEndElement() |
boolean |
isEntityReference() |
boolean |
isNamespace() |
boolean |
isProcessingInstruction() |
boolean |
isStartDocument() |
boolean |
isStartElement() |
void |
setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement) |
void |
writeAsEncodedUnicode(Writer writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventTypeprotected XMLSecStartElement parentXMLSecStartELement
protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T> getEmptyIterator()
public void setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)
setParentXMLSecStartElement in interface XMLSecEventpublic XMLSecStartElement getParentXMLSecStartElement()
getParentXMLSecStartElement in interface XMLSecEventpublic int getDocumentLevel()
getDocumentLevel in interface XMLSecEventpublic void getElementPath(List<QName> list)
getElementPath in interface XMLSecEventpublic List<QName> getElementPath()
getElementPath in interface XMLSecEventpublic XMLSecStartElement getStartElementAtLevel(int level)
getStartElementAtLevel in interface XMLSecEventpublic Location getLocation()
getLocation in interface XMLEventpublic boolean isStartElement()
isStartElement in interface XMLEventpublic boolean isAttribute()
isAttribute in interface XMLEventpublic boolean isNamespace()
isNamespace in interface XMLEventpublic boolean isEndElement()
isEndElement in interface XMLEventpublic boolean isEntityReference()
isEntityReference in interface XMLEventpublic boolean isProcessingInstruction()
isProcessingInstruction in interface XMLEventpublic boolean isCharacters()
isCharacters in interface XMLEventpublic boolean isStartDocument()
isStartDocument in interface XMLEventpublic boolean isEndDocument()
isEndDocument in interface XMLEventpublic XMLSecStartElement asStartElement()
asStartElement in interface XMLEventasStartElement in interface XMLSecEventpublic XMLSecEndElement asEndElement()
asEndElement in interface XMLEventasEndElement in interface XMLSecEventpublic XMLSecCharacters asCharacters()
asCharacters in interface XMLEventasCharacters in interface XMLSecEventpublic QName getSchemaType()
getSchemaType in interface XMLEventpublic void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventXMLStreamExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.