| Home >> All >> org >> apache >> xmlbeans >> xml >> [ stream Javadoc ] |
| | org.apache.xmlbeans.xml.stream.events.* (1) | | org.apache.xmlbeans.xml.stream.utils.* (1) |
org.apache.xmlbeans.xml.stream: Javadoc index of package org.apache.xmlbeans.xml.stream.
Package Samples:
org.apache.xmlbeans.xml.stream.events
org.apache.xmlbeans.xml.stream.utils
Classes:
XMLInputStream: This is the top level interface for iterating over XML Events in an XML document. Difference from SAX An event stream can be thought of encapsulating SAX events. It applies an iterator/pull metaphor to the parser allowing procedural, stream-based, handling of input XML rather than having to write chained event handlers to handle complex XML documents. Difference from DOM The pull metaphor allows single-pass, stream-based parsing of the document rather than tree based manipulation.
EndElement: A marker interface for the end element event. The name is available in the getName method of org.apache.xmlbeans.xml.stream.XMLEvent interface.
Location: Returns the document location of the event. This is not required to be exact and is informational only.
ChangePrefixMapping: This event signals that a prefix mapping has changed from OldNamespaceName to the NewNamespaceName
Space: This element returns whitespace characters to allow separate handling by the application
ReferenceResolver: This interface can be implemented to allow resolution of references on a stream.
StartElement: The StartElement interface provides access to information about start elements
BufferedXMLInputStream: Extends the XMLInputStream to allow marking and reseting of the stream.
XMLName: Encapsulates information about the Qualified Name of an XML event.
AttributeIterator: This interface specifies methods for iterating over attributes.
EndPrefixMapping: This event signals that a prefix mapping has gone out of scope
XMLEvent: This is the base element interface for handling markup events.
XMLStreamException: The base exception for unexpected input during XML handling
Attribute: An interface that contains information about an attribute
StartPrefixMapping: This event signals that a prefix mapping has begun scope
ProcessingInstruction: A marker interface for processing instructions
EntityReference: An interface for handling Entity Declarations
EndDocument: A marker interface for the end of a document
ElementFilter: This interface defines a filter on elements
StartDocument: An interface for the start document event
CharacterData: A marker interface for character data
Comment: A marker interface for comment data
ElementTypeNames
NestedThrowable
| Home | Contact Us | Privacy Policy | Terms of Service |