Class XMLSecEndElementImpl
- java.lang.Object
-
- org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
-
- org.apache.xml.security.stax.impl.stax.XMLSecEndElementImpl
-
- All Implemented Interfaces:
javax.xml.stream.events.EndElement,javax.xml.stream.events.XMLEvent,javax.xml.stream.XMLStreamConstants,XMLSecEndElement,XMLSecEvent
public class XMLSecEndElementImpl extends XMLSecEventBaseImpl implements XMLSecEndElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
XMLSecEventBaseImpl.LocationImpl
-
-
Field Summary
Fields Modifier and Type Field Description private javax.xml.namespace.QNameelementName-
Fields inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
parentXMLSecStartELement
-
-
Constructor Summary
Constructors Constructor Description XMLSecEndElementImpl(javax.xml.namespace.QName elementName, XMLSecStartElement parentXmlSecStartElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLSecEndElementasEndElement()intgetEventType()javax.xml.namespace.QNamegetName()java.util.IteratorgetNamespaces()booleanisEndElement()voidwriteAsEncodedUnicode(java.io.Writer writer)-
Methods inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
asCharacters, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
-
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
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
-
Methods inherited from interface org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
-
-
-
-
Constructor Detail
-
XMLSecEndElementImpl
public XMLSecEndElementImpl(javax.xml.namespace.QName elementName, XMLSecStartElement parentXmlSecStartElement)
-
-
Method Detail
-
getName
public javax.xml.namespace.QName getName()
- Specified by:
getNamein interfacejavax.xml.stream.events.EndElement
-
getNamespaces
public java.util.Iterator getNamespaces()
- Specified by:
getNamespacesin interfacejavax.xml.stream.events.EndElement
-
getEventType
public int getEventType()
- Specified by:
getEventTypein interfacejavax.xml.stream.events.XMLEvent
-
isEndElement
public boolean isEndElement()
- Specified by:
isEndElementin interfacejavax.xml.stream.events.XMLEvent- Overrides:
isEndElementin classXMLSecEventBaseImpl
-
asEndElement
public XMLSecEndElement asEndElement()
- Specified by:
asEndElementin interfacejavax.xml.stream.events.XMLEvent- Specified by:
asEndElementin interfaceXMLSecEndElement- Specified by:
asEndElementin interfaceXMLSecEvent- Overrides:
asEndElementin classXMLSecEventBaseImpl
-
writeAsEncodedUnicode
public void writeAsEncodedUnicode(java.io.Writer writer) throws javax.xml.stream.XMLStreamException- Specified by:
writeAsEncodedUnicodein interfacejavax.xml.stream.events.XMLEvent- Overrides:
writeAsEncodedUnicodein classXMLSecEventBaseImpl- Throws:
javax.xml.stream.XMLStreamException
-
-