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

Quick Search    Search Deep

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


Package Samples:

com.aendvari.common.osm

Classes:

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.
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 .
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.

Home | Contact Us | Privacy Policy | Terms of Service