Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
DomText |
DomText.splitDomText(int offset)
Split a DomText node in two.
|
DomText |
DomCData.splitDomText(int offset)
Split a DomText node in two.
|
DomText |
DomText.splitText(int offset)
Deprecated.
This method conflicts with the W3C DOM API since the return values are
different. Use splitDomText instead.
|
DomText |
DomCData.splitText(int offset)
Deprecated.
This method conflicts with the W3C DOM API since the return values are
different. Use splitDomText instead.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.