|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.processor.XSLTElementDef | +--org.apache.xalan.processor.XSLTSchema
This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.
Method Summary | |
boolean |
elementAvailable(QName elemName)
Determines whether the passed element name is present in the list of available elements. |
java.util.HashMap |
getElemsAvailable()
Get the table of available elements. |
Methods inherited from class org.apache.xalan.processor.XSLTElementDef |
getElementProcessor,
getElements,
setElementProcessor |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.util.HashMap getElemsAvailable()
public boolean elementAvailable(QName elemName)
elemName
- The name of the element to look up.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |