Class DefaultLexicalPreservingPrinter

  • All Implemented Interfaces:
    Printer

    public class DefaultLexicalPreservingPrinter
    extends java.lang.Object
    implements Printer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String print​(Node node)
      Print a Node into a String, preserving the lexical information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultLexicalPreservingPrinter

        public DefaultLexicalPreservingPrinter()
    • Method Detail

      • print

        public java.lang.String print​(Node node)
        Print a Node into a String, preserving the lexical information.
        Specified by:
        print in interface Printer