Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.xots.admin.server
Interface DOMParserWrapper  view DOMParserWrapper download DOMParserWrapper.java

All Known Implementing Classes:
DOMParser

public interface DOMParserWrapper


Method Summary
 org.w3c.dom.Document parse(java.lang.String uri)
          Parses the specified URI and returns the document.
 void setFeature(java.lang.String featureId, boolean state)
          Set the state of a feature.
 

Method Detail

parse

public org.w3c.dom.Document parse(java.lang.String uri)
                           throws java.lang.Exception
Parses the specified URI and returns the document.


setFeature

public void setFeature(java.lang.String featureId,
                       boolean state)
                throws org.xml.sax.SAXNotRecognizedException,
                       org.xml.sax.SAXNotSupportedException
Set the state of a feature. Set the state of any feature in a SAX2 parser. The parser might not recognize the feature, and if it does recognize it, it might not be able to fulfill the request.