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

Quick Search    Search Deep

com.aendvari.common.model.* (13)com.aendvari.common.model.osm.* (3)
com.aendvari.common.model.xalan.* (3)com.aendvari.common.notices.* (6)
com.aendvari.common.osm.* (7)com.aendvari.common.properties.* (1)
com.aendvari.common.util.* (7)

Package Samples:

com.aendvari.common.model
com.aendvari.common.model.osm
com.aendvari.common.model.xalan
com.aendvari.common.notices
com.aendvari.common.osm
com.aendvari.common.properties
com.aendvari.common.util

Classes:

MultiHashMap: Implements java.util.Map using a java.util.HashMap . This Map class allows for multiple values for a single key. Below is how the multi map is setup: HASH_MAP { HASH_KEY => ( new Collection( Object, Object, etc... ) ), HASH_KEY => ( new Collection( Object, Object, etc... ) ), etc... } NOTE: This class DOES NOT implement the following: public void putAll(Map t)
Notice: Represents a single notice sent from various places. Up to four placeholder objects may be specified for parametric replacement of the notice text. The NoticeTranslator interface is used to translate Notice objects into strings.
Properties: Provides the ability to store property values in a hierarchy. This class extends the Object Space Model ( com.aendvari.common.osm.Osm ) class. Native types may be stored using the accessors provided. The methods will translate to and from their Object class equivalents.
Notices: Provides a container for a hierarchy of notices. Uses an com.aendvari.common.osm.Osm to hold Notice objects based on their key.
ResourceLoader: This class provides the ability to load a resource using a class as a reference. A subclass of ResourceLoader must override the getResourceName() method to specify the name of the resource. The resource is expected to be placed within the same package as the subclass.
OsmException: Thrown when a particular Object Space Model operation could not be performed. The specific error can be obtained from the code property. This exception is thrown only very in "exceptional" cases. Generally, OSM methods return specific error values in ordinary situations.
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.
Osm: Represents the entire Object Space Model. It is used as the root of the tree. The class also contains factory methods to create internal objects (such as the OsmNode class).
OsmPrinter: This class prints a given Osm or OsmNode in a human-readable format.
OsmReader: This class reads an "XML-like" file and converts it into an Osm tree. NOTE: The file uses a subset of the XML syntax. This class is NOT an XML parser, but instead the files used by this reader are able to be read by other XML parsers.
SimpleOsmPath: Provides the ability to access nodes within an Object Space Model using an expression. This class allows only simple path expressions. It supports the ability to create a node at the specified path if one does not exist.
OsmNode: Represents a single node in the Object Space Model tree. An OsmNode has a parent and zero or more child nodes. A single Object value may be stored within an OsmNode .
ModelTreeFactory: Defines a factory interface for the creation of ModelTree instances.
NoticeTranslator: Defines an interface for the translation of Notice objects into text.
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.
FormattedNoticeTranslator: Provides the ability to translate formatted notices into plain text. See the java.text.MessageFormat class for information on creating formatted text
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,
QueryOsmPath: Provides the ability to access nodes within an Object Space Model using an expression. This class allows the selection of single and multiple nodes.
ResourceNoticeTranslator: Provides the ability to translate formatted notices into plain text. The text of the notice is used as a java.util.ResourceBundle key.
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.

Home | Contact Us | Privacy Policy | Terms of Service