Uses of Class
com.ibm.di.connector.maximo.exception.MxConnXmlParsingException

Packages that use MxConnXmlParsingException
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
static Schema Schema.getInstance(SchemaConfiguration cfg, Log log)
          Builds a schema object 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
static NodeList Dom.getElements(String elementName, String xml)
          Parses the XML content and returns all elements specified by elementName.
static Document Dom.parse(String xml)
          Parses the XML content.