|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomDocumentType
public class DomDocumentType
A DOM object for DocumentType.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
DomNode.ChildIterator, DomNode.DescendantElementsIterator |
| Field Summary |
|---|
| Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
AS_TEXT_BLANK, AS_TEXT_BLOCK_SEPARATOR, AS_TEXT_NEW_LINE, AS_TEXT_TAB, PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED |
| 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 | |
|---|---|
DomDocumentType(SgmlPage page,
java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
Creates a new instance. |
|
| Method Summary | |
|---|---|
org.w3c.dom.NamedNodeMap |
getEntities()
|
java.lang.String |
getInternalSubset()
|
java.lang.String |
getName()
|
java.lang.String |
getNodeName()
Returns this node's node name. |
short |
getNodeType()
Returns this node's node type. |
org.w3c.dom.NamedNodeMap |
getNotations()
|
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public DomDocumentType(SgmlPage page,
java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
page - the page which contains this nodename - the namepublicId - the public IDsystemId - the system ID| Method Detail |
|---|
public java.lang.String getNodeName()
getNodeName in interface org.w3c.dom.NodegetNodeName in class DomNodepublic short getNodeType()
getNodeType in interface org.w3c.dom.NodegetNodeType in class DomNodepublic org.w3c.dom.NamedNodeMap getEntities()
getEntities in interface org.w3c.dom.DocumentTypepublic java.lang.String getInternalSubset()
getInternalSubset in interface org.w3c.dom.DocumentTypepublic java.lang.String getName()
getName in interface org.w3c.dom.DocumentTypepublic org.w3c.dom.NamedNodeMap getNotations()
getNotations in interface org.w3c.dom.DocumentTypepublic java.lang.String getPublicId()
getPublicId in interface org.w3c.dom.DocumentTypepublic java.lang.String getSystemId()
getSystemId in interface org.w3c.dom.DocumentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||