org.apache.xml.security.stax.impl.stax
Class XMLSecEndElementImpl
java.lang.Object
org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
org.apache.xml.security.stax.impl.stax.XMLSecEndElementImpl
- All Implemented Interfaces:
- EndElement, XMLEvent, XMLStreamConstants, XMLSecEndElement, XMLSecEvent
public class XMLSecEndElementImpl
- extends XMLSecEventBaseImpl
- implements XMLSecEndElement
- Version:
- $Revision: 1393096 $ $Date: 2012-10-02 19:59:13 +0100 (Tue, 02 Oct 2012) $
- Author:
- $Author: giger $
| 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 |
| 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, writeAsEncodedUnicode |
| 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, writeAsEncodedUnicode |
XMLSecEndElementImpl
public XMLSecEndElementImpl(QName elementName,
XMLSecStartElement parentXmlSecStartElement)
getName
public QName getName()
- Specified by:
getName in interface EndElement
getNamespaces
public Iterator getNamespaces()
- Specified by:
getNamespaces in interface EndElement
getEventType
public int getEventType()
- Specified by:
getEventType in interface XMLEvent
isEndElement
public boolean isEndElement()
- Specified by:
isEndElement in interface XMLEvent- Overrides:
isEndElement in class XMLSecEventBaseImpl
asEndElement
public XMLSecEndElement asEndElement()
- Specified by:
asEndElement in interface XMLEvent- Specified by:
asEndElement in interface XMLSecEndElement- Specified by:
asEndElement in interface XMLSecEvent- Overrides:
asEndElement in class XMLSecEventBaseImpl
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.