|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.share.xml.JaxpXMLProvider
public class JaxpXMLProvider
Implementation of XMLProvider that uses JAXP to access a parser.
Constructor Summary | |
---|---|
JaxpXMLProvider()
|
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)
Implementation of XMLProvider.parseDocument(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxpXMLProvider()
Method Detail |
---|
public org.xml.sax.XMLReader getXMLReader()
getXMLReader
in interface XMLProvider
public org.w3c.dom.Document parseDocument(org.xml.sax.InputSource source) throws java.io.IOException, org.xml.sax.SAXException
parseDocument
in interface XMLProvider
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 |