Package | Description |
---|---|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Modifier and Type | Class and Description |
---|---|
class |
RedundentExprEliminator
This class eleminates redundent XPaths from a given subtree,
and also collects all absolute paths within the subtree.
|
Modifier and Type | Method and Description |
---|---|
void |
ElemNumber.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
void |
ElemForEach.callChildVisitors(XSLTVisitor visitor,
boolean callAttributes)
Call the children visitors.
|
void |
ElemCallTemplate.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
void |
XSLTVisitable.callVisitors(XSLTVisitor visitor)
This will traverse the heararchy, calling the visitor for
each member.
|
void |
ElemTemplateElement.callVisitors(XSLTVisitor visitor) |
void |
AVTPartXPath.callVisitors(XSLTVisitor visitor) |
void |
AVTPartSimple.callVisitors(XSLTVisitor visitor) |
void |
AVT.callVisitors(XSLTVisitor visitor) |
Copyright © 2006 Apache XML Project. All Rights Reserved.