Uses of Interface
com.hp.hpl.sparta.ParseSource

Packages that use ParseSource
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. 
 

Uses of ParseSource in com.hp.hpl.sparta
 

Methods in com.hp.hpl.sparta that return ParseSource
 ParseSource ParseHandler.getParseSource()
           
 ParseSource DefaultParseHandler.getParseSource()
           
 

Methods in com.hp.hpl.sparta with parameters of type ParseSource
 void ParseHandler.setParseSource(ParseSource ps)
           
 void DefaultParseHandler.setParseSource(ParseSource ps)
           
 

Uses of ParseSource in com.hp.hpl.thermopylae
 

Methods in com.hp.hpl.thermopylae that return ParseSource
 ParseSource XMLReaderImpl.getParseSource()
           
 

Methods in com.hp.hpl.thermopylae with parameters of type ParseSource
 void XMLReaderImpl.setParseSource(ParseSource ps)