net.sourceforge.xwing.dom
Class DomUtils

java.lang.Object
  extended bynet.sourceforge.xwing.dom.DomUtils

public class DomUtils
extends Object

Blah blah blah

Version:
$Revision: 1.1 $
Author:
Scott Howlett

Method Summary
static Document newDocument()
           
static Document parse(File f)
           
static Document parse(InputStream src)
           
static Document parse(String uri)
           
static Document parseText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.