Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public XObject | Returns: A valid XObject.The current execution context. xctxt)Overrides com. Execute the function. |
private StringVector | Returns: The usedrefs value.The runtime XPath context. xctxt, int The document where the nodes are being looked for. docContext, String A space delimited list of ID references. refval, StringVector List of references for which nodes were found. usedrefs, NodeSetDTM Node set where the nodes will be added to. nodeSet, boolean true if there is another set of nodes to be looked for. mayBeMore)Fill in a list with nodes that match a space delimited list if ID ID references. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides com. |
FuncId | back to summary |
---|---|
public FuncId() |
execute | back to summary |
---|---|
public XObject execute(XPathContext xctxt) throws TransformerException Overrides com. Execute the function. The function must return a valid object.
|
getNodesByID | back to summary |
---|---|
private StringVector getNodesByID(XPathContext xctxt, int docContext, String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore) Fill in a list with nodes that match a space delimited list if ID ID references.
|