| 接口 | 说明 |
|---|---|
| Document.Observer |
Something that is informed whenever the document changes.
|
| ParseHandler |
This interface defines the SAX Parser interface for Sparta.
|
| ParseLog |
The parser uses this to report errors.
|
| ParseSource |
A source of XML that has been parsed.
|
| Sparta.Cache |
What a CacheFactory generates.
|
| Sparta.CacheFactory |
You should pass an object that implements this interface to
setCacheFactory.
|
| Sparta.Internment |
Pass an object that implements this interface to setInternment.
|
| 类 | 说明 |
|---|---|
| DefaultParseHandler |
This class provides a default ParseHandler that does nothing.
|
| Document |
An XML Document.
|
| Element |
A type of Node with a particular tagName that has a set of attributes and
can contain other nodes as children.
|
| Node |
An XML node.
|
| Parser |
Provides a simple interface to the XML parser.
|
| Sparta |
This utility class allows you to configure some low-level behavior
of the Sparta code such as caching and String interning.
|
| Text |
A section of text in an element.
|
| 异常错误 | 说明 |
|---|---|
| DOMException |
Thrown when problem constructing the DOM.
|
| EncodingMismatchException |
Thrown when declared encoding does not match assumed encoding.
|
| ParseException |
Thrown when error parsing XML or XPath.
|
Copyright © 2016. All Rights Reserved.