Uses of Interface
javax.xml.stream.events.StartElement
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
-
Uses of StartElement in javax.xml.stream
Modifier and TypeMethodDescriptionabstract StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName)
Create a new StartElement.abstract StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces)
Create a new StartElement.abstract StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces, NamespaceContext context)
Create a new StartElement.abstract StartElement
XMLEventFactory.createStartElement(QName name, Iterator<? extends Attribute> attributes, Iterator<? extends Namespace> namespaces)
Create a new StartElement. -
Uses of StartElement in javax.xml.stream.events
Modifier and TypeMethodDescriptionXMLEvent.asStartElement()
Returns this event as a start element event, may result in a class cast exception if this event is not a start element.