|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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 中的 getChildAfterpublic Node getChildBefore(Node child)
AdapterNode 复制的描述
AdapterNode 中的 getChildBeforepublic NodeList getElementsByTagName(String tagName)
public NodeList getElementsByTagNameNS(String string,
String string1)
public NamedNodeMap getAttributes()
Node 中的 getAttributespublic NodeList getChildNodes()
Node 中的 getChildNodespublic Node getFirstChild()
Node 中的 getFirstChildpublic Node getLastChild()
Node 中的 getLastChildpublic String getLocalName()
Node 中的 getLocalNamepublic String getNamespaceURI()
Node 中的 getNamespaceURI
public void setNodeValue(String string)
throws DOMException
Node 中的 setNodeValueDOMException
public String getNodeValue()
throws DOMException
Node 中的 getNodeValueDOMExceptionpublic Document getOwnerDocument()
Node 中的 getOwnerDocumentpublic Node getParentNode()
Node 中的 getParentNodepublic AdapterNode getParent()
AdapterNode 复制的描述
AdapterNode 中的 getParentpublic void setParent(AdapterNode parent)
AdapterNode 复制的描述
AdapterNode 中的 setParentpublic Object getPropertyValue()
AdapterNode 复制的描述
AdapterNode 中的 getPropertyValuepublic void setPropertyValue(Object prop)
AdapterNode 复制的描述
AdapterNode 中的 setPropertyValue
public void setPrefix(String string)
throws DOMException
Node 中的 setPrefixDOMExceptionpublic String getPrefix()
Node 中的 getPrefixpublic Node getNextSibling()
Node 中的 getNextSiblingpublic Node getPreviousSibling()
Node 中的 getPreviousSiblingpublic String getPropertyName()
AdapterNode 复制的描述
AdapterNode 中的 getPropertyNamepublic void setPropertyName(String name)
AdapterNode 复制的描述
AdapterNode 中的 setPropertyNamepublic AdapterFactory getAdapterFactory()
AdapterNode 复制的描述
AdapterNode 中的 getAdapterFactorypublic void setAdapterFactory(AdapterFactory adapterFactory)
AdapterNode 复制的描述
AdapterNode 中的 setAdapterFactory
public boolean isSupported(String string,
String string1)
Node 中的 isSupported
public Node appendChild(Node node)
throws DOMException
Node 中的 appendChildDOMExceptionpublic Node cloneNode(boolean b)
Node 中的 cloneNodepublic boolean hasAttributes()
Node 中的 hasAttributespublic boolean hasChildNodes()
Node 中的 hasChildNodes
public Node insertBefore(Node node,
Node node1)
throws DOMException
Node 中的 insertBeforeDOMExceptionpublic void normalize()
Node 中的 normalize
public Node removeChild(Node node)
throws DOMException
Node 中的 removeChildDOMException
public Node replaceChild(Node node,
Node node1)
throws DOMException
Node 中的 replaceChildDOMExceptionpublic boolean isDefaultNamespace(String string)
Node 中的 isDefaultNamespacepublic String lookupNamespaceURI(String string)
Node 中的 lookupNamespaceURIpublic String getNodeName()
Node 中的 getNodeNamepublic short getNodeType()
Node 中的 getNodeTypepublic String getBaseURI()
Node 中的 getBaseURI
public short compareDocumentPosition(Node node)
throws DOMException
Node 中的 compareDocumentPositionDOMException
public String getTextContent()
throws DOMException
Node 中的 getTextContentDOMException
public void setTextContent(String string)
throws DOMException
Node 中的 setTextContentDOMExceptionpublic boolean isSameNode(Node node)
Node 中的 isSameNodepublic String lookupPrefix(String string)
Node 中的 lookupPrefixpublic 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 中的 setUserDatapublic Object getUserData(String string)
Node 中的 getUserDatapublic String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||