|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.dom.NodeImpl | +--org.enhydra.apache.xerces.dom.ChildNode | +--org.enhydra.apache.xerces.dom.ParentNode | +--org.enhydra.apache.xerces.dom.ElementImpl | +--org.enhydra.xml.xmlc.metadata.MetaDataElement | +--org.enhydra.xml.xmlc.metadata.MetaData
Root element of XMLC metadata. The child elements of this class represent the major sections of the XMLC metadata. Only one instance of a section element object can exist. All sections are created on first reference if they don't exist to make it easy to use them to get defaults.
Field Summary | |
static String |
TAG_NAME
Element name. |
Fields inherited from class org.enhydra.apache.xerces.dom.ElementImpl |
attributes, name, serialVersionUID |
Fields inherited from class org.enhydra.apache.xerces.dom.ParentNode |
fCachedChild, fCachedChildIndex, fCachedLength, firstChild, ownerDocument |
Fields inherited from class org.enhydra.apache.xerces.dom.ChildNode |
nextSibling, previousSibling |
Fields inherited from class org.enhydra.apache.xerces.dom.NodeImpl |
ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, UNNORMALIZED |
Constructor Summary | |
MetaData(Document ownerDoc)
Constructor. |
Method Summary | |
CompileOptions |
getCompileOptions()
Get the compile options or null if it doesn't exist. |
DocumentClass |
getDocumentClass()
Get the document class metadata or null if it doesn't exist. |
DocumentSection |
getDocumentSection()
Get the document metadata or null if it doesn't exist. |
DOMEdits |
getDOMEdits()
Get the DOM edits metadata or null if it doesn't exist. |
HTMLSection |
getHTMLSection()
Get the HTML metadata or null if it doesn't exist. |
InputDocument |
getInputDocument()
Get the input document or null if it doesn't exist. |
JavaCompilerSection |
getJavaCompilerSection()
Get the java compiler metadata or null if it doesn't exist. |
Parser |
getParser()
Get the parser metadata or null if it doesn't exist. |
protected void |
mergeElement(MetaDataElement srcElement)
Merge another element into this element. |
void |
setCompileOptions(CompileOptions compileOptions)
Set the compile options, or delete by specifying null. |
void |
setDocumentClass(DocumentClass documentClass)
Set the document class metdata, or delete by specifying null. |
void |
setDocumentSection(DocumentSection documentMetaData)
Set the document metadata, or delete by specifying null. |
void |
setDOMEdits(DOMEdits domEditsMetaData)
Set the DOM edits metadata, or delete by specifying null. |
void |
setHTMLSection(HTMLSection htmlMetaData)
Set the HTML metadata, or delete by specifying null. |
void |
setInputDocument(InputDocument inputDocument)
Set the input document, or delete by specifying null. |
void |
setJavaCompiler(JavaCompilerSection compilerSection)
Set the java compiler metadata, or delete by specifying null. |
void |
setParser(Parser parser)
Set the parser metadata, or delete by setting to null. |
Methods inherited from class org.enhydra.xml.xmlc.metadata.MetaDataElement |
addStringArrayAttribute, completeModifications, deleteChild, getAttributeNull, getBooleanAttribute, getBooleanAttribute, getBooleanObjectAttribute, getChild, getChildren, getCreateChild, getDocument, getMetaData, getStringArrayAttribute, isAttributeSpecified, mergeAttributes, mergeSingletonChild, setBooleanAttribute, setBooleanAttribute, setBooleanObjectAttribute, setChild, setRemoveAttribute, setRemoveStringArrayAttribute |
Methods inherited from class org.enhydra.apache.xerces.dom.ElementImpl |
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, hasAttributes, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, synchronizeData |
Methods inherited from class org.enhydra.apache.xerces.dom.ParentNode |
checkNormalizationAfterInsert, checkNormalizationAfterRemove, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, hasChildNodes, insertBefore, internalInsertBefore, internalRemoveChild, item, lastChild, lastChild, ownerDocument, removeChild, replaceChild, synchronizeChildren |
Methods inherited from class org.enhydra.apache.xerces.dom.ChildNode |
getNextSibling, getParentNode, getPreviousSibling, parentNode, previousSibling |
Methods inherited from class org.enhydra.apache.xerces.dom.NodeImpl |
addEventListener, appendChild, changed, changes, compareDocumentPosition, dispatchEvent, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getTextContent, getUserData, getUserData, hasStringValue, hasStringValue, internalIsIgnorableWhitespace, isDefaultNamespace, isEqualNode, isFirstChild, isFirstChild, isIgnorableWhitespace, isNormalized, isNormalized, isOwned, isOwned, isReadOnly, isReadOnly, isSameNode, isSpecified, isSpecified, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, needsSyncChildren, needsSyncData, needsSyncData, removeEventListener, setNodeValue, setPrefix, setTextContent, setUserData, setUserData, toString |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.w3c.dom.Node |
appendChild, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
public static final String TAG_NAME
Constructor Detail |
public MetaData(Document ownerDoc)
Method Detail |
public Parser getParser()
public void setParser(Parser parser)
public DocumentClass getDocumentClass()
public void setDocumentClass(DocumentClass documentClass)
public HTMLSection getHTMLSection()
public void setHTMLSection(HTMLSection htmlMetaData)
public DOMEdits getDOMEdits()
public void setDOMEdits(DOMEdits domEditsMetaData)
public JavaCompilerSection getJavaCompilerSection()
public void setJavaCompiler(JavaCompilerSection compilerSection)
public DocumentSection getDocumentSection()
public void setDocumentSection(DocumentSection documentMetaData)
public CompileOptions getCompileOptions()
public void setCompileOptions(CompileOptions compileOptions)
public InputDocument getInputDocument()
public void setInputDocument(InputDocument inputDocument)
protected void mergeElement(MetaDataElement srcElement)
mergeElement
in class MetaDataElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |