| 程序包 | 说明 |
|---|---|
| com.hp.hpl.sparta |
| 类和说明 |
|---|
| Document
An XML Document.
|
| Document.Index |
| Document.Observer
Something that is informed whenever the document changes.
|
| DOMException
Thrown when problem constructing the DOM.
|
| Element
A type of Node with a particular tagName that has a set of attributes and
can contain other nodes as children.
|
| EncodingMismatchException
Thrown when declared encoding does not match assumed encoding.
|
| Node
An XML node.
|
| ParseException
Thrown when error parsing XML or XPath.
|
| 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.
|
| Text
A section of text in an element.
|
Copyright © 2016. All Rights Reserved.