Interface | Description |
---|---|
AXML<S extends AXML<S,T>,T> |
Basic interface for AXML data with on-memory child components, which are
accessed by
java.util.Iterable interface. |
AXMLBase<S extends AXMLBase<S,T>,T> | |
AXMLBase.Builder<S> |
Interface for setting properties to newly build AXML object.
|
AXMLBase.Publisher<T> |
Interface for appending child components to newly built AXML object.
|
Content |
Interface for accessing
content component. |
Content.Builder | |
CrawlData |
Interface for accessing
crawl-data component. |
CrawlData.Builder |
Builder for new
crawl-data . |
CrawlUrl |
Interface for accessing
crawl-url , which is top-level container of
AXML documents. |
CrawlUrl.Builder | |
Document |
Interface for accessing
document component. |
Document.Builder |
Interface for building
Docuemnt object. |
LazyAXML<S extends LazyAXML<S,T>,T> |
Basic interface for AXML data with lazy child components, which are accessed
as streams.
|