public interface XmlSet extends XmlSelector
list of
selectors
with a specific conjunction
.Modifier and Type | Interface and Description |
---|---|
static class |
XmlSet.Conjunction
This enum contains the available conjunctions for an
XmlSet . |
Modifier and Type | Method and Description |
---|---|
XmlSet.Conjunction |
getConjunction()
This method gets the conjunction used to combine the
child-selectors of this
XmlSet . |
XmlSelector |
getSelector(int index)
This method gets the child-selector at the given
index . |
int |
getSelectorCount()
This method gets the number of child-selectors combined by this set.
|
getNamespaceContext, toString
XmlSet.Conjunction getConjunction()
child-selectors
of this
XmlSet
.XmlSelector getSelector(int index)
index
.index
- is the index of the requested selector. It has to be in the range from 0
to
getSelectorCount()
-1
.index
.int getSelectorCount()
getSelector(int)
Copyright © 2001–2016 mmm-Team. All rights reserved.