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