Package | Description |
---|---|
sigmlgen |
This package imlements the generation of SiGML documents in various forms.
|
xml |
A collection of support classes for XML data handling.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
XMLTransformer(java.lang.String xslturi)
Constructs a new transformer using the XSLT script at the given
URI.
|