Java™ Platform
Standard Ed. 6

Uses of Interface
javax.xml.stream.events.StartElement

Packages that use StartElement
javax.xml.stream   
javax.xml.stream.events   
 

Uses of StartElement in javax.xml.stream
 

Methods in javax.xml.stream that return StartElement
abstract  StartElement XMLEventFactory.createStartElement(QName name, Iterator attributes, Iterator namespaces)
          Create a new StartElement.
abstract  StartElement XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName)
          Create a new StartElement.
abstract  StartElement XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces)
          Create a new StartElement.
abstract  StartElement XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator attributes, Iterator namespaces, NamespaceContext context)
          Create a new StartElement.
 

Uses of StartElement in javax.xml.stream.events
 

Methods in javax.xml.stream.events that return StartElement
 StartElement XMLEvent.asStartElement()
          Returns this event as a start element event, may result in a class cast exception if this event is not a start element.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.