Interface TextNode
- All Superinterfaces:
 Node
- 
Method Summary
Modifier and TypeMethodDescription@Nullable StringvoidsetTextContent(@Nullable String textContent) Methods inherited from interface com.juliewoolie.dom.Node
enterVisitor, exitVisitor, getDepth, getOwningDocument, getParent, getRenderingBounds, getSiblingIndex, hasFlag, nextSibling, previousSibling 
- 
Method Details
- 
getTextContent
 - 
setTextContent
 
 -