com.ricebridge.xmlman.in
Class CoreDef

java.lang.Object
  extended bycom.ricebridge.xmlman.in.CoreDef

public class CoreDef
extends Object

Core definitions used by XML Manager.


Field Summary
static int ANY
          Node test: any.
static int CHILD
          Node axis: child.
static int DESCEND
          Node axis: descendant.
static int DESCENDORSELF
          Node axis: descendant-or-self.
static int NAME
          Node test: name.
static int NAMESPACE
          Node axis: namespace.
static int NONE
          Node axis: none.
static String RICEBRIDGE_NAMESPACE_PREFIX
          XML Namespace prefix for ricebridge functions: rb.
static String RICEBRIDGE_NAMESPACE_URI
          XML Namespace for ricebridge functions.
static String STRING_ANY
          Node test string: any.
static String XML_NAMESPACE_PREFIX
          Default XML Namespace prefix: xml.
static String XML_NAMESPACE_URI
          Default XML Namespace.
 
Constructor Summary
CoreDef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RICEBRIDGE_NAMESPACE_URI

public static final String RICEBRIDGE_NAMESPACE_URI
XML Namespace for ricebridge functions.

See Also:
Constant Field Values

RICEBRIDGE_NAMESPACE_PREFIX

public static final String RICEBRIDGE_NAMESPACE_PREFIX
XML Namespace prefix for ricebridge functions: rb.

See Also:
Constant Field Values

XML_NAMESPACE_URI

public static final String XML_NAMESPACE_URI
Default XML Namespace.

See Also:
Constant Field Values

XML_NAMESPACE_PREFIX

public static final String XML_NAMESPACE_PREFIX
Default XML Namespace prefix: xml.

See Also:
Constant Field Values

NONE

public static final int NONE
Node axis: none.

See Also:
Constant Field Values

CHILD

public static final int CHILD
Node axis: child.

See Also:
Constant Field Values

DESCEND

public static final int DESCEND
Node axis: descendant.

See Also:
Constant Field Values

DESCENDORSELF

public static final int DESCENDORSELF
Node axis: descendant-or-self.

See Also:
Constant Field Values

NAMESPACE

public static final int NAMESPACE
Node axis: namespace.

See Also:
Constant Field Values

ANY

public static final int ANY
Node test: any.

See Also:
Constant Field Values

NAME

public static final int NAME
Node test: name.

See Also:
Constant Field Values

STRING_ANY

public static final String STRING_ANY
Node test string: any.

See Also:
Constant Field Values
Constructor Detail

CoreDef

public CoreDef()


Copyright © 2004-2005 Ricebridge