Class Summary |
CompileOptions |
Specifies options for the document compiler. |
DeleteElement |
Delete all matching elements. |
DocumentClass |
Specify properties of the XMLC document class to generate. |
DocumentFormat |
Enumerated type for the format of a document (HTML or XML). |
DocumentSection |
Section that describes the structure of the document and attributes of the
elements. |
DOMEdits |
Section containing DOM editing specifications. |
DOMType |
Enumerated type for the predefined DOM factories. |
ElementDef |
Define a particular element in the document. |
ElementEdit |
Abstract type used as a base for all element editing definitions. |
EnumeratedType |
Base class for enumerated types. |
GenerateType |
Enumerated type indicating the type of class and/or interface XMLC
will generate. |
HTMLAttr |
A proprietary tag attribute to add to the list of valid HTML attributes
for all tags. |
HTMLCompatibility |
Enables compatibility with the way older version of XMLC handled HTML. |
HTMLCyberStudioTagSet |
Abobe CyberStudio proprietary tags. |
HTMLSection |
Metadata specific to HTML documents. |
HTMLTag |
Add a proprietary tag to set of valid html tags. |
HTMLTagDefImpl |
Definition of a proprietary HTML tag. |
HTMLTagSet |
Add a predefined set of proprietary HTML tag and attributes to the list of
valid HTML tags. |
HTMLTagSetDef |
Base class used for defining a proprietary set of HTML tags. |
HTMLTagSetType |
Enumerated type for the parser XMLC will use. |
Implements |
Specifies the name of an interface a document class will implement. |
Include |
Specifies an included file for dependencies. |
InputDocument |
Specifies the document to compile. |
JavaCompilerSection |
Java compiler metadata. |
JavacOption |
Specifies an option to pass to the Java compiler. |
MetaData |
Root element of XMLC metadata. |
MetaDataDocument |
Metadata XML document associated with a Document being parsed. |
MetaDataElement |
Base DOM class for all XMLC metadata element classes. |
Parser |
Specifies the parser and parsing options. |
ParserType |
Enumerated type for the parser XMLC will use. |
TagClass |
Defines the attribute name that is to considered as the class
attribute. |
URLEdit |
Abstract type uses as a base for all URL editing definition. |
URLMapping |
Specifies the literal replacement of URLs in element attributes. |
URLRegExpMapping |
Specifies the regular expression replacement of URLs in element attributes. |
XCatalog |
Specifies a XCatalog file to use in resolving external entities when
parsing XML files. |