|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.writersforge.catalan.transform.xml.DirectiveStack.Directive
org.writersforge.catalan.transform.xml.DirectiveStack.Pcdata
A Directive to insert PCDATA content into the current element. The PCDATA content can be specified as a static value, or pulled dynamically from the input data stream.
| Constructor Summary | |
DirectiveStack.Pcdata()
Creates a new instance of Pcdata. |
|
DirectiveStack.Pcdata(java.lang.String value)
Creates a new instance of Pcdata. |
|
| 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 |
public DirectiveStack.Pcdata()
public DirectiveStack.Pcdata(java.lang.String value)
value - the PCDATA content; if null, behaves like the default
constructor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||