public class HtmlDocumentType extends NodeAdaptor implements DocumentType
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| 构造器和说明 |
|---|
HtmlDocumentType(org.jsoup.nodes.Document document) |
| 限定符和类型 | 方法和说明 |
|---|---|
Node |
cloneNode(boolean deep) |
short |
compareDocumentPosition(Node other) |
NamedNodeMap |
getAttributes() |
NodeList |
getChildNodes() |
NamedNodeMap |
getEntities() |
Node |
getFirstChild() |
String |
getInternalSubset() |
Node |
getLastChild() |
String |
getName() |
Node |
getNextSibling() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
NamedNodeMap |
getNotations() |
Document |
getOwnerDocument() |
Node |
getParentNode() |
Node |
getPreviousSibling() |
String |
getPublicId() |
String |
getSystemId() |
String |
getTextContent() |
Object |
getUserData(String key) |
boolean |
hasAttributes() |
boolean |
hasChildNodes() |
boolean |
isEqualNode(Node arg) |
boolean |
isSameNode(Node other) |
appendChild, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, insertBefore, isDefaultNamespace, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendChild, getBaseURI, getFeature, getLocalName, getNamespaceURI, getPrefix, insertBefore, isDefaultNamespace, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserDatapublic String getNodeName()
getNodeName 在接口中 Nodepublic String getNodeValue() throws DOMException
getNodeValue 在接口中 NodeDOMExceptionpublic short getNodeType()
getNodeType 在接口中 Nodepublic Node getParentNode()
getParentNode 在接口中 Nodepublic NodeList getChildNodes()
getChildNodes 在接口中 Nodepublic Node getFirstChild()
getFirstChild 在接口中 Nodepublic Node getLastChild()
getLastChild 在接口中 Nodepublic Node getPreviousSibling()
getPreviousSibling 在接口中 Nodepublic Node getNextSibling()
getNextSibling 在接口中 Nodepublic NamedNodeMap getAttributes()
getAttributes 在接口中 Nodepublic Document getOwnerDocument()
getOwnerDocument 在接口中 Nodepublic boolean hasChildNodes()
hasChildNodes 在接口中 Nodepublic boolean hasAttributes()
hasAttributes 在接口中 Nodepublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition 在接口中 NodeDOMExceptionpublic String getTextContent() throws DOMException
getTextContent 在接口中 NodeDOMExceptionpublic boolean isSameNode(Node other)
isSameNode 在接口中 Nodepublic boolean isEqualNode(Node arg)
isEqualNode 在接口中 Nodepublic Object getUserData(String key)
getUserData 在接口中 Nodepublic String getName()
getName 在接口中 DocumentTypepublic NamedNodeMap getEntities()
getEntities 在接口中 DocumentTypepublic NamedNodeMap getNotations()
getNotations 在接口中 DocumentTypepublic String getPublicId()
getPublicId 在接口中 DocumentTypepublic String getSystemId()
getSystemId 在接口中 DocumentTypepublic String getInternalSubset()
getInternalSubset 在接口中 DocumentTypeCopyright © 2014. All rights reserved.