|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.dom.DOMWrapper<T>
com.caucho.quercus.lib.dom.DOMNode<T>
com.caucho.quercus.lib.dom.DOMCharacterData<org.w3c.dom.Text>
com.caucho.quercus.lib.dom.DOMText
public class DOMText
Method Summary | |
---|---|
static DOMText |
__construct(Env env,
java.lang.String value)
|
java.lang.String |
getWholeText()
|
boolean |
isElementContentWhitespace()
|
boolean |
isWhitespaceInElementContent()
|
DOMText |
replaceWholeText(java.lang.String content)
|
DOMText |
splitText(int offset)
|
Methods inherited from class com.caucho.quercus.lib.dom.DOMCharacterData |
---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
Methods inherited from class com.caucho.quercus.lib.dom.DOMNode |
---|
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, toString |
Methods inherited from class com.caucho.quercus.lib.dom.DOMWrapper |
---|
getImpl, getImpl, wrap, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static DOMText __construct(Env env, java.lang.String value)
public java.lang.String getWholeText()
public boolean isElementContentWhitespace()
public boolean isWhitespaceInElementContent()
public DOMText replaceWholeText(java.lang.String content) throws DOMException
DOMException
public DOMText splitText(int offset) throws DOMException
DOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |