public class AttributeAdaptor extends NodeAdaptor implements Attr
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| 构造器和说明 |
|---|
AttributeAdaptor(org.jsoup.nodes.Attribute attribute,
org.jsoup.nodes.Element element) |
| 限定符和类型 | 方法和说明 |
|---|---|
Node |
cloneNode(boolean deep) |
short |
compareDocumentPosition(Node other) |
NamedNodeMap |
getAttributes() |
NodeList |
getChildNodes() |
Node |
getFirstChild() |
Node |
getLastChild() |
String |
getName() |
Node |
getNextSibling() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
Document |
getOwnerDocument() |
Element |
getOwnerElement() |
Node |
getParentNode() |
Node |
getPreviousSibling() |
TypeInfo |
getSchemaTypeInfo() |
boolean |
getSpecified() |
String |
getTextContent() |
Object |
getUserData(String key) |
String |
getValue() |
boolean |
hasAttributes() |
boolean |
hasChildNodes() |
boolean |
isEqualNode(Node arg) |
boolean |
isId() |
boolean |
isSameNode(Node other) |
void |
setValue(String value) |
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 AttributeAdaptor(org.jsoup.nodes.Attribute attribute,
org.jsoup.nodes.Element element)
public boolean getSpecified()
getSpecified 在接口中 Attrpublic void setValue(String value) throws DOMException
setValue 在接口中 AttrDOMExceptionpublic Element getOwnerElement()
getOwnerElement 在接口中 Attrpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo 在接口中 Attrpublic 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 在接口中 NodeCopyright © 2014. All rights reserved.