jsx3.xml.Template instead.| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| Object | getError() Returns an error object (a plain JavaScript object) with two properties that the developer can query for:
code – an integer error code, 0 for no error. |
| boolean | hasError() Returns true if the last operation on this XML entity caused an error. |
| jsx3.xml.Processor | Sets reference to Params that should be passed to the processor. |
| Object | setXML(objXML : jsx3.xml.Entity) Sets the XML that should be transformed. |
| jsx3.xml.Processor | setXSL(objXSL : jsx3.xml.Document) Sets reference to XSL that should be transformed. |
| String | Performs an XSLT merge. |
| jsx3.xml.Document | Performs an XSLT merge. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
true if the last operation on this XML entity caused an error.null.null.