public class NodesToXMLStringFormatter extends Object
Constructor and Description |
---|
NodesToXMLStringFormatter(IASNode n)
Construct a NodeFormatter and generate a string
representation of the input tree, with the node
descriptions encoded as UTF-8.
|
NodesToXMLStringFormatter(IASNode n,
boolean escape_descriptions)
Construct a NodeFormatter and generate a string
representation of the input tree.
|
public NodesToXMLStringFormatter(IASNode n, boolean escape_descriptions)
n
- - the AST tree to be formatted.escape_descriptions
- - when true, encode
descriptive text as UTF-8.public NodesToXMLStringFormatter(IASNode n)
n
- - the AST tree to be formatted.Copyright © 2016 The Apache Software Foundation. All rights reserved.