org.apache.struts2.views.xslt
类 ProxyAttrAdapter

java.lang.Object
  继承者 org.apache.struts2.views.xslt.AbstractAdapterNode
      继承者 org.apache.struts2.views.xslt.ProxyNodeAdapter
          继承者 org.apache.struts2.views.xslt.ProxyAttrAdapter
所有已实现的接口:
AdapterNode, Attr, Node

public class ProxyAttrAdapter
extends ProxyNodeAdapter
implements Attr

ProxyAttrAdapter is a pass-through adapter for objects which already implement the Attr interface. All methods are proxied to the underlying Node except node traversal (e.g. getParent()) related methods which are implemented by the abstract adapter node to work with the parent adapter.


字段摘要
 
从接口 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
 
构造方法摘要
ProxyAttrAdapter(AdapterFactory factory, AdapterNode parent, Attr value)
           
 
方法摘要
 String getName()
           
 Element getOwnerElement()
           
 TypeInfo getSchemaTypeInfo()
           
 boolean getSpecified()
           
 String getValue()
           
 boolean isId()
           
 void setValue(String string)
           
 String toString()
           
 
从类 org.apache.struts2.views.xslt.ProxyNodeAdapter 继承的方法
getAttributes, getLocalName, getNamespaceURI, getNodeName, getNodeType, getNodeValue, getPrefix, hasAttributes, hasChildNodes, isSupported
 
从类 org.apache.struts2.views.xslt.AbstractAdapterNode 继承的方法
appendChild, cloneNode, compareDocumentPosition, getAdapterFactory, getBaseURI, getChildAfter, getChildBefore, getChildBeforeOrAfter, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getNextSibling, getOwnerDocument, getParent, getParentNode, getPreviousSibling, getPropertyName, getPropertyValue, getTextContent, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setAdapterFactory, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 org.w3c.dom.Node 继承的方法
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 

构造方法详细信息

ProxyAttrAdapter

public ProxyAttrAdapter(AdapterFactory factory,
                        AdapterNode parent,
                        Attr value)
方法详细信息

getName

public String getName()
指定者:
接口 Attr 中的 getName

getSpecified

public boolean getSpecified()
指定者:
接口 Attr 中的 getSpecified

getValue

public String getValue()
指定者:
接口 Attr 中的 getValue

setValue

public void setValue(String string)
              throws DOMException
指定者:
接口 Attr 中的 setValue
抛出:
DOMException

getOwnerElement

public Element getOwnerElement()
指定者:
接口 Attr 中的 getOwnerElement

getSchemaTypeInfo

public TypeInfo getSchemaTypeInfo()
指定者:
接口 Attr 中的 getSchemaTypeInfo

isId

public boolean isId()
指定者:
接口 Attr 中的 isId

toString

public String toString()
覆盖:
ProxyNodeAdapter 中的 toString