Uses of Class
xml.XMLTransformer.XMLTransformerException

Packages that use XMLTransformer.XMLTransformerException
sigmlgen This package imlements the generation of SiGML documents in various forms. 
xml A collection of support classes for XML data handling. 
 

Uses of XMLTransformer.XMLTransformerException in sigmlgen
 

Methods in sigmlgen that throw XMLTransformer.XMLTransformerException
static void CASMMToMetres.main(java.lang.String[] args)
          This method must have exactly two arguments, an input an an output CAS file path: the mm-to-metres transform is applied to the former giving the result in the latter.
 

Uses of XMLTransformer.XMLTransformerException in xml
 

Methods in xml that throw XMLTransformer.XMLTransformerException
 org.w3c.dom.Element XMLTransformer.doTransform(org.w3c.dom.Element srcel)
          Applies this transform to the given input DOM element, returning the result also as a DOM element.
 org.w3c.dom.Element XMLTransformer.doTransform(javax.xml.transform.Source src)
          Applies this transform to the given source, returning the result as a DOM element.
 void XMLTransformer.doTransform(javax.xml.transform.Source src, javax.xml.transform.Result rslt)
          Applies this transform to the given source to produce the given result.
 java.lang.String XMLTransformer.doTransform(java.lang.String srcstr)
          Applies this transform to the given input XML text, returning the result as a string.
 void XMLTransformer.doTransform(java.lang.String inf, java.lang.String outf)
          Applies this transform to the given input XML file, producing the result in the given output file.
 java.lang.String XMLTransformer.elText(org.w3c.dom.Element el)
          Returns the text of the given DOM element.
 

Constructors in xml that throw XMLTransformer.XMLTransformerException
XMLTransformer(java.lang.String xslturi)
          Constructs a new transformer using the XSLT script at the given URI.