Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
P
ParameterSet
- interface com.jclark.xsl.tr.
ParameterSet
.
a place to obtain run-time parameters from the execution environment
parse(InputSource)
- Method in class com.jclark.xsl.sax.
XSLProcessorImpl
load the input document into a (xslt) object model, and run the transform
parse(String)
- Method in class com.jclark.xsl.sax.
XSLProcessorImpl
run the transform
parseBooleanExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath expression which is to be used in a context in which a Boolean is expected
parseNodeSetExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath expression which is to be used in a context in which a NodeSet is expected i.e.
parseNumberExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath expression which is to be used in a context in which a Number is expected
parsePattern(Node, String)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath match Pattern
parsePattern(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath match pattern (with some variables!?!?)
parseStringExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath expression which is to be used in a context in which a String is expected
parseValueExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XSLT attribute value template (which may include XPath expression(s) enclosed in curlybraces "{" "}")
parseVariantExpr(Node, String, VariableSet)
- Static method in class com.jclark.xsl.expr.
ExprParser
parse an XPath expression which is to be used in a context in which a Variant (xsl:variable, xsl:param) is expected
PathPattern
- interface com.jclark.xsl.expr.
PathPattern
.
a compiled XPath expression which has an XSLT match priority
Pattern
- interface com.jclark.xsl.expr.
Pattern
.
an XPATH (XSLT) match pattern
PatternList
- class com.jclark.xsl.expr.
PatternList
.
This is where we come to find which template match pattern applies to any given node when we do an apply-templates.
PatternList()
- Constructor for class com.jclark.xsl.expr.
PatternList
pop()
- Method in class com.jclark.xsl.sax.
NXMLOutputHandler
pops a character handler off the stack, reverting to previous (does this need to be public?)
process(NodeIterator, Name, Name[], Variant[], Result)
- Method in interface com.jclark.xsl.tr.
ProcessContext
perform the transformation
process(Node, XMLProcessor, ParameterSet, Result)
- Method in interface com.jclark.xsl.tr.
Sheet
transform the document rooted at
node
against this stylesheet
ProcessContext
- interface com.jclark.xsl.tr.
ProcessContext
.
Processing context for a Stylesheet (Sheet) maintains state for a transformation, and actually does some of the transformation work by calling invoke() on Actions
ProcessContext.Memento
- interface com.jclark.xsl.tr.
ProcessContext.Memento
.
PROCESSING_INSTRUCTION
- Static variable in interface com.jclark.xsl.om.
Node
processingInstruction(String, String)
- Method in class com.jclark.xsl.dom.
DOMBuilder
processingInstruction(String, String)
- Method in class com.jclark.xsl.sax.
Indenter
processingInstruction(String, String)
- Method in class com.jclark.xsl.sax.
HTMLOutputHandler
processingInstruction(String, String)
- Method in class com.jclark.xsl.sax.
ResultBase
construct a processingInstruction in the result
processingInstruction(String, String)
- Method in class com.jclark.xsl.sax.
XMLOutputHandler
processingInstruction(String, String)
- Method in class com.jclark.xsl.sax.
NXMLOutputHandler
SAX Processing Instruction event handler -- strips PI's from output
processingInstruction(String, String)
- Method in interface com.jclark.xsl.tr.
Result
push(NXMLOutputHandler.CharacterHandler)
- Method in class com.jclark.xsl.sax.
NXMLOutputHandler
put(Object, Object)
- Method in interface com.jclark.xsl.tr.
ProcessContext
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X