|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xml.utils.UnImplNode | +--org.apache.xalan.templates.ElemTemplateElement | +--org.apache.xalan.templates.ElemText
**For advanced use only** Implement xsl:template. This primarily acts as a marker on the element stack to signal that whitespace should be preserved.
Constructor Summary | |
ElemText()
|
Method Summary | |
ElemTemplateElement |
appendChild(ElemTemplateElement newChild)
Add a child to the child list. |
boolean |
getDisableOutputEscaping()
Get the "disable-output-escaping" attribute. |
java.lang.String |
getNodeName()
Return the node name. |
int |
getXSLToken()
Get an integer representation of the element type. |
void |
setDisableOutputEscaping(boolean v)
Set the "disable-output-escaping" attribute. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ElemText()
Method Detail |
public void setDisableOutputEscaping(boolean v)
v
- Boolean flag indicating whether this element should disable escapingpublic boolean getDisableOutputEscaping()
public int getXSLToken()
Constants
public java.lang.String getNodeName()
public ElemTemplateElement appendChild(ElemTemplateElement newChild)
newChild
- Child to add to children list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |