Xindice API
version 1.2m1

org.apache.xindice.xml
Interface Signatures


public interface Signatures

Signatures defines identifying values for the types that the Xindice DOM recognizes.

Version:
$Revision: 541508 $, $Date: 2007-05-24 21:54:12 -0400 (Thu, 24 May 2007) $

Field Summary
static byte DECL_ATTLIST
           
static byte DECL_CDATA
           
static byte DECL_COMMENT
           
static byte DECL_DOCTYPE
           
static byte DECL_ELEMENT
           
static byte DECL_ENTITY
           
static byte DECL_IGNORE
           
static byte DECL_INCLUDE
           
static byte DECL_NOTATION
           
static byte DECL_REPLACED
           
static byte ELEM_ATTRS
           
static byte ELEM_CHILDREN
           
static int ENT_AMP
           
static int ENT_APOS
           
static int ENT_DEFINED
           
static int ENT_GT
           
static int ENT_LT
           
static int ENT_QUOT
           
static int ENT_UNICODE
           
static byte NODE_DECL
           
static byte NODE_ELEM
           
static byte NODE_PROC
           
static byte NODE_TEXT
           
static byte SIZE_BYTE
           
static byte SIZE_INT
           
static byte SIZE_NONE
           
static byte SIZE_SHORT
           
static byte TEXT_ENTITY
           
static byte TEXT_TEXT
           
static int Unknown
           
 

Field Detail

NODE_TEXT

public static final byte NODE_TEXT
See Also:
Constant Field Values

NODE_ELEM

public static final byte NODE_ELEM
See Also:
Constant Field Values

NODE_PROC

public static final byte NODE_PROC
See Also:
Constant Field Values

NODE_DECL

public static final byte NODE_DECL
See Also:
Constant Field Values

TEXT_TEXT

public static final byte TEXT_TEXT
See Also:
Constant Field Values

TEXT_ENTITY

public static final byte TEXT_ENTITY
See Also:
Constant Field Values

ELEM_ATTRS

public static final byte ELEM_ATTRS
See Also:
Constant Field Values

ELEM_CHILDREN

public static final byte ELEM_CHILDREN
See Also:
Constant Field Values

DECL_ELEMENT

public static final byte DECL_ELEMENT
See Also:
Constant Field Values

DECL_ATTLIST

public static final byte DECL_ATTLIST
See Also:
Constant Field Values

DECL_CDATA

public static final byte DECL_CDATA
See Also:
Constant Field Values

DECL_REPLACED

public static final byte DECL_REPLACED
See Also:
Constant Field Values

DECL_ENTITY

public static final byte DECL_ENTITY
See Also:
Constant Field Values

DECL_COMMENT

public static final byte DECL_COMMENT
See Also:
Constant Field Values

DECL_DOCTYPE

public static final byte DECL_DOCTYPE
See Also:
Constant Field Values

DECL_NOTATION

public static final byte DECL_NOTATION
See Also:
Constant Field Values

DECL_IGNORE

public static final byte DECL_IGNORE
See Also:
Constant Field Values

DECL_INCLUDE

public static final byte DECL_INCLUDE
See Also:
Constant Field Values

SIZE_NONE

public static final byte SIZE_NONE
See Also:
Constant Field Values

SIZE_INT

public static final byte SIZE_INT
See Also:
Constant Field Values

SIZE_SHORT

public static final byte SIZE_SHORT
See Also:
Constant Field Values

SIZE_BYTE

public static final byte SIZE_BYTE
See Also:
Constant Field Values

ENT_DEFINED

public static final int ENT_DEFINED
See Also:
Constant Field Values

ENT_AMP

public static final int ENT_AMP
See Also:
Constant Field Values

ENT_LT

public static final int ENT_LT
See Also:
Constant Field Values

ENT_GT

public static final int ENT_GT
See Also:
Constant Field Values

ENT_QUOT

public static final int ENT_QUOT
See Also:
Constant Field Values

ENT_APOS

public static final int ENT_APOS
See Also:
Constant Field Values

ENT_UNICODE

public static final int ENT_UNICODE
See Also:
Constant Field Values

Unknown

public static final int Unknown
See Also:
Constant Field Values

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.