webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | XML | getXMLNodeType
 
getXMLNodeType
Returns information about an XML node.
Input Parameters
rootNode
com.wm.lang.xml.Document XML node about which you want information.
Output Parameters
systemID
String Conditional. System identifier, as provided by the DTD associated with rootNode. If rootNode does not have a system identifier, this value is null.
publicID
String Conditional. Public identifier, as provided by the DTD associated with rootNode. If rootNode does not have a public identifier, this value is null.
rootNamespace
String URI of the XML namespace to which rootNode's root element belongs.
rootNSPrefix
String Conditional. Namespace prefix of root element in rootNode, if any.
rootLocalName
String Conditional. Local name (excluding the namespace prefix) of the root element in rootNode, if any.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.