Property Name |
Behavior |
Return type |
Default Value |
Required |
javax.xml.stream.isValidating |
Validate? | Boolean |
False | No |
javax.xml.stream.isNamespaceAware |
Support namespaces? |
Boolean |
True |
True (required) / False (optional) |
javax.xml.stream.isCoalescing |
Always return maximum contiguous run of text
in a CHARACTERS event |
Boolean |
False |
Yes |
javax.xml.stream.isReplacingEntityReferences |
resolve internal entity references |
Boolean |
True |
Yes |
javax.xml.stream.isSupportingExternalEntities |
resolve external entity references |
Boolean |
Unspecified |
Yes |
javax.xml.stream.reporter |
class used to report errors |
javax.xml.stream.XMLReporter |
Null | Yes |
javax.xml.stream.resolver |
class used to resolve URIs |
javax.xml.stream.XMLResolver |
Null |
Yes |
javax.xml.stream.allocator |
class used to allocate events |
javax.xml.stream.util.XMLEventAllocator |
Null | Yes |