org.openxml
Class DTDDocument

java.lang.Object
  |
  +--org.openxml.dom.NodeImpl
        |
        +--org.openxml.dom.DocumentImpl
              |
              +--org.openxml.dom.DocumentTypeImpl
                    |
                    +--org.openxml.DTDDocument

public final class DTDDocument
extends org.openxml.dom.DocumentTypeImpl
implements Document, DocumentType

Version:
$Revision: 1.4 $ $Date: 1999/04/12 06:09:47 $
Author:
Assaf Arkin

Fields inherited from class org.openxml.dom.NodeImpl
ATTLIST_DECL_NODE, ELEMENT_DECL_NODE, PARAM_ENTITY_NODE
 
Constructor Summary
DTDDocument()
           
DTDDocument(Document owner, java.lang.String rootElement, boolean standalone, java.lang.String systemId, java.lang.String publicId)
           
 
Method Summary
 java.lang.Object clone()
           
 Node cloneNode(boolean deep)
           
 
Methods inherited from class org.openxml.dom.DocumentTypeImpl
castNewChild, cloneInto, createEntity, createEntity, createEntity, createNotation, createParamEntity, createParamEntity, declareEntity, declareNotation, declareParamEntity, equals, findEntity, findNotation, findParamEntity, getDocumentElement, getEntities, getName, getNodeType, getNotations, getParamEntities, getPublicId, getSystemId, internalAsText, isStandalone, toString
 
Methods inherited from class org.openxml.dom.DocumentImpl
acquire, assignDoctype, createAttribute, createAttribute, createCDATASection, createComment, createDocumentFragment, createElement, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getElementsByTagName, getImplementation, hasFeature, lock, registerElement, setNodeValue, supportsChildern, unlock, useElementFactory
 
Methods inherited from class org.openxml.dom.NodeImpl
appendChild, castOldChild, createNodeIterator, createTreeIterator, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, isReadOnly, makeReadOnly, notifyIterators, removeChild, removeInnerIterator, replaceChild, setOwnerDocument
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DTDDocument

public DTDDocument()

DTDDocument

public DTDDocument(Document owner,
                   java.lang.String rootElement,
                   boolean standalone,
                   java.lang.String systemId,
                   java.lang.String publicId)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class org.openxml.dom.DocumentTypeImpl

cloneNode

public Node cloneNode(boolean deep)
Overrides:
cloneNode in class org.openxml.dom.DocumentTypeImpl