org.apache.batik.bridge.svg12

Class DefaultContentSelector

public class DefaultContentSelector extends AbstractContentSelector

A class to handle content selection when the includes attribute is not present.
Nested Class Summary
protected classDefaultContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched this selector.
Field Summary
protected DefaultContentSelector.SelectedNodesselectedContent
The selected nodes.
Constructor Summary
DefaultContentSelector(ContentManager cm, XBLOMContentElement content, Element bound)
Creates a new XPathSubsetContentSelector object.
Method Summary
NodeListgetSelectedContent()
Returns a list of nodes that were matched by the given selector string.

Field Detail

selectedContent

protected DefaultContentSelector.SelectedNodes selectedContent
The selected nodes.

Constructor Detail

DefaultContentSelector

public DefaultContentSelector(ContentManager cm, XBLOMContentElement content, Element bound)
Creates a new XPathSubsetContentSelector object.

Method Detail

getSelectedContent

public NodeList getSelectedContent()
Returns a list of nodes that were matched by the given selector string.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.