|
||||||||||
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.XDSReadAttrElement
A <read-attr>
element.
XDSQueryElement.appendReadAttrElement()
,
XDSQueryElement.childElements()
,
XDSQueryElement.containsReadAttrElements()
,
XDSQueryElement.extractReadAttrElements()
Method Summary | |
String |
getAttrName()
Gets the value of this element's attr-name attribute. |
ReadAttrType |
getType()
Gets the value of this element's type attribute. |
boolean |
hasDefaultType()
Is this element's type equal to "default"?
|
boolean |
hasXMLType()
Is this element's type equal to "xml"?
|
boolean |
isNameless()
Does this element have a name attribute or attribute value?
|
void |
setAttrName(String someName)
Sets this element's attr-name attribute to
someName . |
void |
setType(ReadAttrType someType)
Sets this element's type attribute to
someType . |
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 boolean isNameless()
name
attribute or attribute value?
false
is this document does have a
name
attribute or attribute value,
true
otherwisepublic ReadAttrType getType()
type
attribute.
null
public boolean hasXMLType()
type
equal to "xml"?
true
:type
attribute value equals
"xml"
false
:type
attribute value does not equal
"xml"
public boolean hasDefaultType()
type
equal to "default"?
true
:type
attribute is absent or it's value equals
"default"
false
:type
attribute value does not equal
"default"
public void setAttrName(String someName)
SomeAttrElement
attr-name
attribute to
someName
.
setAttrName
in interface SomeAttrElement
someName
- if null
or ""
, no action is
takenpublic void setType(ReadAttrType someType)
type
attribute to
someType
.
someType
- if null
no action is taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |