com.novell.nds.dirxml.driver.xds
Class XDSDriverFilterElement
java.lang.Object
com.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.XDSDriverFilterElement
- All Implemented Interfaces:
- XDSElement
- public class XDSDriverFilterElement
- extends ElementImpl
A <driver-filter>
element.
- See Also:
XDSInitParamsElement.extractDriverFilterElement()
childElements
public List childElements()
- Returns this element's child elements.
-
Usage Notes:
-
The types of objects returned by this method may be extended in the
future. Thus, callers should be able to handle object types other than
those listed in the returns field below.
-
Invocation Context:
-
READ
- Specified by:
childElements
in interface XDSElement
- Overrides:
childElements
in class ElementImpl
- Returns:
Collections.EMPTY_LIST
or a list of
XDSAllowClassElement
and
NonXDSElement
objects; will not return
null