org.apache.struts2.views.xslt
类 SimpleTextNode
java.lang.Object
  
org.apache.struts2.views.xslt.AbstractAdapterNode
      
org.apache.struts2.views.xslt.SimpleTextNode
- 所有已实现的接口: 
 - AdapterNode, CharacterData, Node, Text
 
public class SimpleTextNode
- extends AbstractAdapterNode
- implements Node, Text
  
 
| 从接口 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 | 
 
 
 
| 从类 org.apache.struts2.views.xslt.AbstractAdapterNode 继承的方法 | 
appendChild, cloneNode, compareDocumentPosition, getAdapterFactory, getAttributes, getBaseURI, getChildAfter, getChildBefore, getChildBeforeOrAfter, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getPropertyValue, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setAdapterFactory, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData, toString | 
 
 
| 从接口 org.w3c.dom.Node 继承的方法 | 
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData | 
 
SimpleTextNode
public SimpleTextNode(AdapterFactory rootAdapterFactory,
                      AdapterNode parent,
                      String propertyName,
                      Object value)
setData
public void setData(String string)
             throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 setData 
 
- 抛出:
 DOMException
 
getData
public String getData()
               throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 getData 
 
- 抛出:
 DOMException
 
getLength
public int getLength()
- 指定者:
 - 接口 
CharacterData 中的 getLength 
 
 
getNodeName
public String getNodeName()
- 指定者:
 - 接口 
Node 中的 getNodeName - 覆盖:
 - 类 
AbstractAdapterNode 中的 getNodeName 
 
 
getNodeType
public short getNodeType()
- 指定者:
 - 接口 
Node 中的 getNodeType - 覆盖:
 - 类 
AbstractAdapterNode 中的 getNodeType 
 
 
getNodeValue
public String getNodeValue()
                    throws DOMException
- 指定者:
 - 接口 
Node 中的 getNodeValue - 覆盖:
 - 类 
AbstractAdapterNode 中的 getNodeValue 
 
- 抛出:
 DOMException
 
appendData
public void appendData(String string)
                throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 appendData 
 
- 抛出:
 DOMException
 
deleteData
public void deleteData(int i,
                       int i1)
                throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 deleteData 
 
- 抛出:
 DOMException
 
insertData
public void insertData(int i,
                       String string)
                throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 insertData 
 
- 抛出:
 DOMException
 
replaceData
public void replaceData(int i,
                        int i1,
                        String string)
                 throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 replaceData 
 
- 抛出:
 DOMException
 
splitText
public Text splitText(int i)
               throws DOMException
- 指定者:
 - 接口 
Text 中的 splitText 
 
- 抛出:
 DOMException
 
substringData
public String substringData(int beginIndex,
                            int endIndex)
                     throws DOMException
- 指定者:
 - 接口 
CharacterData 中的 substringData 
 
- 抛出:
 DOMException
 
isElementContentWhitespace
public boolean isElementContentWhitespace()
- 指定者:
 - 接口 
Text 中的 isElementContentWhitespace 
 
 
getWholeText
public String getWholeText()
- 指定者:
 - 接口 
Text 中的 getWholeText 
 
 
replaceWholeText
public Text replaceWholeText(String string)
                      throws DOMException
- 指定者:
 - 接口 
Text 中的 replaceWholeText 
 
- 抛出:
 DOMException