org.apache.struts2.views.xslt
类 AbstractAdapterElement

java.lang.Object
  继承者 org.apache.struts2.views.xslt.AbstractAdapterNode
      继承者 org.apache.struts2.views.xslt.AbstractAdapterElement
所有已实现的接口:
AdapterNode, Element, Node
直接已知子类:
ArrayAdapter, BeanAdapter, CollectionAdapter, MapAdapter, StringAdapter

public abstract class AbstractAdapterElement
extends AbstractAdapterNode
implements Element

AbstractAdapterElement extends the abstract Node type and implements the DOM Element interface.


字段摘要
 
从接口 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
 
构造方法摘要
AbstractAdapterElement()
           
 
方法摘要
 String getAttribute(String string)
          No attributes, return empty attributes if asked.
 Attr getAttributeNode(String name)
           
 Attr getAttributeNodeNS(String string, String string1)
           
 String getAttributeNS(String string, String string1)
           
 String getNodeName()
           
 short getNodeType()
           
 TypeInfo getSchemaTypeInfo()
           
 String getTagName()
           
 boolean hasAttribute(String string)
           
 boolean hasAttributeNS(String string, String string1)
           
 boolean hasChildNodes()
           
 void removeAttribute(String string)
           
 Attr removeAttributeNode(Attr attr)
           
 void removeAttributeNS(String string, String string1)
           
 void setAttribute(String string, String string1)
           
 Attr setAttributeNode(Attr attr)
           
 Attr setAttributeNodeNS(Attr attr)
           
 void setAttributeNS(String string, String string1, String string2)
           
 void setIdAttribute(String string, boolean b)
           
 void setIdAttributeNode(Attr attr, boolean b)
           
 void setIdAttributeNS(String string, String string1, boolean b)
           
 
从类 org.apache.struts2.views.xslt.AbstractAdapterNode 继承的方法
appendChild, cloneNode, compareDocumentPosition, getAdapterFactory, getAttributes, getBaseURI, getChildAfter, getChildBefore, getChildBeforeOrAfter, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getPropertyValue, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setAdapterFactory, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 org.w3c.dom.Element 继承的方法
getElementsByTagName, getElementsByTagNameNS
 
从接口 org.w3c.dom.Node 继承的方法
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 

构造方法详细信息

AbstractAdapterElement

public AbstractAdapterElement()
方法详细信息

setAttribute

public void setAttribute(String string,
                         String string1)
                  throws DOMException
指定者:
接口 Element 中的 setAttribute
抛出:
DOMException

getAttribute

public String getAttribute(String string)
No attributes, return empty attributes if asked.

指定者:
接口 Element 中的 getAttribute

setAttributeNS

public void setAttributeNS(String string,
                           String string1,
                           String string2)
                    throws DOMException
指定者:
接口 Element 中的 setAttributeNS
抛出:
DOMException

getAttributeNS

public String getAttributeNS(String string,
                             String string1)
指定者:
接口 Element 中的 getAttributeNS

setAttributeNode

public Attr setAttributeNode(Attr attr)
                      throws DOMException
指定者:
接口 Element 中的 setAttributeNode
抛出:
DOMException

getAttributeNode

public Attr getAttributeNode(String name)
指定者:
接口 Element 中的 getAttributeNode

setAttributeNodeNS

public Attr setAttributeNodeNS(Attr attr)
                        throws DOMException
指定者:
接口 Element 中的 setAttributeNodeNS
抛出:
DOMException

getAttributeNodeNS

public Attr getAttributeNodeNS(String string,
                               String string1)
指定者:
接口 Element 中的 getAttributeNodeNS

getNodeName

public String getNodeName()
指定者:
接口 Node 中的 getNodeName
覆盖:
AbstractAdapterNode 中的 getNodeName

getNodeType

public short getNodeType()
指定者:
接口 Node 中的 getNodeType
覆盖:
AbstractAdapterNode 中的 getNodeType

getTagName

public String getTagName()
指定者:
接口 Element 中的 getTagName

hasAttribute

public boolean hasAttribute(String string)
指定者:
接口 Element 中的 hasAttribute

hasAttributeNS

public boolean hasAttributeNS(String string,
                              String string1)
指定者:
接口 Element 中的 hasAttributeNS

hasChildNodes

public boolean hasChildNodes()
指定者:
接口 Node 中的 hasChildNodes
覆盖:
AbstractAdapterNode 中的 hasChildNodes

removeAttribute

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

removeAttributeNS

public void removeAttributeNS(String string,
                              String string1)
                       throws DOMException
指定者:
接口 Element 中的 removeAttributeNS
抛出:
DOMException

removeAttributeNode

public Attr removeAttributeNode(Attr attr)
                         throws DOMException
指定者:
接口 Element 中的 removeAttributeNode
抛出:
DOMException

setIdAttributeNode

public void setIdAttributeNode(Attr attr,
                               boolean b)
                        throws DOMException
指定者:
接口 Element 中的 setIdAttributeNode
抛出:
DOMException

getSchemaTypeInfo

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

setIdAttribute

public void setIdAttribute(String string,
                           boolean b)
                    throws DOMException
指定者:
接口 Element 中的 setIdAttribute
抛出:
DOMException

setIdAttributeNS

public void setIdAttributeNS(String string,
                             String string1,
                             boolean b)
                      throws DOMException
指定者:
接口 Element 中的 setIdAttributeNS
抛出:
DOMException