| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlCharacters
Represents otrdered colection of
Character Information Items
where character code properties are put together into Java String.
|
interface |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlElementAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlElementImpl
This is implementation if XML Infoset Element Information Item.
|
Copyright © 2013. All Rights Reserved.