| 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 |
|---|---|
XmlComment |
XmlDocument.addComment(String content) |
XmlComment |
XmlDocument.newComment(String content) |
| Modifier and Type | Method and Description |
|---|---|
XmlComment |
XmlDocumentAdapter.addComment(String content) |
XmlComment |
XmlDocumentAdapter.newComment(String content) |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlCommentImpl
Simple implementation.
|
| Modifier and Type | Method and Description |
|---|---|
XmlComment |
XmlDocumentImpl.addComment(String content) |
XmlComment |
XmlDocumentImpl.newComment(String content) |
Copyright © 2013. All Rights Reserved.