Uses of Class
org.wamblee.xml.XMLException

Packages that use XMLException
org.wamblee.xml This package provides support utilities for XML processing. 
 

Uses of XMLException in org.wamblee.xml
 

Methods in org.wamblee.xml that throw XMLException
static org.w3c.dom.Document DomUtils.read(java.io.InputStream aIs)
          Parses an XML document from a stream.
static org.w3c.dom.Document DomUtils.read(java.lang.String aDocument)
          Parses an XML document from a string.
static org.w3c.dom.Document DomUtils.readAndValidate(java.io.InputStream aIs, java.io.InputStream aSchema)
          Reads and validates a document against a schema.
 



Copyright © 2010. All Rights Reserved.