dk.brics.xsugar.xml
Class EndTagNameAdder

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

public class EndTagNameAdder
extends Object

Inserts names in end tags in an output string.


Constructor Summary
EndTagNameAdder()
          Constructs a new end tag adder.
 
Method Summary
 String fix(String s)
          Fixes the given output string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndTagNameAdder

public EndTagNameAdder()
Constructs a new end tag adder.

Method Detail

fix

public String fix(String s)
Fixes the given output string.

Parameters:
s - string
Returns:
fixed string


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