|
||||||||||
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.XDSAllowAttrElement
An <allow-attr>
element.
//TODO: double-check this!!!
,
XDSAllowClassElement.extractAllowAttrElements()
,
XDSAllowClassElement.childElements()
Method Summary | |
String |
getAttrName()
Gets the value of this element's attr-name attribute. |
void |
setAttrName(String someName)
Sets this element's attr-name attribute to
someName . |
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName |
Method Detail |
public String getAttrName()
SomeAttrElement
attr-name
attribute.
getAttrName
in interface SomeAttrElement
null
; will not return
""
public void setAttrName(String someName)
SomeAttrElement
attr-name
attribute to
someName
.
setAttrName
in interface SomeAttrElement
someName
- if null
or ""
, no action is
taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |