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
public abstract class XMLSecEventBaseImpl extends Object implements XMLSecEvent
- Version:
- $Revision: 1659901 $ $Date: 2015-02-15 10:11:24 +0100 (Sun, 15 Feb 2015) $
- Author:
- $Author: giger $
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLSecStartElementparentXMLSecStartELement-
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
-
-
Constructor Summary
Constructors Constructor Description XMLSecEventBaseImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLSecCharactersasCharacters()XMLSecEndElementasEndElement()XMLSecStartElementasStartElement()intgetDocumentLevel()List<QName>getElementPath()voidgetElementPath(List<QName> list)protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T>getEmptyIterator()LocationgetLocation()XMLSecStartElementgetParentXMLSecStartElement()QNamegetSchemaType()XMLSecStartElementgetStartElementAtLevel(int level)booleanisAttribute()booleanisCharacters()booleanisEndDocument()booleanisEndElement()booleanisEntityReference()booleanisNamespace()booleanisProcessingInstruction()booleanisStartDocument()booleanisStartElement()voidsetParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)voidwriteAsEncodedUnicode(Writer writer)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.stream.events.XMLEvent
getEventType
-
-
-
-
Field Detail
-
parentXMLSecStartELement
protected XMLSecStartElement parentXMLSecStartELement
-
-
Method Detail
-
getEmptyIterator
protected static <T> org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl.EmptyIterator<T> getEmptyIterator()
-
setParentXMLSecStartElement
public void setParentXMLSecStartElement(XMLSecStartElement xmlSecStartElement)
- Specified by:
setParentXMLSecStartElementin interfaceXMLSecEvent
-
getParentXMLSecStartElement
public XMLSecStartElement getParentXMLSecStartElement()
- Specified by:
getParentXMLSecStartElementin interfaceXMLSecEvent
-
getDocumentLevel
public int getDocumentLevel()
- Specified by:
getDocumentLevelin interfaceXMLSecEvent
-
getElementPath
public void getElementPath(List<QName> list)
- Specified by:
getElementPathin interfaceXMLSecEvent
-
getElementPath
public List<QName> getElementPath()
- Specified by:
getElementPathin interfaceXMLSecEvent
-
getStartElementAtLevel
public XMLSecStartElement getStartElementAtLevel(int level)
- Specified by:
getStartElementAtLevelin interfaceXMLSecEvent
-
getLocation
public Location 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
public XMLSecStartElement asStartElement()
- Specified by:
asStartElementin interfaceXMLEvent- Specified by:
asStartElementin interfaceXMLSecEvent
-
asEndElement
public XMLSecEndElement asEndElement()
- Specified by:
asEndElementin interfaceXMLEvent- Specified by:
asEndElementin interfaceXMLSecEvent
-
asCharacters
public XMLSecCharacters asCharacters()
- Specified by:
asCharactersin interfaceXMLEvent- Specified by:
asCharactersin interfaceXMLSecEvent
-
getSchemaType
public QName getSchemaType()
- Specified by:
getSchemaTypein interfaceXMLEvent
-
writeAsEncodedUnicode
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
- Specified by:
writeAsEncodedUnicodein interfaceXMLEvent- Throws:
XMLStreamException
-
-