org.w3c.dom.Element
@param doc the context org.w3c.dom.Node
for the creation of the resulting org.w3c.dom.Element
.
@return org.w3c.dom.Element element representation of SAML Assertion
ROOT 0
PARENT 1
FIRST_CHILD 2
LAST_CHILD 3
NEXT_SIBLING 4
PREV_SIBLING 5@return boolean @param direction int @exception com.ximpleware.NavException When direction value is illegal.
The Description component is unlike other WSDL components which map neatly to a single WSDL element. Description represents a 'flattened' view of the entire WSDL infoset tree, including the WSDL components from any imported or included WSDL documents, so it could contain the content of multiple <wsdl:description> elements.
If the Component model has been derived from such a composite WSDL infoset, the behaviour of this method is to return the DescriptionElement that represents the root <wsdl:description> element. @return the DescriptionElement that maps to this Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|