Uses of Class
com.hp.hpl.thermopylae.DocumentImpl

Packages that use DocumentImpl
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 DocumentImpl in com.hp.hpl.thermopylae
 

Methods in com.hp.hpl.thermopylae that return DocumentImpl
static DocumentImpl DocumentImpl.wrapper(Document spartan)
           
 

Constructors in com.hp.hpl.thermopylae with parameters of type DocumentImpl
NodeImpl(DocumentImpl doc, Node spartan)