Uses of Class
org.jsoup.nodes.TextNode

Packages that use TextNode
org.jsoup.nodes HTML document structure nodes. 
 

Uses of TextNode in org.jsoup.nodes
 

Methods in org.jsoup.nodes that return TextNode
static TextNode TextNode.createFromEncoded(String encodedText, String baseUri)
          Create a new TextNode from HTML encoded (aka escaped) data.
 TextNode TextNode.splitText(int offset)
          Split this text node into two nodes at the specified string offset.
 TextNode TextNode.text(String text)
          Set the text content of this text node.
 

Methods in org.jsoup.nodes that return types with arguments of type TextNode
 List<TextNode> Element.textNodes()
          Get this element's child text nodes.
 



Copyright © 2009-2012 Jonathan Hedley. All Rights Reserved.