org.cybergarage.xml
Class Parser
java.lang.Object
org.cybergarage.xml.Parser
- Direct Known Subclasses:
- kXML2Parser
public abstract class Parser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser()
parse
public abstract Node parse(InputStream inStream)
throws ParserException
- Throws:
ParserException
parse
public Node parse(URL locationURL)
throws ParserException
- Throws:
ParserException
parse
public Node parse(File descriptionFile)
throws ParserException
- Throws:
ParserException
parse
public Node parse(String descr)
throws ParserException
- Throws:
ParserException
Copyright © 2008 DomoWare. All Rights Reserved.