|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableNodeList | |
weblogic.apache.xalan.xpath | Infrastructure for processing XPATH expressions |
weblogic.apache.xalan.xslt |
Uses of MutableNodeList in weblogic.apache.xalan.xpath |
Classes in weblogic.apache.xalan.xpath that implement MutableNodeList | |
class |
MutableNodeListImpl
Implementation of MutableNodeList. |
Methods in weblogic.apache.xalan.xpath that return MutableNodeList | |
MutableNodeList |
XObject.mutableNodeset()
Cast result object to a nodelist. |
protected MutableNodeList |
XPath.step(XPathSupport execContext,
org.w3c.dom.Node context,
int opPos)
Execute a step in a location path. |
MutableNodeList |
XNodeSet.mutableNodeset()
Cast result object to a nodelist. |
protected MutableNodeList |
SimpleNodeLocator.step(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Execute a step and predicates in a location path. |
protected MutableNodeList |
SimpleNodeLocator.findSelf(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the context to the list if it meets the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAttributes(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add attributes to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findNamespace(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the namespace node of the context. |
protected MutableNodeList |
SimpleNodeLocator.findChildren(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add children to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findDescendants(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the descendants (and the context if the stepType is FROM_DESCENDANTS_OR_SELF) to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findFollowing(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the nodes following the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findFollowingSiblings(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the sibling nodes following the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findRoot(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Execute a step to the root. |
protected MutableNodeList |
SimpleNodeLocator.findParent(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the parent to the list if it meets the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAncestors(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add ancestors to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAncestorsOrSelf(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add ancestors or the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findPreceding(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the nodes preceding the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findPrecedingSiblings(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the sibling nodes preceding the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findNodesOnUnknownAxis(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the namespace node of the context. |
protected MutableNodeList |
SimpleNodeLocator.predicates(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
MutableNodeList subQueryResults,
int[] endPredicatesPos)
Qualify a node list by it's predicates. |
Methods in weblogic.apache.xalan.xpath with parameters of type MutableNodeList | |
protected MutableNodeList |
SimpleNodeLocator.findSelf(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the context to the list if it meets the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAttributes(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add attributes to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findNamespace(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the namespace node of the context. |
protected MutableNodeList |
SimpleNodeLocator.findChildren(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add children to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findDescendants(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
NodeCallback callback,
java.lang.Object callbackInfo,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the descendants (and the context if the stepType is FROM_DESCENDANTS_OR_SELF) to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findFollowing(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the nodes following the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findFollowingSiblings(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the sibling nodes following the context to the list if they meet the NodeTest qualification. |
protected int |
SimpleNodeLocator.findNodeSet(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Execute a step that performs an OP_VARIABLE, OP_EXTFUNCTION, OP_FUNCTION, or OP_GROUP function. |
protected MutableNodeList |
SimpleNodeLocator.findRoot(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Execute a step to the root. |
protected MutableNodeList |
SimpleNodeLocator.findParent(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the parent to the list if it meets the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAncestors(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add ancestors to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findAncestorsOrSelf(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add ancestors or the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findPreceding(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the nodes preceding the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findPrecedingSiblings(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the sibling nodes preceding the context to the list if they meet the NodeTest qualification. |
protected MutableNodeList |
SimpleNodeLocator.findNodesOnUnknownAxis(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
int stepType,
MutableNodeList subQueryResults,
boolean isSimpleFollowing,
boolean stopAtFirst)
Add the namespace node of the context. |
protected MutableNodeList |
SimpleNodeLocator.predicates(XPath xpath,
XPathSupport execContext,
org.w3c.dom.Node context,
int opPos,
MutableNodeList subQueryResults,
int[] endPredicatesPos)
Qualify a node list by it's predicates. |
Uses of MutableNodeList in weblogic.apache.xalan.xslt |
Constructors in weblogic.apache.xalan.xslt with parameters of type MutableNodeList | |
ResultTreeFrag.ResultTreeFrag(org.w3c.dom.Document docFactory,
MutableNodeList children,
XPathSupport support)
|
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |