| dom.DOMParserWrapper
All known Subclasses: dom.wrappers.DOMParser, dom.wrappers.Xerces,
DOMParserWrapper | public interface DOMParserWrapper (Code) | | Encapsulates a DOM parser.
version: $id$ ParserWrapper.java,v 1.3 2002/01/29 01:15:05 lehors Exp $ |
Inner Class :public interface DocumentInfo | |
Method Summary | |
public DocumentInfo | getDocumentInfo() Returns the document information. | public Document | parse(String uri) Parses the specified URI and returns the document. | public Document | parse(InputSource src) Parses the InputSource and returns the document. | public void | setFeature(String featureId, boolean state) Set the state of a feature.
Set the state of any feature in a SAX2 parser. |
getDocumentInfo | public DocumentInfo getDocumentInfo()(Code) | | Returns the document information.
|
|
|