net.sourceforge.xwing.dom
Class DomUtils
java.lang.Object
net.sourceforge.xwing.dom.DomUtils
- public class DomUtils
- extends Object
Blah blah blah
- Version:
- $Revision: 1.1 $
- Author:
- Scott Howlett
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newDocument
public static Document newDocument()
throws ParserConfigurationException
- Throws:
ParserConfigurationException
parseText
public static Document parseText(String text)
throws SAXException,
IOException,
ParserConfigurationException
- Throws:
SAXException
IOException
ParserConfigurationException
parse
public static Document parse(File f)
throws SAXException,
IOException,
ParserConfigurationException
- Throws:
SAXException
IOException
ParserConfigurationException
parse
public static Document parse(InputStream src)
throws SAXException,
IOException,
ParserConfigurationException
- Throws:
SAXException
IOException
ParserConfigurationException
parse
public static Document parse(String uri)
throws SAXException,
IOException,
ParserConfigurationException
- Throws:
SAXException
IOException
ParserConfigurationException
Copyright © 2003 The Xwing Project. All Rights Reserved.