|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.writersforge.catalan.transform.DirectiveStack.Directive
|
+--org.writersforge.catalan.transform.DirectiveStack.Attribute
A Directive to create a new attribute (Datum property) inside the current element. The attribute name and/or value can be specified as a static value, or pulled dynamically from the input data stream.
| Constructor Summary | |
DirectiveStack.Attribute(java.lang.String name,
java.lang.Object value)
Creates a new instance of AttributeName. |
|
| Method Summary | |
java.lang.String |
getName()
Retrieves the name property of this Attribute directive. |
| Methods inherited from class org.writersforge.catalan.transform.DirectiveStack.Directive |
getValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DirectiveStack.Attribute(java.lang.String name,
java.lang.Object value)
name - the attribute namevalue - the attribute value| Method Detail |
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||