KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > Text

org.w3c.dom
Interface Text

All Superinterfaces:
CharacterData, Node
All Known Subinterfaces:
CDATASection
See Also:
Top Examples, Source Code

String getWholeText()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isElementContentWhitespace()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1404]Whether the Node contains ONLY or SOME whitespace
By mdzaebel { at } web { dot } de on 2005/04/28 10:19:39  Rate
unfortunately it is unclear from specification whether the Node contains ONLY or SOME whitespace!

Text replaceWholeText(String content)
                      throws DOMException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Text splitText(int offset)
               throws DOMException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags