org.apache.batik.bridge.svg12
public class XPathPatternContentSelector extends AbstractContentSelector
| Nested Class Summary | |
|---|---|
| protected class | XPathPatternContentSelector.NSPrefixResolver
Xalan prefix resolver. |
| protected class | XPathPatternContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched
this selector. |
| Field Summary | |
|---|---|
| protected XPathContext | context
The XPath context. |
| protected String | expression
The expression string. |
| protected XPathPatternContentSelector.NSPrefixResolver | prefixResolver
The Xalan prefix resolver. |
| protected XPathPatternContentSelector.SelectedNodes | selectedContent
The selected nodes. |
| protected XPath | xpath
The XPath expression. |
| Constructor Summary | |
|---|---|
| XPathPatternContentSelector(ContentManager cm, XBLOMContentElement content, Element bound, String selector)
Creates a new XPathPatternContentSelector. | |
| Method Summary | |
|---|---|
| NodeList | getSelectedContent()
Returns a list of nodes that were matched by the given selector
string. |
| protected void | parse()
Parses the XPath selector. |