|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.weft.domutil.AttributeGenerator
uk.co.weft.domutil.InvariantAttributeGenerator
Generate an attribute whose value is always the same.
| Field Summary | |
protected java.lang.String |
invariantContent
the content which I will always generate |
| Fields inherited from class uk.co.weft.domutil.AttributeGenerator |
debug, name, namespaceURI, token |
| Fields inherited from interface uk.co.weft.domutil.NodeGenerator |
NAMESPACEURIMAGICTOKEN |
| Constructor Summary | |
InvariantAttributeGenerator(java.lang.String tag,
java.lang.String content)
Constructor: |
|
| Method Summary | |
Node |
generate(Document doc,
Context c)
DOCUMENT ME! |
| Methods inherited from class uk.co.weft.domutil.AttributeGenerator |
getName, getNamespaceURI, init, setDebug, setNamespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String invariantContent
| Constructor Detail |
public InvariantAttributeGenerator(java.lang.String tag,
java.lang.String content)
tag - the element name ('tag') to usecontent - the content this element will always have| Method Detail |
public Node generate(Document doc,
Context c)
throws DOMException
generate in interface NodeGeneratorgenerate in class AttributeGeneratordoc - DOCUMENT ME!c - DOCUMENT ME!
DOMException - DOCUMENT ME!
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||