Rule Execution Server API

Package ilog.rules.xml

Provides the base classes and interfaces involved in the XML binding process.

See:
          Description

Interface Summary
IlrXmlDataDriver An XML data driver converts an XML Schema to an Execution Object Model (XOM).
IlrXmlDocumentDriver An XML document driver creates an IlrXmlObject from an XML document instance, or creates the XML document from an IlrXmlObject instance.
IlrXmlError This interface represents an error or a warning detected during an XML operation.
IlrXmlObjectExplorer.IlrObjectProcessor This interface defines an abstract processor of Java instances.
IlrXmlObjectExplorer.IlrObjectSelector This interface defines an abstract selector of Java instances.
IlrXmlSchemaDriver An XML schema driver converts an XML Schema to an Execution Object Model (XOM).
 

Class Summary
IlrXmlObject This class is used to receive the XML data read from an XML document.
IlrXmlObjectAsserter This class explores an XML object tree in order to assert some selected objects in a context.
IlrXmlObjectExplorer The class explores an xml object tree in order to apply some processing on selected nodes.
 

Exception Summary
IlrXmlErrorException This class defines an exception raised when a error is encountered during XML operation.
 

Package ilog.rules.xml Description

Provides the base classes and interfaces involved in the XML binding process. It also defines the error and exception classes returned by an XML file parser.

The main classes of this package are:


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013