|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.XDSAllowClassElement
An <allow-class>
element.
XDSDriverFilterElement.childElements()
Method Summary | |
List |
childElements()
Returns this element's child elements. |
List |
extractAllowAttrElements()
Returns this element's child allow-attr elements. |
String |
getClassName()
Gets the value of this element's class-name attribute. |
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public String getClassName()
class-name
attribute.
null
; will not return
""
public List extractAllowAttrElements()
allow-attr
elements.
Collections.EMPTY_LIST
or a List of
XDSAllowAttrElement
objects; will not return
null
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
Collections.EMPTY_LIST
or a list of
XDSAllowAttrElement
and NonXDSElement
objects; will not return null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |