Class DefaultContentSelector
java.lang.Object
org.apache.batik.bridge.svg12.AbstractContentSelector
org.apache.batik.bridge.svg12.DefaultContentSelector
A class to handle content selection when the includes attribute is not
present.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classImplementation of NodeList that contains the nodes that matched this selector.Nested classes/interfaces inherited from class AbstractContentSelector
AbstractContentSelector.ContentSelectorFactory, AbstractContentSelector.XPathPatternContentSelectorFactory, AbstractContentSelector.XPathSubsetContentSelectorFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultContentSelector.SelectedNodesThe selected nodes.Fields inherited from class AbstractContentSelector
boundElement, contentElement, contentManager, selectorFactories -
Constructor Summary
ConstructorsConstructorDescriptionDefaultContentSelector(ContentManager cm, XBLOMContentElement content, Element bound) Creates a new XPathSubsetContentSelector object. -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of nodes that were matched by the given selector string.Methods inherited from class AbstractContentSelector
createSelector, isSelected
-
Field Details
-
selectedContent
The selected nodes.
-
-
Constructor Details
-
DefaultContentSelector
Creates a new XPathSubsetContentSelector object.
-
-
Method Details
-
getSelectedContent
Returns a list of nodes that were matched by the given selector string.- Specified by:
getSelectedContentin classAbstractContentSelector
-