org.pf.pax
Interface SAXConstants

All Known Implementing Classes:
DOMTreeXMLReader, XmlStreamReader

public interface SAXConstants

Just provides some constants to be with by SAX parsers.

Version:
1.0
Author:
Manfred Duchrow

Field Summary
static java.lang.String FEATURE_NAMESPACE_PREFIXES
          This constant contains the SAX feature name URL for namespace prefixes.
static java.lang.String FEATURE_NAMESPACES
          This constant contains the SAX feature name URL for namespace support.
static java.lang.String FEATURE_VALIDATING
          The name of the XMLReader feature to switch validating on or off
 

Field Detail

FEATURE_VALIDATING

static final java.lang.String FEATURE_VALIDATING
The name of the XMLReader feature to switch validating on or off

See Also:
Constant Field Values

FEATURE_NAMESPACES

static final java.lang.String FEATURE_NAMESPACES
This constant contains the SAX feature name URL for namespace support.

See Also:
Constant Field Values

FEATURE_NAMESPACE_PREFIXES

static final java.lang.String FEATURE_NAMESPACE_PREFIXES
This constant contains the SAX feature name URL for namespace prefixes.

See Also:
Constant Field Values