|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xalan.processor.XSLTElementDef
public class XSLTElementDef
This class defines the allowed structure for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup elements in the XSLT instance. This actually represents both text nodes and elements.
Method Summary | |
---|---|
XSLTElementProcessor |
getElementProcessor()
Return the XSLTElementProcessor for this element. |
XSLTElementDef[] |
getElements()
Get the allowed elements for this type. |
void |
setElementProcessor(XSLTElementProcessor handler)
Set the XSLTElementProcessor for this element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public XSLTElementDef[] getElements()
public XSLTElementProcessor getElementProcessor()
public void setElementProcessor(XSLTElementProcessor handler)
handler
- The element processor for this element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |