org.apache.xalan.processor
public class XSLTElementDef extends Object
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.
|
Returns: The element processor for this element.
UNKNOWN: internal
Returns: An array of allowed child element defs, or null.
UNKNOWN: internal
Parameters: handler The element processor for this element.
UNKNOWN: internal