dk.brics.xsugar.xml
Class ASTUnescaper

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

public class ASTUnescaper
extends Object

Unescapes special XML chars in all substring nodes of an AST. Also bypasses @-edges.


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

Constructor Detail

ASTUnescaper

public ASTUnescaper()
Constructs a new AST unescaper.

Method Detail

unescape

public void unescape(AST ast)
Performs unescaping for the given AST.

Parameters:
ast - AST


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