org.apache.batik.bridge.svg12
public class DefaultContentSelector extends AbstractContentSelector
| Nested Class Summary | |
|---|---|
| protected class | DefaultContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched
this selector. |
| Field Summary | |
|---|---|
| protected DefaultContentSelector.SelectedNodes | selectedContent
The selected nodes. |
| Constructor Summary | |
|---|---|
| DefaultContentSelector(ContentManager cm, XBLOMContentElement content, Element bound)
Creates a new XPathSubsetContentSelector object. | |
| Method Summary | |
|---|---|
| NodeList | getSelectedContent()
Returns a list of nodes that were matched by the given selector
string. |