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

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

public static class DirectiveStack.StartElement
extends DirectiveStack.Directive

A Directive to start a new Datum element. The element name can be specified as a static value, or pulled dynamically from the input data stream.


Constructor Summary
DirectiveStack.StartElement()
          Creates a new instance of StartElement.
DirectiveStack.StartElement(java.lang.String value)
          Creates a new instance of StartElement.
 
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.StartElement

public DirectiveStack.StartElement()
Creates a new instance of StartElement. Should convert the current node into a String value and use that for the element name.


DirectiveStack.StartElement

public DirectiveStack.StartElement(java.lang.String value)
Creates a new instance of StartElement. Should use the provided value as the static element name. Does not consume the current node.

Parameters:
value - the PCDATA content