|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.SubtreeFilter
public class SubtreeFilter
This class represents a SubtreeFilter. A SubtreeFilter is a special filter used to be able to select the data when using operations that require the return of data.
Nested Class Summary | |
---|---|
class |
SubtreeFilter.Filter
This class identifies a filter contained within a SubtreeFilter. |
Constructor Summary | |
---|---|
SubtreeFilter(Anyxml anyxml)
Create a subtree filter starting from the instance of a type element Anyxml. |
Method Summary | |
---|---|
SubtreeFilter.Filter |
addFilter(Capability cap)
Add a filter to the subtreefilter. |
org.w3c.dom.Document |
createAnyxmlValue()
Create a valid XML document as an argument for the Anyxml element passed to the constructor. |
SubtreeFilter.Filter[] |
getFilters()
Get all the filters setup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubtreeFilter(Anyxml anyxml)
anyxml
- The Anyxml element.createAnyxmlValue()
Method Detail |
---|
public SubtreeFilter.Filter addFilter(Capability cap)
cap
- The capability they belong to the filtered data.
public SubtreeFilter.Filter[] getFilters()
public org.w3c.dom.Document createAnyxmlValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |