org.apache.batik.bridge.svg12
Class DefaultContentSelector
java.lang.Object
org.apache.batik.bridge.svg12.AbstractContentSelector
org.apache.batik.bridge.svg12.DefaultContentSelector
public class DefaultContentSelector
- extends AbstractContentSelector
A class to handle content selection when the includes attribute is not
present.
- Version:
- $Id: DefaultContentSelector.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Cameron McCormack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectedContent
protected DefaultContentSelector.SelectedNodes selectedContent
- The selected nodes.
DefaultContentSelector
public DefaultContentSelector(ContentManager cm,
XBLOMContentElement content,
Element bound)
- Creates a new XPathSubsetContentSelector object.
getSelectedContent
public NodeList getSelectedContent()
- Returns a list of nodes that were matched by the given selector
string.
- Specified by:
getSelectedContent in class AbstractContentSelector
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.