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

Quick Search    Search Deep

Package com.aendvari.common.osm

Interface Summary
OsmException.Code Defines the constants for the code property.
OsmReader.State An interface for setting the current state of a read.
QueryOsmPath.Operator.Type Defines the constants for the operation type.
QueryOsmPath.Parser.Operators Constants for operator tokens.
 

Class Summary
Osm Represents the entire Object Space Model.
OsmNode Represents a single node in the Object Space Model tree.
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.
QueryOsmPath Provides the ability to access nodes within an Object Space Model using an expression.
QueryOsmPath.Operator Represents a single operation to perform during expression evaluation.
QueryOsmPath.Parser Parses a query expressions.
SimpleOsmPath Provides the ability to access nodes within an Object Space Model using an expression.
SimpleOsmPath.Tokenizer Parses an expression for segments separated by "/" or ".".
 

Exception Summary
OsmException Thrown when a particular Object Space Model operation could not be performed.