OverviewSingleDeprecated

package jsx3.xml

XML related classes.

Class Summary
jsx3.xml.CDF
Mixin interface that provides methods for accessing and manipulating an XML document in CDF schema.
jsx3.xml.CDF.Document
A subclass of jsx3.xml.Document that implements the CDF interface.
jsx3.xml.Cacheable
A mixin interface that provides the following capabilities to implementing classes:
jsx3.xml.Document
Wrapper of the native browser XML document class.
jsx3.xml.Entity
Wrapper of the native browser XML node class.
jsx3.xml.Processor
Deprecated. Use jsx3.xml.Template instead.
jsx3.xml.Template
Wrapper of the native browser XSLT processor.
jsx3.xml.XslDocument
An extension of jsx3.xml.Document that encapsulates a compiled XSL template.