EndElement
, XMLEvent
, XMLStreamConstants
, XMLSecEndElement
, XMLSecEvent
public class XMLSecEndElementImpl extends XMLSecEventBaseImpl implements XMLSecEndElement
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 | Description |
---|---|
XMLSecEndElementImpl(QName elementName,
XMLSecStartElement parentXmlSecStartElement) |
Modifier and Type | Method | Description |
---|---|---|
XMLSecEndElement |
asEndElement() |
|
int |
getEventType() |
|
QName |
getName() |
|
Iterator |
getNamespaces() |
|
boolean |
isEndElement() |
|
void |
writeAsEncodedUnicode(Writer writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
asCharacters, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
asCharacters, asStartElement, getDocumentLevel, getElementPath, getElementPath, getEmptyIterator, getLocation, getParentXMLSecStartElement, getSchemaType, getStartElementAtLevel, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, setParentXMLSecStartElement
public XMLSecEndElementImpl(QName elementName, XMLSecStartElement parentXmlSecStartElement)
public QName getName()
getName
in interface EndElement
public Iterator getNamespaces()
getNamespaces
in interface EndElement
public int getEventType()
getEventType
in interface XMLEvent
public boolean isEndElement()
isEndElement
in interface XMLEvent
isEndElement
in class XMLSecEventBaseImpl
public XMLSecEndElement asEndElement()
asEndElement
in interface XMLEvent
asEndElement
in interface XMLSecEndElement
asEndElement
in interface XMLSecEvent
asEndElement
in class XMLSecEventBaseImpl
public void writeAsEncodedUnicode(Writer writer) throws XMLStreamException
writeAsEncodedUnicode
in interface XMLEvent
writeAsEncodedUnicode
in class XMLSecEventBaseImpl
XMLStreamException
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.