com.tekann.webservice.client.xml
Interface XMLConstants


public interface XMLConstants

Constants to be used in XML parsers.

Author:
evandro

Field Summary
static int ATTRIBUTE
          Used to represent that a xml path is an attribute
static int ELEMENT
          Used to represent that a xml path is an element
static char ELEMENT_SEPARATOR
          Elements separator - /root/Pessoa.
static int PCDATA
          Used to represent that a xml path is pcdata
static java.lang.String TNNMS_CREATOR_ID
          TKN Mobile Studio table's Creator ID.
static java.lang.String XMLPATH_TABLE_NAME
          Table mapping name.
 

Field Detail

ATTRIBUTE

static final int ATTRIBUTE
Used to represent that a xml path is an attribute

See Also:
Constant Field Values

ELEMENT

static final int ELEMENT
Used to represent that a xml path is an element

See Also:
Constant Field Values

ELEMENT_SEPARATOR

static final char ELEMENT_SEPARATOR
Elements separator - /root/Pessoa.

See Also:
Constant Field Values

PCDATA

static final int PCDATA
Used to represent that a xml path is pcdata

See Also:
Constant Field Values

TNNMS_CREATOR_ID

static final java.lang.String TNNMS_CREATOR_ID
TKN Mobile Studio table's Creator ID.

See Also:
Constant Field Values

XMLPATH_TABLE_NAME

static final java.lang.String XMLPATH_TABLE_NAME
Table mapping name.

See Also:
Constant Field Values