Package org.apache.struts2.result.xslt
Class SimpleTextNode
java.lang.Object
org.apache.struts2.result.xslt.AbstractAdapterNode
org.apache.struts2.result.xslt.SimpleTextNode
- All Implemented Interfaces:
- AdapterNode,- CharacterData,- Node,- Text
- 
Field SummaryFields inherited from interface org.w3c.dom.NodeATTRIBUTE_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
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleTextNode(AdapterFactory rootAdapterFactory, AdapterNode parent, String propertyName, Object value) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendData(String string) voiddeleteData(int i, int i1) getData()intshortprotected StringvoidinsertData(int i, String string) booleanvoidreplaceData(int i, int i1, String string) replaceWholeText(String string) voidsplitText(int i) substringData(int beginIndex, int endIndex) Methods inherited from class org.apache.struts2.result.xslt.AbstractAdapterNodeappendChild, buildChildAdapters, cloneNode, compareDocumentPosition, getAdapterFactory, getAttributes, getBaseURI, getChildAdapters, 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, operationNotSupported, removeChild, replaceChild, setAdapterFactory, setContext, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.w3c.dom.NodeappendChild, 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
- 
Constructor Details- 
SimpleTextNodepublic SimpleTextNode(AdapterFactory rootAdapterFactory, AdapterNode parent, String propertyName, Object value) 
 
- 
- 
Method Details- 
getStringValue
- 
setData- Specified by:
- setDatain interface- CharacterData
- Throws:
- DOMException
 
- 
getData- Specified by:
- getDatain interface- CharacterData
- Throws:
- DOMException
 
- 
getLengthpublic int getLength()- Specified by:
- getLengthin interface- CharacterData
 
- 
getNodeName- Specified by:
- getNodeNamein interface- Node
- Overrides:
- getNodeNamein class- AbstractAdapterNode
 
- 
getNodeTypepublic short getNodeType()- Specified by:
- getNodeTypein interface- Node
- Overrides:
- getNodeTypein class- AbstractAdapterNode
 
- 
getNodeValue- Specified by:
- getNodeValuein interface- Node
- Overrides:
- getNodeValuein class- AbstractAdapterNode
- Throws:
- DOMException
 
- 
appendData- Specified by:
- appendDatain interface- CharacterData
- Throws:
- DOMException
 
- 
deleteData- Specified by:
- deleteDatain interface- CharacterData
- Throws:
- DOMException
 
- 
insertData- Specified by:
- insertDatain interface- CharacterData
- Throws:
- DOMException
 
- 
replaceData- Specified by:
- replaceDatain interface- CharacterData
- Throws:
- DOMException
 
- 
splitText- Specified by:
- splitTextin interface- Text
- Throws:
- DOMException
 
- 
substringData- Specified by:
- substringDatain interface- CharacterData
- Throws:
- DOMException
 
- 
isElementContentWhitespacepublic boolean isElementContentWhitespace()- Specified by:
- isElementContentWhitespacein interface- Text
 
- 
getWholeText- Specified by:
- getWholeTextin interface- Text
 
- 
replaceWholeText- Specified by:
- replaceWholeTextin interface- Text
- Throws:
- DOMException
 
 
-