dk.brics.xsugar.xml
Class ASTEscaper

java.lang.Object
  extended by dk.brics.xsugar.xml.ASTEscaper

public class ASTEscaper
extends Object

Escapes special XML chars in all substring nodes of an AST.


Constructor Summary
ASTEscaper()
          Constructs a new AST escaper.
 
Method Summary
 void escape(AST ast)
          Performs escaping for the given AST.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTEscaper

public ASTEscaper()
Constructs a new AST escaper.

Method Detail

escape

public void escape(AST ast)
Performs escaping for the given AST.

Parameters:
ast - AST


Copyright © 2004-2007 Anders Møller & Claus Brabrand.