|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLProvider
Interface for generic access to XML functionality. Abstracts differences between XML parsers.
Method Summary | |
---|---|
org.xml.sax.XMLReader |
getXMLReader()
Returns an implementation of the SAX2 XMLReader interface. |
org.w3c.dom.Document |
parseDocument(org.xml.sax.InputSource source)
Parses the specified input. |
Method Detail |
---|
org.xml.sax.XMLReader getXMLReader()
org.w3c.dom.Document parseDocument(org.xml.sax.InputSource source) throws java.io.IOException, org.xml.sax.SAXException
source
- The InputSource to parse
java.io.IOException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |