| 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 | Method and Description |
|---|---|
XmlDoctype |
XmlDocument.addDoctype(String systemIdentifier,
String publicIdentifier) |
XmlDoctype |
XmlDocument.newDoctype(String systemIdentifier,
String publicIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
XmlDoctype |
XmlDocumentAdapter.addDoctype(String systemIdentifier,
String publicIdentifier) |
XmlDoctype |
XmlDocumentAdapter.newDoctype(String systemIdentifier,
String publicIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
XmlDoctype |
XmlDocumentImpl.addDoctype(String systemIdentifier,
String publicIdentifier)
Method addDoctype
|
XmlDoctype |
XmlDocumentImpl.newDoctype(String systemIdentifier,
String publicIdentifier) |
Copyright © 2013. All Rights Reserved.