Package com.ctc.wstx.sax
Class SAXProperty
- java.lang.Object
-
- com.ctc.wstx.sax.SAXProperty
-
public final class SAXProperty extends Object
Type-safe (pre-Java5) enumeration of all currently (SAX 2.0.2) defined standard properties.
-
-
Field Summary
Fields Modifier and Type Field Description static SAXProperty
DECLARATION_HANDLER
static SAXProperty
DOCUMENT_XML_VERSION
static SAXProperty
DOM_NODE
static SAXProperty
LEXICAL_HANDLER
static String
STD_PROPERTY_PREFIX
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SAXProperty
findBySuffix(String suffix)
static SAXProperty
findByUri(String uri)
String
getSuffix()
String
toString()
-
-
-
Field Detail
-
STD_PROPERTY_PREFIX
public static final String STD_PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
DECLARATION_HANDLER
public static final SAXProperty DECLARATION_HANDLER
-
DOCUMENT_XML_VERSION
public static final SAXProperty DOCUMENT_XML_VERSION
-
DOM_NODE
public static final SAXProperty DOM_NODE
-
LEXICAL_HANDLER
public static final SAXProperty LEXICAL_HANDLER
-
-
Method Detail
-
findByUri
public static SAXProperty findByUri(String uri)
-
findBySuffix
public static SAXProperty findBySuffix(String suffix)
-
getSuffix
public String getSuffix()
-
-