dfki.util.xml
Class XercesDOMImpl

java.lang.Object
  |
  +--dfki.util.xml.XML.DOM
        |
        +--dfki.util.xml.XercesDOMImpl

public class XercesDOMImpl
extends XML.DOM

Implementation of XML.DOM. This class must not be instantiated directly. Use XML.dom() or XML.dom(String) to obtain an instance.


Inner classes inherited from class dfki.util.xml.XML.DOM
XML.DOM.Exception
 
Method Summary
 org.w3c.dom.Document newDocument()
          Creates a new document instance.
 org.w3c.dom.Document readFromString(java.lang.String source)
           
 org.w3c.dom.Document readFromURI(java.lang.String fileName)
           
 
Methods inherited from class dfki.util.xml.XML.DOM
createCDATAElement, createTextElement, getText, getText, print, print, print, print, print, print, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFromURI

public org.w3c.dom.Document readFromURI(java.lang.String fileName)
                                 throws org.xml.sax.SAXException,
                                        java.io.IOException
Overrides:
readFromURI in class XML.DOM

readFromString

public org.w3c.dom.Document readFromString(java.lang.String source)
                                    throws org.xml.sax.SAXException,
                                           java.io.IOException
Overrides:
readFromString in class XML.DOM

newDocument

public org.w3c.dom.Document newDocument()
Description copied from class: XML.DOM
Creates a new document instance.
Overrides:
newDocument in class XML.DOM