public class DefaultContentSelector extends AbstractContentSelector
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultContentSelector.SelectedNodes
Implementation of NodeList that contains the nodes that matched
this selector.
|
AbstractContentSelector.ContentSelectorFactory, AbstractContentSelector.XPathPatternContentSelectorFactory, AbstractContentSelector.XPathSubsetContentSelectorFactory| Modifier and Type | Field and Description |
|---|---|
protected DefaultContentSelector.SelectedNodes |
selectedContent
The selected nodes.
|
boundElement, contentElement, contentManager, selectorFactories| Constructor and Description |
|---|
DefaultContentSelector(ContentManager cm,
XBLOMContentElement content,
org.w3c.dom.Element bound)
Creates a new XPathSubsetContentSelector object.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.NodeList |
getSelectedContent()
Returns a list of nodes that were matched by the given selector
string.
|
(package private) boolean |
update()
Forces this selector to update its selected nodes list.
|
createSelector, isSelectedprotected DefaultContentSelector.SelectedNodes selectedContent
public DefaultContentSelector(ContentManager cm, XBLOMContentElement content, org.w3c.dom.Element bound)
public org.w3c.dom.NodeList getSelectedContent()
getSelectedContent in class AbstractContentSelectorboolean update()
update in class AbstractContentSelector