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.
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
findByUri
public static SAXProperty findByUri(String uri)
findBySuffix
public static SAXProperty findBySuffix(String suffix)
getSuffix
public String getSuffix()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 Codehaus. All Rights Reserved.