Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public XObject | execute(XPathContext
The execution current context. xctxt)Overrides com. Execute an XPath function object. |
public void | fixupVariables(List<QName>
List of QNames that correspond to variables. This list
should be searched backwards for the first qualified name that
corresponds to the variable reference qname. The position of the
QName in the vector from the start of the vector will be its position
in the stack frame (but variables above the globalsTop value will need
to be offset to the current stack frame).
NEEDSDOC @param globalsSize vars, int globalsSize)Implements abstract com. This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time. |
private static Document |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides com. |
FuncHere | back to summary |
---|---|
public FuncHere() |
execute | back to summary |
---|---|
public XObject execute(XPathContext xctxt) throws TransformerException Overrides com. Doc from com. Execute an XPath function object. The function must return a valid object.
|
fixupVariables | back to summary |
---|---|
public void fixupVariables(List<QName> vars, int globalsSize) Implements abstract com. Doc from com. This function is used to fixup variables from QNames to stack frame indexes at stylesheet build time.
|
getOwnerDocument | back to summary |
---|---|
private static Document getOwnerDocument(Node node) |