|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.CoreDef
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 |
public static final String RICEBRIDGE_NAMESPACE_URI
public static final String RICEBRIDGE_NAMESPACE_PREFIX
rb.
public static final String XML_NAMESPACE_URI
public static final String XML_NAMESPACE_PREFIX
xml.
public static final int NONE
public static final int CHILD
child.
public static final int DESCEND
descendant.
public static final int DESCENDORSELF
descendant-or-self.
public static final int NAMESPACE
namespace.
public static final int ANY
public static final int NAME
public static final String STRING_ANY
| Constructor Detail |
public CoreDef()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||