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 |
---|---|
protected boolean |
Stylesheet.accept(XSLTVisitor visitor)
Accept a visitor and call the appropriate method
for this class.
|
protected boolean |
ElemVariable.accept(XSLTVisitor visitor)
Accept a visitor and call the appropriate method
for this class.
|
protected boolean |
ElemTemplateElement.accept(XSLTVisitor visitor)
Accept a visitor and call the appropriate method
for this class.
|
protected boolean |
ElemLiteralResult.accept(XSLTVisitor visitor)
Accept a visitor and call the appropriate method
for this class.
|
protected boolean |
ElemExtensionCall.accept(XSLTVisitor visitor)
Accept a visitor and call the appropriate method
for this class.
|
protected void |
ElemTemplateElement.callChildVisitors(XSLTVisitor visitor)
Call the children visitors.
|
protected void |
Stylesheet.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemWithParam.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemWhen.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemVariable.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemValueOf.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemTemplateElement.callChildVisitors(XSLTVisitor visitor,
boolean callAttributes)
Call the children visitors.
|
void |
ElemNumber.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemLiteralResult.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemIf.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
void |
ElemForEach.callChildVisitors(XSLTVisitor visitor,
boolean callAttributes)
Call the children visitors.
|
protected void |
ElemElement.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
Call the children visitors.
|
protected void |
ElemCopyOf.callChildVisitors(XSLTVisitor visitor,
boolean callAttrs)
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 © 2017 JBoss by Red Hat. All rights reserved.