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

Quick Search    Search Deep

com.aendvari.common.osm
Interface QueryOsmPath.Parser.Operators  view QueryOsmPath.Parser.Operators download QueryOsmPath.Parser.Operators.java

Enclosing interface:
QueryOsmPath.Parser

public static interface QueryOsmPath.Parser.Operators

Constants for operator tokens.


Field Summary
static char Null
          Null operation.
static char SelectIndexEnd
          Node index operation, end.
static char SelectIndexStart
          Node index operation, start.
static char SelectNodeDot
          Node select operation.
static char SelectNodeSlash
          Node select operation.
static char SelectNodeWild
          Wilcard select operation.
 

Field Detail

Null

public static final char Null
Null operation.

See Also:
Constant Field Values

SelectNodeDot

public static final char SelectNodeDot
Node select operation.

See Also:
Constant Field Values

SelectNodeWild

public static final char SelectNodeWild
Wilcard select operation.

See Also:
Constant Field Values

SelectNodeSlash

public static final char SelectNodeSlash
Node select operation.

See Also:
Constant Field Values

SelectIndexStart

public static final char SelectIndexStart
Node index operation, start.

See Also:
Constant Field Values

SelectIndexEnd

public static final char SelectIndexEnd
Node index operation, end.

See Also:
Constant Field Values