|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.thaiopensource.pullax.XmlFeature
| Field Summary | |
static XmlFeature |
ALLOW_SPLIT_TEXT
|
static XmlFeature |
PRESERVE_ATTRIBUTE_ORDER
|
static XmlFeature |
SHOW_BUILTIN_ENTITY_REFERENCE
The feature that controls handling of references to the 5 builtin entities. |
static XmlFeature |
SHOW_CDATA_SECTION
The feature that controls handling of CDATA sections. |
static XmlFeature |
SHOW_CHARACTER_REFERENCE
The feature that controls handling of character references. |
static XmlFeature |
SHOW_COMMENT
The feature that controls handling of comments. |
static XmlFeature |
SHOW_DOCUMENT_ENTITY
The feature that controls handling of the document entity. |
static XmlFeature |
SHOW_DOCUMENT_TYPE
The feature that controls handling of the document type declaration. |
static XmlFeature |
SHOW_EMPTY_ELEMENT
The feature that controls handling of empty elements. |
static XmlFeature |
SHOW_EXTERNAL_ENTITY
The feature that controls handling of references to external general parsed entities. |
static XmlFeature |
SHOW_INTERNAL_ENTITY
The feature that controls handling of references to internal general parsed entities. |
static XmlFeature |
SHOW_PROCESSING_INSTRUCTION
The feature that controls handling of processing instructions. |
static XmlFeature |
SHOW_TOP_LEVEL_WHITESPACE
The feature that controls handling of top-level whitespace. |
static XmlFeature |
SHOW_UNEXPANDED_ENTITY_REFERENCE
The feature that controls handling of unexpanded entity references. |
static XmlFeature |
SKIP_EXTERNAL_GENERAL_ENTITIES
|
static XmlFeature |
SKIP_PARAMETER_ENTITIES
|
static XmlFeature |
SKIP_PARAMETER_ENTITIES_IF_STANDALONE
|
static XmlFeature |
VALIDATE
The feature that controls XML 1.0 validation. |
| Constructor Summary | |
protected |
XmlFeature()
|
| Method Summary | |
static XmlFeature |
uriFeature(java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final XmlFeature SHOW_EMPTY_ELEMENT
XmlItem.START_ELEMENT,
XmlItem.END_ELEMENT,
XmlItem.EMPTY_ELEMENTpublic static final XmlFeature SHOW_CDATA_SECTION
XmlItem.CDATA_SECTIONpublic static final XmlFeature SHOW_PROCESSING_INSTRUCTION
XmlItem.PROCESSING_INSTRUCTIONpublic static final XmlFeature SHOW_COMMENT
XmlItem.COMMENTpublic static final XmlFeature SHOW_DOCUMENT_ENTITY
XmlItem.START_ENTITY,
XmlItem.END_ENTITYpublic static final XmlFeature SHOW_EXTERNAL_ENTITY
XmlItem.START_ENTITY,
XmlItem.END_ENTITYpublic static final XmlFeature SHOW_INTERNAL_ENTITY
XmlItem.START_ENTITY,
XmlItem.END_ENTITYpublic static final XmlFeature SHOW_UNEXPANDED_ENTITY_REFERENCE
XmlItem.UNEXPANDED_ENTITY_REFERENCEpublic static final XmlFeature SHOW_BUILTIN_ENTITY_REFERENCE
XmlItem.BUILTIN_ENTITY_REFERENCEpublic static final XmlFeature SHOW_CHARACTER_REFERENCE
XmlItem.CHARACTER_REFERENCEpublic static final XmlFeature SHOW_DOCUMENT_TYPE
XmlItem.DOCUMENT_TYPEpublic static final XmlFeature SHOW_TOP_LEVEL_WHITESPACE
XmlItem.TOP_LEVEL_WHITESPACEpublic static final XmlFeature ALLOW_SPLIT_TEXT
public static final XmlFeature PRESERVE_ATTRIBUTE_ORDER
public static final XmlFeature SKIP_EXTERNAL_GENERAL_ENTITIES
public static final XmlFeature SKIP_PARAMETER_ENTITIES
public static final XmlFeature SKIP_PARAMETER_ENTITIES_IF_STANDALONE
public static final XmlFeature VALIDATE
SKIP_PARAMETER_ENTITIES,
SKIP_PARAMETER_ENTITIES_IF_STANDALONE and
SKIP_EXTERNAL_GENERAL_ENTITIES features.| Constructor Detail |
protected XmlFeature()
| Method Detail |
public static XmlFeature uriFeature(java.lang.String uri)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||