org.apache.cocoon.parser
Class SunXMLParser
java.lang.Object
|
+--org.apache.cocoon.parser.AbstractParser
|
+--org.apache.cocoon.parser.SunXMLParser
- public class SunXMLParser
- extends AbstractParser
- implements Status
This class implements an XML parser using the Sun ProjectX parser
'Technology Release 1'.
- Version:
- $Revision: 1.6 $ $Date: 2000/04/04 13:43:57 $
- Author:
- Stefano Mazzocchi
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,
boolean validate)
Creates a DOM tree parsing the given input source. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SunXMLParser
public SunXMLParser()
parse
public org.w3c.dom.Document parse(org.xml.sax.InputSource input,
boolean validate)
throws org.xml.sax.SAXException,
java.io.IOException
- Creates a DOM tree parsing the given input source.
createEmptyDocument
public org.w3c.dom.Document createEmptyDocument()
- Creates an empty DOM tree.
getStatus
public java.lang.String getStatus()
- Description copied from interface: Status
- Returns information about the status of the implementing class.
Note: this is use instead of the usual
toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
- Specified by:
- getStatus in interface Status
Copyright © 1999-2000 Apache Software Foundation. All Rights Reserved.