|
|
|||
5.7.1 New XPath StepsThe StandOff axis steps, similar in behavior to the standard
XPath steps (e.g.
5.7.2 context/select-narrow::nodenameFrom the set of nodes with nodename `nodename', say: {n1, n2...}, return only the nodes contained in the context nodes (e.g. return n if there is a context node for which holds: context_start <= n_start and n_end <= context_end) 5.7.2.1 context/select-wide::nodenameFrom the set of nodes with nodename `nodename', say: {n1, n2...}, return only the nodes overlapping with the context nodes (e.g. return n if there is a context node for which holds: context_start <= n_end and n_start <= context_end) 5.7.2.2 context/reject-narrow::nodenameFrom the set of nodes with nodename `nodename', say: {n1, n2...}, return all BUT the nodes contained in the context nodes (e.g. return n if there is NO context node for which holds: context_start <= n_start and n_end <= context_end) 5.7.2.3 context/reject-wide::nodenameFrom the set of nodes with nodename `nodename', say: {n1, n2...}, return all BUT the nodes overlapping with the context nodes (e.g. return n if there is NO context node for which holds: context_start <= n_end and n_start <= context_end) |
||||
| © 1994-2011 CWI | Contact us Legal HG web Bugs TestWeb | |||