|
||||||||||
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.HTMLSection
Metadata specific to HTML documents.
Inner classes inherited from class org.enhydra.apache.xerces.dom.ParentNode |
org.enhydra.apache.xerces.dom.ParentNode.UserDataRecord |
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 |
firstChild, fNodeListCache, ownerDocument |
Fields inherited from class org.enhydra.apache.xerces.dom.ChildNode |
nextSibling, previousSibling |
Fields inherited from class org.enhydra.apache.xerces.dom.NodeImpl |
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE |
Fields inherited from interface org.w3c.dom.TypeInfo |
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
Constructor Summary | |
HTMLSection(Document ownerDoc)
Constructor. |
Method Summary | |
HTMLAttr |
addHTMLAttr()
Create and add a htmlAttr child element. |
void |
addHTMLAttr(HTMLAttr htmlAttr)
Add a htmlAttr child element. |
HTMLTag |
addHTMLTag()
Create and add a htmlTag child element. |
void |
addHTMLTag(HTMLTag htmlTag)
Add a htmlTag child element. |
HTMLTagSet |
addHTMLTagSet()
Create and add a htmlTagSet child element. |
void |
addHTMLTagSet(HTMLTagSet htmlTagSet)
Add a htmlTagSet child element. |
protected void |
completeModifications()
Complete modifications to DOM. |
void |
deleteHTMLAttr(HTMLAttr htmlAttr)
Delete a htmlAttr child element. |
void |
deleteHTMLTag(HTMLTag htmlTag)
Delete a htmlTag child element. |
void |
deleteTagSet(HTMLTagSet htmlTagSet)
Delete a htmlTagSet child element. |
HTMLCompatibility |
getCompatibility()
Get the compatibility child element or null if it doesn't exist. |
HTMLCompatibility |
getCreateCompatibility()
Get the compatibility child element, creating if it doesn't exist. |
String |
getEncoding()
Get the encoding attribute value, or |
HTMLAttr[] |
getHTMLAttr()
Get the htmlAttr child elements. |
HTMLAttrDef[] |
getHTMLAttrDefs()
|
HTMLTagDef[] |
getHTMLTagDefs()
|
HTMLTag[] |
getHTMLTags()
Get the htmlTag child elements. |
HTMLTagSet[] |
getHTMLTagSets()
Get the htmlTagSet child elements. |
protected void |
mergeElement(MetaDataElement srcElement)
Merge another element into this element. |
void |
setCompatibility(HTMLCompatibility compatibility)
Set the compatibility child element, or delete with null. |
void |
setEncoding(String value)
Set the encoding attribute value. |
Methods inherited from class org.enhydra.xml.xmlc.metadata.MetaDataElement |
addStringArrayAttribute, 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, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, moveSpecifiedAttributes, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, rename, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData |
Methods inherited from class org.enhydra.apache.xerces.dom.ParentNode |
checkNormalizationAfterInsert, checkNormalizationAfterRemove, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, getTextContent, hasChildNodes, hasTextContent, insertBefore, internalInsertBefore, internalRemoveChild, item, lastChild, lastChild, ownerDocument, removeChild, replaceChild, setTextContent, 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, compareTreePosition, dispatchEvent, getContainer, getElementAncestor, getFeature, getLocalName, getNamespaceURI, getNodeNumber, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, getUserDataRecord, hasStringValue, hasStringValue, internalIsIgnorableWhitespace, isDefaultNamespace, isFirstChild, isFirstChild, isIdAttribute, isIdAttribute, isIgnorableWhitespace, isNormalized, isNormalized, isOwned, isOwned, isReadOnly, isReadOnly, isSameNode, isSpecified, isSpecified, isSupported, lookupNamespacePrefix, lookupNamespaceURI, lookupPrefix, needsSyncChildren, needsSyncChildren, needsSyncData, needsSyncData, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, toString |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface org.w3c.dom.Node |
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
public static final String TAG_NAME
Constructor Detail |
public HTMLSection(Document ownerDoc)
Method Detail |
public String getEncoding()
public void setEncoding(String value)
public HTMLTagSet[] getHTMLTagSets()
public void addHTMLTagSet(HTMLTagSet htmlTagSet)
public HTMLTagSet addHTMLTagSet()
public void deleteTagSet(HTMLTagSet htmlTagSet)
public HTMLTag[] getHTMLTags()
public void addHTMLTag(HTMLTag htmlTag)
public HTMLTag addHTMLTag()
public void deleteHTMLTag(HTMLTag htmlTag)
public HTMLAttr[] getHTMLAttr()
public void addHTMLAttr(HTMLAttr htmlAttr)
public HTMLAttr addHTMLAttr()
public void deleteHTMLAttr(HTMLAttr htmlAttr)
public HTMLTagDef[] getHTMLTagDefs()
public HTMLAttrDef[] getHTMLAttrDefs()
public HTMLCompatibility getCompatibility()
public HTMLCompatibility getCreateCompatibility()
public void setCompatibility(HTMLCompatibility compatibility)
protected void completeModifications() throws XMLCException
completeModifications
in class MetaDataElement
MetaDataElement.completeModifications()
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 |