Features object that has variables set for each DOMBuilder feature.
The DOMBuilder class uses an instance of this class to pass settings to the ExpatBuilder class.
There are no base classes.
There are no implemented interfaces.
cdata_sections
(type:
bool
)
True
charset_overrides_xml_encoding
(type:
bool
)
True
comments
(type:
bool
)
True
create_entity_ref_nodes
(type:
bool
)
True
datatype_normalization
(type:
bool
)
False
entities
(type:
bool
)
True
errorHandler
(type: NoneType
)
None
external_dtd_subset
(type:
bool
)
True
external_general_entities
(type:
bool
)
True
external_parameter_entities
(type:
bool
)
True
filter
(type: NoneType
)
None
infoset
(type:
bool
)
False
namespace_declarations
(type:
bool
)
True
namespaces
(type:
int
)
1
supported_mediatypes_only
(type:
bool
)
False
validate
(type:
bool
)
False
validate_if_schema
(type:
bool
)
False
validation
(type:
bool
)
False
whitespace_in_element_content
(type:
bool
)
True
There are no methods in this class.
There are no known subclasses.