org.apache.xerces.stax.events
Class ElementImpl

java.lang.Object
  extended by org.apache.xerces.stax.events.XMLEventImpl
      extended by org.apache.xerces.stax.events.ElementImpl
All Implemented Interfaces:
XMLEvent, XMLStreamConstants
Direct Known Subclasses:
EndElementImpl, StartElementImpl

public abstract class ElementImpl
extends XMLEventImpl

Version:
$Id: ElementImpl.java 730796 2009-01-02 17:36:23Z mrglavas $
Author:
Lucian Holland, Michael Glavassevich, IBM

Field Summary
 
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
 
Method Summary
 QName getName()
           
 Iterator getNamespaces()
           
 
Methods inherited from class org.apache.xerces.stax.events.XMLEventImpl
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.stream.events.XMLEvent
writeAsEncodedUnicode
 

Method Detail

getName

public final QName getName()
See Also:
StartElement.getName(), EndElement.getName()

getNamespaces

public final Iterator getNamespaces()
See Also:
StartElement.getNamespaces(), EndElement.getNamespaces()


Copyright © 2011. All Rights Reserved.