Add an XML parser, transformer, and generator.
XML Molecule | |
Preference Dialog | |
Properties | |
type | string, ( r ) |
pref.name | string, ( r ) |
parser | object, ( r ) |
generator | object, ( r ) |
transformer | object, ( r ) |
xslt | string, ( r, w ) |
xsd | string, ( r, w ) |
xml | string, ( r, w ) |
Functions | |
attach | |
detach | |
delete | |
rename | |
clone | |
serialize | |
validate | |
transform |
string, ( r )
The scriptable name for this molecule. This name can be set using rename function dynamically.
object, ( r )
Returns the build-in XML generator. (see CCRxXMLGenerator.)
object, ( r )
Returns the build-in XML transformer. (see CCRxXMLTransformer.)
validate();
Validate the xml using the XSD document at the location specified by xsd. This function has not yet been implemented.
N/A
(bool) true if validated correctly, otherwise false.
transform();
Transform the xml using the XSLT document at the location specified by xslt.
N/A
(string) a transformed xml document.