Uses of Class
com.ctc.wstx.sax.SAXProperty
-
Packages that use SAXProperty Package Description com.ctc.wstx.sax Contains Woodstox SAX implementation. -
-
Uses of SAXProperty in com.ctc.wstx.sax
Fields in com.ctc.wstx.sax declared as SAXProperty Modifier and Type Field Description static SAXProperty
SAXProperty. DECLARATION_HANDLER
static SAXProperty
SAXProperty. DOCUMENT_XML_VERSION
static SAXProperty
SAXProperty. DOM_NODE
static SAXProperty
SAXProperty. LEXICAL_HANDLER
(package private) static SAXProperty
SAXProperty. XML_STRING
Fields in com.ctc.wstx.sax with type parameters of type SAXProperty Modifier and Type Field Description (package private) static java.util.HashMap<java.lang.String,SAXProperty>
SAXProperty. sInstances
Methods in com.ctc.wstx.sax that return SAXProperty Modifier and Type Method Description static SAXProperty
SAXProperty. findBySuffix(java.lang.String suffix)
static SAXProperty
SAXProperty. findByUri(java.lang.String uri)
-