|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaDataElement | |
org.enhydra.xml.xmlc.metadata |
org.enhydra.xml.xmlc.metadata provides XMLC metadata support
classes. |
Uses of MetaDataElement in org.enhydra.xml.xmlc.metadata |
Subclasses of MetaDataElement in org.enhydra.xml.xmlc.metadata | |
class |
CompileOptions
Specifies options for the document compiler. |
class |
DeleteElement
Delete all matching elements. |
class |
DocumentClass
Specify properties of the XMLC document class to generate. |
class |
DocumentSection
Section that describes the structure of the document and attributes of the elements. |
class |
DOMEdits
Section containing DOM editing specifications. |
class |
ElementDef
Define a particular element in the document. |
class |
ElementEdit
Abstract type used as a base for all element editing definitions. |
class |
HTMLAttr
A proprietary tag attribute to add to the list of valid HTML attributes for all tags. |
class |
HTMLCompatibility
Enables compatibility with the way older version of XMLC handled HTML. |
class |
HTMLSection
Metadata specific to HTML documents. |
class |
HTMLTag
Add a proprietary tag to set of valid html tags. |
class |
HTMLTagSet
Add a predefined set of proprietary HTML tag and attributes to the list of valid HTML tags. |
(package private) class |
Implements
Specifies the name of an interface a document class will implement. |
class |
Include
Specifies an included file for dependencies. |
class |
InputDocument
Specifies the document to compile. |
class |
JavaCompilerSection
Java compiler metadata. |
class |
JavacOption
Specifies an option to pass to the Java compiler. |
class |
MetaData
Root element of XMLC metadata. |
class |
Parser
Specifies the parser and parsing options. |
class |
TagClass
Defines the attribute name that is to considered as the class attribute. |
class |
URLEdit
Abstract type uses as a base for all URL editing definition. |
class |
URLMapping
Specifies the literal replacement of URLs in element attributes. |
class |
URLRegExpMapping
Specifies the regular expression replacement of URLs in element attributes. |
class |
XCatalog
Specifies a XCatalog file to use in resolving external entities when parsing XML files. |
Methods in org.enhydra.xml.xmlc.metadata that return MetaDataElement | |
protected MetaDataElement |
MetaDataElement.getCreateChild(Class elementClass)
Locate a child element given its class. |
protected MetaDataElement |
MetaDataElement.getChild(Class elementClass)
Locate a child element given its class, creating if if it doesn't exist. |
Methods in org.enhydra.xml.xmlc.metadata with parameters of type MetaDataElement | |
protected void |
MetaDataElement.setChild(MetaDataElement element)
Add or replace a child element. |
protected void |
MetaDataElement.mergeSingletonChild(Class childClass,
MetaDataElement srcElement)
Merge a specified singleton child node, if it exists, otherwise clone it (if it exists). |
protected void |
MetaDataElement.mergeElement(MetaDataElement srcElement)
Merge another element into this element. |
protected void |
MetaData.mergeElement(MetaDataElement srcElement)
Merge another element into this element. |
protected void |
HTMLSection.mergeElement(MetaDataElement srcElement)
Merge another element into this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |