|
|||||||||
| Home >> All >> org >> xots >> admin >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.xots.admin.server
Interface DOMParserWrapper

- 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.
|
|||||||||
| Home >> All >> org >> xots >> admin >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC