Package org.apache.xalan.xsltc.runtime
Interface Constants
- All Known Implementing Classes:
SAX2DOM
public interface Constants
This class defines constants used by both the compiler and the
runtime system.
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen
-
Field Summary
Fields
-
Field Details
-
ANY
static final int ANY- See Also:
-
ATTRIBUTE
static final int ATTRIBUTE- See Also:
-
ROOT
static final int ROOT- See Also:
-
TEXT
static final int TEXT- See Also:
-
ELEMENT
static final int ELEMENT- See Also:
-
COMMENT
static final int COMMENT- See Also:
-
PROCESSING_INSTRUCTION
static final int PROCESSING_INSTRUCTION- See Also:
-
XSLT_URI
- See Also:
-
NAMESPACE_FEATURE
- See Also:
-
EMPTYSTRING
- See Also:
-
XML_PREFIX
- See Also:
-
XMLNS_PREFIX
- See Also:
-
XMLNS_STRING
- See Also:
-
XMLNS_URI
- See Also:
-