public class TextNode extends Node
children, childrenCount, parent, type
Constructor and Description |
---|
TextNode(CharSequence text) |
Modifier and Type | Method and Description |
---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
Node |
copy() |
CharSequence |
getText() |
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
public TextNode(CharSequence text)
public QuotingAppendable append(QuotingAppendable buffer)
public CharSequence getText()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.