Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.model.osm.* (3)com.aendvari.common.model.xalan.* (3)

com.aendvari.common.model: Javadoc index of package com.aendvari.common.model.


Package Samples:

com.aendvari.common.model.osm
com.aendvari.common.model.xalan

Classes:

ModelException: Thrown when a particular Model operation could not be performed. The causing exception, if any, is available in the exception property. This exception does not have to be caught explictly. Generally, Model methods return specific error values during normal operation.
ModelTreeFactory: Defines a factory interface for the creation of ModelTree instances.
ModelNode: The ModelNode interface represents a specific node in the XML or OSM implementation. Typically the implementation would include a reference to the OsmNode or Node (XML) object.
XalanModelTreeFactory: Implements the com.aendvari.common.model.ModelTreeFactory interface to create a XalanModelTree instance.
OsmModelTreeFactory: Implements the com.aendvari.common.model.ModelTreeFactory interface to create a OsmModelTree instance.
ModelTree: The ModelTree interface represents a XML DOM or OSM implementation. Typically the implementation would include a reference to the OSM or DOM (XML) object,
ModelParserException: Thrown when an input can not be properly read as a Model structure. The causing exception, if any, is available in the exception property.
ModelQueryPath: Provides the ability to access nodes within an Model Tree using an expression. This class allows the selection of single and multiple nodes.
XalanModelNode: A Xalan XML implementation of the com.aendvari.common.model.ModelNode interface.
XalanModelTree: A Xalan XML implementation of the com.aendvari.common.model.ModelNode interface.
OsmModelNode: An OSM implementation of the com.aendvari.common.model.ModelNode interface.
OsmModelTree: An OSM implementation of the com.aendvari.common.model.ModelNode interface.
ModelUtil: Provides various utility methods for the model classes.

Home | Contact Us | Privacy Policy | Terms of Service