demo for SASAX - 1.5

jp.ne.dti.lares.foozy.sasax
Interface DemoConstants

All Known Implementing Classes:
CustomDemo.CustomElement, RepetitionDemo, SimpleDemo, ValidationDemo, ChoiceDemo, ChoiceDemo.IntElementFactory, ChoiceDemo.StringElementFactory, CompositeDemo

public interface DemoConstants

Definition of constants for demonstration classes.

Author:
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>(code/doc)

Field Summary
static java.lang.String COMPOSITE_L_NAME
          Local name of "composite" element in XML document.
static java.lang.String ENVELOPE_L_NAME
          Local name of "envelope" element in XML document.
static java.lang.String INT_L_NAME
          Local name of "int" element in XML document.
static java.lang.String LIST_L_NAME
          Local name of "list" element in XML document.
static java.lang.String STRING_L_NAME
          Local name of "string" element in XML document.
static java.lang.String URI
          URI of namespace for elements in XML document.
 

Field Detail

URI

public static final java.lang.String URI
URI of namespace for elements in XML document.

COMPOSITE_L_NAME

public static final java.lang.String COMPOSITE_L_NAME
Local name of "composite" element in XML document.

ENVELOPE_L_NAME

public static final java.lang.String ENVELOPE_L_NAME
Local name of "envelope" element in XML document.

INT_L_NAME

public static final java.lang.String INT_L_NAME
Local name of "int" element in XML document.

LIST_L_NAME

public static final java.lang.String LIST_L_NAME
Local name of "list" element in XML document.

STRING_L_NAME

public static final java.lang.String STRING_L_NAME
Local name of "string" element in XML document.

demo for SASAX - 1.5