|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.crimson.tree.NodeBase | +--org.apache.crimson.tree.ParentNode | +--org.apache.crimson.tree.NamespacedNode | +--org.apache.crimson.tree.ElementNode2 | +--org.apache.crimson.tree.ElementNode | +--simkin.SimkinXMLElement
This class is used to create additional XML elements that are added to an XML document
Field Summary |
Fields inherited from class org.apache.crimson.tree.ElementNode2 |
attributes |
Fields inherited from class org.apache.crimson.tree.NamespacedNode |
namespaceURI, qName |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
SimkinXMLElement(java.lang.String tagName)
|
Methods inherited from class org.apache.crimson.tree.ElementNode |
getLocalName, getPrefix, setTag |
Methods inherited from class org.apache.crimson.tree.ElementNode2 |
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getIdAttributeName, getNodeType, getTagName, getUserObject, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttributeName, setReadonly, setUserObject, toString, trimToSize, write, writeXml |
Methods inherited from class org.apache.crimson.tree.NamespacedNode |
appendChild, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getIndexOf, getInheritedAttribute, getLanguage, getLastChild, getLength, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, isReadonly, isSupported, item, normalize, removeChild, removeWhiteSpaces, replaceChild, setNodeValue, setOwnerDocument, setPrefix, writeChildrenXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
getElementsByTagName, getElementsByTagNameNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, getChildNodes, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.apache.crimson.tree.NodeEx |
getIndexOf, getInheritedAttribute, getLanguage, isReadonly |
Methods inherited from interface org.apache.crimson.tree.XmlWritable |
writeChildrenXml |
Constructor Detail |
public SimkinXMLElement(java.lang.String tagName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |