|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.parser.AbstractParser | +--org.apache.cocoon.parser.SunXMLParser
This class implements an XML parser using the Sun ProjectX parser 'Technology Release 1'.
Fields inherited from class org.apache.cocoon.parser.AbstractParser |
validate |
Constructor Summary | |
SunXMLParser()
|
Method Summary | |
org.w3c.dom.Document |
createEmptyDocument()
Creates an empty DOM tree. |
java.lang.String |
getStatus()
Returns information about the status of the implementing class. |
org.w3c.dom.Document |
parse(org.xml.sax.InputSource input)
Creates a DOM tree parsing the given input source. |
Methods inherited from class org.apache.cocoon.parser.AbstractParser |
init |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SunXMLParser()
Method Detail |
public org.w3c.dom.Document parse(org.xml.sax.InputSource input) throws org.xml.sax.SAXException, java.io.IOException
public org.w3c.dom.Document createEmptyDocument()
public java.lang.String getStatus()
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |