public interface Node
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDebugText()
Get a string representation of this node usable for debug logging or similar. 
 | 
String | 
getRenderableText()
Build the node's representation for use in the resulting rendering. 
 | 
String | 
getText()
Get the intrinsic text of this node. 
 | 
String getText()
String getDebugText()
String getRenderableText()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.