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 | 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 | Description |
---|---|---|
void |
ElemCallTemplate.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs) |
Call the children visitors.
|
void |
ElemForEach.callChildVisitors(XSLTVisitor visitor,
boolean callAttributes) |
Call the children visitors.
|
void |
ElemNumber.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs) |
Call the children visitors.
|
void |
AVT.callVisitors(XSLTVisitor visitor) |
|
void |
AVTPartSimple.callVisitors(XSLTVisitor visitor) |
|
void |
AVTPartXPath.callVisitors(XSLTVisitor visitor) |
|
void |
ElemTemplateElement.callVisitors(XSLTVisitor visitor) |
|
void |
XSLTVisitable.callVisitors(XSLTVisitor visitor) |
This will traverse the heararchy, calling the visitor for
each member.
|
Copyright ? 2014 Apache XML Project. All Rights Reserved.