org.apache.xml.security.stax.impl.stax
Class XMLSecEndElementImpl

java.lang.Object
  extended by org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
      extended by 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: 1659901 $ $Date: 2015-02-15 09:11:24 +0000 (Sun, 15 Feb 2015) $
Author:
$Author: giger $

Field Summary
 
Fields inherited from class org.apache.xml.security.stax.impl.stax.XMLSecEventBaseImpl
parentXMLSecStartELement
 
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
XMLSecEndElementImpl(QName elementName, XMLSecStartElement parentXmlSecStartElement)
           
 
Method Summary
 XMLSecEndElement asEndElement()
           
 int getEventType()
           
 QName getName()
           
 Iterator getNamespaces()
           
 boolean isEndElement()
           
 void writeAsEncodedUnicode(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 org.apache.xml.security.stax.ext.stax.XMLSecEvent
asCharacters, asStartElement, getDocumentLevel, getElementPath, getElementPath, getParentXMLSecStartElement, getStartElementAtLevel, setParentXMLSecStartElement
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
 

Constructor Detail

XMLSecEndElementImpl

public XMLSecEndElementImpl(QName elementName,
                            XMLSecStartElement parentXmlSecStartElement)
Method Detail

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

writeAsEncodedUnicode

public void writeAsEncodedUnicode(Writer writer)
                           throws XMLStreamException
Specified by:
writeAsEncodedUnicode in interface XMLEvent
Overrides:
writeAsEncodedUnicode in class XMLSecEventBaseImpl
Throws:
XMLStreamException


Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.