|
||||||||||
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.XDSInitParamsElement
An <init-params>
element.
XDSInitDocument.extractInitParamsElement()
,
XDSInitDocument.childElements()
,
StateDocument.appendInitParamsElement()
Field Summary | |
static com.novell.nds.dirxml.driver.DriverFilter |
EMPTY_FILTER
|
Method Summary | |
XDSDriverStateElement |
appendDriverStateElement()
Appends an empty, child <driver-state> element to
this element. |
XDSPublisherStateElement |
appendPublisherStateElement()
Appends an empty, child <publisher-state> element to
this element. |
XDSSubscriberStateElement |
appendSubscriberStateElement()
Appends an empty, child <subscriber-state> element to
this element. |
String |
containerDN()
Returns the container RDN (Relative Distinguished Name) from this element's src-dn attribute value. |
com.novell.nds.dirxml.driver.DriverFilter |
driverFilter()
Returns a driver filter object that represents this element's child <driver-filter> element. |
XDSAuthenticationInfoElement |
extractAuthenticationInfoElement()
Returns this element's child <authentication-info>
element. |
XDSDriverFilterElement |
extractDriverFilterElement()
Returns this element's child <driver-filter> element. |
XDSDriverOptionsElement |
extractDriverOptionsElement()
Returns this element's child <driver-options>
element. |
XDSDriverStateElement |
extractDriverStateElement()
Returns this element's child <driver-state> element. |
XDSPublisherOptionsElement |
extractPublisherOptionsElement()
Returns this element's child <publisher-options>
element. |
XDSPublisherStateElement |
extractPublisherStateElement()
Returns this element's child <publisher-state>
element. |
XDSSubscriberOptionsElement |
extractSubscriberOptionsElement()
Returns this element's child <subscriber-options>
element. |
XDSSubscriberStateElement |
extractSubscriberStateElement()
Returns this element's child <subscriber-state>
element. |
String |
getSrcDN()
Gets the value of this element's src-dn attribute. |
String |
rdn()
Returns the right-most RDN (Relative Distinguished Name) from this element's src-dn attribute value. |
String |
treeName()
Returns the left-most RDN from this element's src-dn
attribute value. |
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 |
Field Detail |
public static final com.novell.nds.dirxml.driver.DriverFilter EMPTY_FILTER
Method Detail |
public String rdn()
src-dn
attribute value. The naming RDN is the
instance name of the driver, publisher, or subscriber object.
null
; will not return ""
public String treeName()
src-dn
attribute value. This is the tree name.
null
; will not return ""
public String containerDN()
src-dn
attribute value. This is the driver set
or driver DN.
null
; will not return ""
public String getSrcDN()
src-dn
attribute.
null
; will not return ""
public XDSDriverFilterElement extractDriverFilterElement()
<driver-filter>
element.
null
public com.novell.nds.dirxml.driver.DriverFilter driverFilter()
<driver-filter>
element.
null
public XDSDriverOptionsElement extractDriverOptionsElement()
<driver-options>
element.
null
public XDSSubscriberOptionsElement extractSubscriberOptionsElement()
<subscriber-options>
element.
null
public XDSPublisherOptionsElement extractPublisherOptionsElement()
<publisher-options>
element.
null
public XDSDriverStateElement extractDriverStateElement()
<driver-state>
element.
null
public XDSSubscriberStateElement extractSubscriberStateElement()
<subscriber-state>
element.
null
public XDSPublisherStateElement extractPublisherStateElement()
<publisher-state>
element.
null
public XDSAuthenticationInfoElement extractAuthenticationInfoElement()
<authentication-info>
element.
null
public XDSDriverStateElement appendDriverStateElement()
<driver-state>
element to
this element. When called multiple times, no action is taken and the
first <driver-state>
element is returned.
null
public XDSPublisherStateElement appendPublisherStateElement()
<publisher-state>
element to
this element. When called multiple times, no action is taken and the
first <publisher-state>
element is returned.
null
public XDSSubscriberStateElement appendSubscriberStateElement()
<subscriber-state>
element to
this element. When called multiple times, no action is taken and the
first <subscriber-state>
element is returned.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |