org.writersforge.catalan.transform.xml
Class DirectiveStack.EndElement

java.lang.Object
  extended byorg.writersforge.catalan.transform.xml.DirectiveStack.Directive
      extended byorg.writersforge.catalan.transform.xml.DirectiveStack.EndElement
Enclosing class:
DirectiveStack

public static class DirectiveStack.EndElement
extends DirectiveStack.Directive

A Directive to close the current element.


Constructor Summary
DirectiveStack.EndElement()
          Creates a new instance of EndElement.
 
Methods inherited from class org.writersforge.catalan.transform.xml.DirectiveStack.Directive
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectiveStack.EndElement

public DirectiveStack.EndElement()
Creates a new instance of EndElement.