Package org.apache.axiom.om.impl.dom
Class DocumentTypeImpl
- java.lang.Object
-
- org.apache.axiom.om.impl.dom.NodeImpl
-
- org.apache.axiom.om.impl.dom.ChildNode
-
- org.apache.axiom.om.impl.dom.LeafNode
-
- org.apache.axiom.om.impl.dom.DocumentTypeImpl
-
- All Implemented Interfaces:
org.apache.axiom.core.CoreChildNode,org.apache.axiom.core.CoreDocumentTypeDeclaration,org.apache.axiom.core.CoreLeafNode,org.apache.axiom.core.CoreNode,org.apache.axiom.dom.DOMChildNode,org.apache.axiom.dom.DOMDocumentType,org.apache.axiom.dom.DOMLeafNode,org.apache.axiom.dom.DOMNode,org.apache.axiom.om.impl.intf.AxiomChildNode,org.apache.axiom.om.impl.intf.AxiomCoreLeafNode,org.apache.axiom.om.impl.intf.AxiomDocType,org.apache.axiom.om.impl.intf.AxiomInformationItem,org.apache.axiom.om.impl.intf.AxiomLeafNode,org.apache.axiom.om.impl.intf.AxiomSerializable,org.apache.axiom.om.OMDocType,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMNode,org.apache.axiom.om.OMSerializable,org.apache.axiom.shared.IDocumentTypeDeclaration,DocumentType,Node
public class DocumentTypeImpl extends LeafNode implements org.apache.axiom.dom.DOMDocumentType, org.apache.axiom.om.impl.intf.AxiomDocType
-
-
Field Summary
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Constructor Summary
Constructors Constructor Description DocumentTypeImpl()
-
Method Summary
-
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl
coreGetNodeFactory, getMetaFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomChildNode
detach, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomCoreLeafNode
build, coreGetBuilder, isComplete
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomDocType
buildWithAttachments, getRootName, getType, serialize
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomInformationItem
clone, getMetaFactory, getOMFactory
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomSerializable
serialize, serializeAndConsume
-
Methods inherited from interface org.apache.axiom.core.CoreChildNode
coreClone, coreDetach, coreDetach, coreGetNextSibling, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetParentElement, coreGetPreviousSibling, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreReplaceWith, coreSetOwnerDocument, getRootOrOwnerDocument, internalDetach, internalSetNextSibling, internalSetParent, internalSetPreviousSibling, internalUnsetParent
-
Methods inherited from interface org.apache.axiom.core.CoreDocumentTypeDeclaration
coreGetInternalSubset, coreGetNodeType, coreGetPublicId, coreGetRootName, coreGetSystemId, coreSetInternalSubset, coreSetPublicId, coreSetRootName, coreSetSystemId, init, internalSerialize
-
Methods inherited from interface org.apache.axiom.core.CoreNode
coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetOwnerDocument, coreHasSameOwnerDocument, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSetFlag, internalSetFlags, shallowClone, updateFiliation
-
Methods inherited from interface org.w3c.dom.DocumentType
getInternalSubset, getPublicId, getSystemId
-
Methods inherited from interface org.apache.axiom.dom.DOMChildNode
getNextSibling, getParentNode, getPreviousSibling
-
Methods inherited from interface org.apache.axiom.dom.DOMDocumentType
getEntities, getName, getNodeName, getNodeType, getNodeValue, getNotations, setNodeValue
-
Methods inherited from interface org.apache.axiom.dom.DOMLeafNode
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceContext, getNamespaceURI, getOwnerDocument, getPrefix, getTextContent, hasAttributes, hasChildNodes, insertBefore, normalizeRecursively, removeChild, replaceChild, setPrefix, setTextContent
-
Methods inherited from interface org.apache.axiom.dom.DOMNode
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getUserData, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setUserData
-
-