Uses of Class
org.jafer.util.xml.DomUtilsException

Packages that use DomUtilsException
org.jafer.util.xml   
 

Uses of DomUtilsException in org.jafer.util.xml
 

Methods in org.jafer.util.xml that throw DomUtilsException
static javax.xml.parsers.DocumentBuilder DomUtils.getDocumentBuilder()
          Gets the DocumentBuilder for parsing xml documents.
static java.lang.String DomUtils.getNodeAsString(org.w3c.dom.Node node)
           
static org.w3c.dom.Document DomUtils.newDocument()
          Gets an empty Document for manipulating with DOM..
static org.w3c.dom.Document DomUtils.parse(java.lang.String data)
          Parses an xml document.
static void DomUtils.transform(org.w3c.dom.Node sourceNode, java.io.Writer writer)
          Transforms a DOM node to a string and writes it to a writer.