Uses of Class
com.ibm.di.connector.maximo.exception.MxConnXmlParsingException
-
Packages that use MxConnXmlParsingException Package Description com.ibm.di.connector.maximo.parsing Provides classes for parsing and schema data handling.com.ibm.di.connector.maximo.util Contains miscellaneous utility classes (DOM, XML, HTTP, text). -
-
Uses of MxConnXmlParsingException in com.ibm.di.connector.maximo.parsing
Methods in com.ibm.di.connector.maximo.parsing that throw MxConnXmlParsingException Modifier and Type Method Description static SchemaSchema. getInstance(SchemaConfiguration cfg, Log log)Builds aschemaobject based on the Maximo Object Structure and its XML Schema Descriptor's URL (XSD). -
Uses of MxConnXmlParsingException in com.ibm.di.connector.maximo.util
Methods in com.ibm.di.connector.maximo.util that throw MxConnXmlParsingException Modifier and Type Method Description static org.w3c.dom.NodeListDom. getElements(java.lang.String elementName, java.lang.String xml)Parses the XML content and returns all elements specified by elementName.static org.w3c.dom.DocumentDom. parse(java.lang.String xml)Parses the XML content.
-