org.apache.batik.bridge.svg12
public class XPathSubsetContentSelector extends AbstractContentSelector
| Nested Class Summary | |
|---|---|
| protected static class | XPathSubsetContentSelector.Scanner
A scanner for XPath subset selectors. |
| protected class | XPathSubsetContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched
this selector. |
| Field Summary | |
|---|---|
| protected int | index
The index for selection. |
| protected String | localName
The local name or ID used for selection. |
| protected String | prefix
The QName prefix used for selection. |
| protected XPathSubsetContentSelector.SelectedNodes | selectedContent
The selected nodes. |
| protected int | selectorType
The type of XPath subset expression. |
| protected static int | SELECTOR_ANY |
| protected static int | SELECTOR_ID |
| protected static int | SELECTOR_INVALID |
| protected static int | SELECTOR_QNAME |
| Constructor Summary | |
|---|---|
| XPathSubsetContentSelector(ContentManager cm, XBLOMContentElement content, Element bound, String selector)
Creates a new XPathSubsetContentSelector object. | |
| Method Summary | |
|---|---|
| NodeList | getSelectedContent()
Returns a list of nodes that were matched by the given selector
string. |
| protected void | parseSelector(String selector)
Parses the selector string. |