| Package | Description |
|---|---|
| org.xmlpull.v1.builder |
This package defines API modeled after
XML Information Set
for building incrmentally XML trees
from events streamed from pull parser
(user can start navigating tree before whole XML input was parsed!)
and has an unique ability to bypass tree building for selected sub trees
to work directly with underlying event stream.
|
| org.xmlpull.v1.builder.adapter | |
| org.xmlpull.v1.builder.impl | |
| org.xmlpull.v1.builder.xpath.impl | |
| org.xmlpull.v1.builder.xpath.jaxen | |
| org.xmlpull.v1.builder.xpath.saxpath |
| Class and Description |
|---|
| Iterable
Use java.lang.Iterable instead when JDK 1.5 comes out ...*
|
| XmlAttribute
This is immutable value object that represents
Attribute
Information Item
with exception of references property.
|
| XmlBuilderException
This exception is thrown to signal XB1 related exceptions.
|
| XmlComment
Represents
Comment Information Item.
|
| XmlContained
Common abstraction to represent XML infoset item that are contained in other infoet items
This is useful so parent can be updated on contained items when container is cloned ...
|
| XmlContainer
Common abstraction shared between XmlElement, XmlDocument and XmlDoctype
to represent XML Infoset item that can contain other Infoset items
This is useful so getParent() operation will return this instead of Object ...
|
| XmlDoctype
Represents
Document Type Declaration
Information Item.
|
| XmlDocument
Represents
Document Information Item
.
|
| XmlElement
Represents
Element Information Item
except for in-scope namespaces that can be reconstructed by visiting this element parent,
checking its namespaces, then grandparent and so on.
|
| XmlInfosetBuilder
By default builder is using non-validating pull parser with next() method
without namespaces to build tree consisting only of XmlDocument, XmlElemenet
and String nodes.
|
| XmlNamespace
Represents
Namespace Information Item
.
|
| XmlNotation
Represents
Notation Information Item.
|
| XmlProcessingInstruction
Represents
Processing Instruction Information Item
.
|
| Class and Description |
|---|
| Iterable
Use java.lang.Iterable instead when JDK 1.5 comes out ...*
|
| XmlAttribute
This is immutable value object that represents
Attribute
Information Item
with exception of references property.
|
| XmlComment
Represents
Comment Information Item.
|
| XmlContained
Common abstraction to represent XML infoset item that are contained in other infoet items
This is useful so parent can be updated on contained items when container is cloned ...
|
| XmlContainer
Common abstraction shared between XmlElement, XmlDocument and XmlDoctype
to represent XML Infoset item that can contain other Infoset items
This is useful so getParent() operation will return this instead of Object ...
|
| XmlDoctype
Represents
Document Type Declaration
Information Item.
|
| XmlDocument
Represents
Document Information Item
.
|
| XmlElement
Represents
Element Information Item
except for in-scope namespaces that can be reconstructed by visiting this element parent,
checking its namespaces, then grandparent and so on.
|
| XmlNamespace
Represents
Namespace Information Item
.
|
| XmlNotation
Represents
Notation Information Item.
|
| XmlProcessingInstruction
Represents
Processing Instruction Information Item
.
|
| Class and Description |
|---|
| Iterable
Use java.lang.Iterable instead when JDK 1.5 comes out ...*
|
| XmlAttribute
This is immutable value object that represents
Attribute
Information Item
with exception of references property.
|
| XmlBuilderException
This exception is thrown to signal XB1 related exceptions.
|
| XmlComment
Represents
Comment Information Item.
|
| XmlContained
Common abstraction to represent XML infoset item that are contained in other infoet items
This is useful so parent can be updated on contained items when container is cloned ...
|
| XmlContainer
Common abstraction shared between XmlElement, XmlDocument and XmlDoctype
to represent XML Infoset item that can contain other Infoset items
This is useful so getParent() operation will return this instead of Object ...
|
| XmlDoctype
Represents
Document Type Declaration
Information Item.
|
| XmlDocument
Represents
Document Information Item
.
|
| XmlElement
Represents
Element Information Item
except for in-scope namespaces that can be reconstructed by visiting this element parent,
checking its namespaces, then grandparent and so on.
|
| XmlInfosetBuilder
By default builder is using non-validating pull parser with next() method
without namespaces to build tree consisting only of XmlDocument, XmlElemenet
and String nodes.
|
| XmlNamespace
Represents
Namespace Information Item
.
|
| XmlNotation
Represents
Notation Information Item.
|
| XmlProcessingInstruction
Represents
Processing Instruction Information Item
.
|
| Class and Description |
|---|
| XmlElement
Represents
Element Information Item
except for in-scope namespaces that can be reconstructed by visiting this element parent,
checking its namespaces, then grandparent and so on.
|
| XmlNamespace
Represents
Namespace Information Item
.
|
| Class and Description |
|---|
| XmlBuilderException
This exception is thrown to signal XB1 related exceptions.
|
| Class and Description |
|---|
| XmlBuilderException
This exception is thrown to signal XB1 related exceptions.
|
Copyright © 2013. All Rights Reserved.