| 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 |
|---|---|
XmlNotation |
XmlDocument.addNotation(String name,
String systemIdentifier,
String publicIdentifier,
String declarationBaseUri) |
XmlNotation |
XmlUnparsedEntity.getNotation() |
XmlNotation |
XmlProcessingInstruction.getNotation()
The notation information item named by the target.
|
| Modifier and Type | Method and Description |
|---|---|
XmlNotation |
XmlDocumentAdapter.addNotation(String name,
String systemIdentifier,
String publicIdentifier,
String declarationBaseUri) |
| Modifier and Type | Method and Description |
|---|---|
XmlNotation |
XmlDocumentImpl.addNotation(String name,
String systemIdentifier,
String publicIdentifier,
String declarationBaseUri)
Method addNotation
|
Copyright © 2013. All Rights Reserved.