|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openxml.dom.NodeImpl | +--org.openxml.dom.DocumentImpl | +--org.openxml.dom.DocumentTypeImpl | +--org.openxml.DTDDocument
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 |
public DTDDocument()
public DTDDocument(Document owner, java.lang.String rootElement, boolean standalone, java.lang.String systemId, java.lang.String publicId)
Method Detail |
public java.lang.Object clone()
public Node cloneNode(boolean deep)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |