Uses of Package
com.hp.hpl.sparta

Packages that use com.hp.hpl.sparta
com.hp.hpl.sparta A light-weight, simplified XML parser, DOM, and XPATH interpreter. 
com.hp.hpl.thermopylae Standard W3C DOM wrappers around the sparta non-standard DOM so that it can be used by packages such as Xalan that require the standard DOM. 
 

Classes in com.hp.hpl.sparta used by com.hp.hpl.sparta
Document
          An XML Document.
Document.Index
           
Document.Observer
           
DOMException
          Thrown when problem constructing the DOM.
Element
          An XML Element.
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.
Text
          A section of text in an element.
 

Classes in com.hp.hpl.sparta used by com.hp.hpl.thermopylae
Document
          An XML Document.
Element
          An XML Element.
Node
          An XML node.
ParseException
          Thrown when error parsing XML or XPath.
ParseHandler
          This interface defines the SAX Parser interface for Sparta.
ParseSource
          A source of XML that has been parsed.