Uses of Class
com.gargoylesoftware.htmlunit.html.DomText

Packages that use DomText
com.gargoylesoftware.htmlunit.html Classes specific to html pages 
 

Uses of DomText in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return DomText
 DomText DomCData.splitDomText(int offset)
          Split a DomText node in two.
 DomText DomText.splitDomText(int offset)
          Split a DomText node in two.
 DomText DomCData.splitText(int offset)
          Deprecated. This method conflicts with the W3C DOM API since the return values are different. Use splitDomText instead.
 DomText DomText.splitText(int offset)
          Deprecated. This method conflicts with the W3C DOM API since the return values are different. Use splitDomText instead.
 



Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.