|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.apache.struts2.views.xslt.AbstractAdapterNode
public abstract class AbstractAdapterNode
AbstractAdapterNode is the base for childAdapters that expose a read-only view of a Java object as a DOM Node. This class implements the core parent-child and sibling node traversal functionality shared by all adapter type nodes and used in proxy node support.
AbstractAdapterElement
字段摘要 |
---|
构造方法摘要 | |
---|---|
AbstractAdapterNode()
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public AbstractAdapterNode()
方法详细信息 |
---|
public Node getChildBeforeOrAfter(Node child, boolean before)
public Node getChildAfter(Node child)
AdapterNode
复制的描述
AdapterNode
中的 getChildAfter
public Node getChildBefore(Node child)
AdapterNode
复制的描述
AdapterNode
中的 getChildBefore
public NodeList getElementsByTagName(String tagName)
public NodeList getElementsByTagNameNS(String string, String string1)
public NamedNodeMap getAttributes()
Node
中的 getAttributes
public NodeList getChildNodes()
Node
中的 getChildNodes
public Node getFirstChild()
Node
中的 getFirstChild
public Node getLastChild()
Node
中的 getLastChild
public String getLocalName()
Node
中的 getLocalName
public String getNamespaceURI()
Node
中的 getNamespaceURI
public void setNodeValue(String string) throws DOMException
Node
中的 setNodeValue
DOMException
public String getNodeValue() throws DOMException
Node
中的 getNodeValue
DOMException
public Document getOwnerDocument()
Node
中的 getOwnerDocument
public Node getParentNode()
Node
中的 getParentNode
public AdapterNode getParent()
AdapterNode
复制的描述
AdapterNode
中的 getParent
public void setParent(AdapterNode parent)
AdapterNode
复制的描述
AdapterNode
中的 setParent
public Object getPropertyValue()
AdapterNode
复制的描述
AdapterNode
中的 getPropertyValue
public void setPropertyValue(Object prop)
AdapterNode
复制的描述
AdapterNode
中的 setPropertyValue
public void setPrefix(String string) throws DOMException
Node
中的 setPrefix
DOMException
public String getPrefix()
Node
中的 getPrefix
public Node getNextSibling()
Node
中的 getNextSibling
public Node getPreviousSibling()
Node
中的 getPreviousSibling
public String getPropertyName()
AdapterNode
复制的描述
AdapterNode
中的 getPropertyName
public void setPropertyName(String name)
AdapterNode
复制的描述
AdapterNode
中的 setPropertyName
public AdapterFactory getAdapterFactory()
AdapterNode
复制的描述
AdapterNode
中的 getAdapterFactory
public void setAdapterFactory(AdapterFactory adapterFactory)
AdapterNode
复制的描述
AdapterNode
中的 setAdapterFactory
public boolean isSupported(String string, String string1)
Node
中的 isSupported
public Node appendChild(Node node) throws DOMException
Node
中的 appendChild
DOMException
public Node cloneNode(boolean b)
Node
中的 cloneNode
public boolean hasAttributes()
Node
中的 hasAttributes
public boolean hasChildNodes()
Node
中的 hasChildNodes
public Node insertBefore(Node node, Node node1) throws DOMException
Node
中的 insertBefore
DOMException
public void normalize()
Node
中的 normalize
public Node removeChild(Node node) throws DOMException
Node
中的 removeChild
DOMException
public Node replaceChild(Node node, Node node1) throws DOMException
Node
中的 replaceChild
DOMException
public boolean isDefaultNamespace(String string)
Node
中的 isDefaultNamespace
public String lookupNamespaceURI(String string)
Node
中的 lookupNamespaceURI
public String getNodeName()
Node
中的 getNodeName
public short getNodeType()
Node
中的 getNodeType
public String getBaseURI()
Node
中的 getBaseURI
public short compareDocumentPosition(Node node) throws DOMException
Node
中的 compareDocumentPosition
DOMException
public String getTextContent() throws DOMException
Node
中的 getTextContent
DOMException
public void setTextContent(String string) throws DOMException
Node
中的 setTextContent
DOMException
public boolean isSameNode(Node node)
Node
中的 isSameNode
public String lookupPrefix(String string)
Node
中的 lookupPrefix
public boolean isEqualNode(Node node)
Node
中的 isEqualNode
public Object getFeature(String string, String string1)
Node
中的 getFeature
public Object setUserData(String string, Object object, UserDataHandler userDataHandler)
Node
中的 setUserData
public Object getUserData(String string)
Node
中的 getUserData
public String toString()
Object
中的 toString
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |