- All Superinterfaces:
Adjusting.XML.Parsing<Adjusting.XML.Result<StreamResult>>
,Adjusting.XML.Result<StreamResult>
,Result
- Enclosing class:
Adjusting.XML
Adjusting version of a
StreamResult
.
In addition to the adjusting methods inherited from
Adjusting.XML.Result
(which will apply to any XML parser the implementation
constructs to verify the content written, otherwise having no
effect), this interface supplies two methods to influence whether the
constructed StreamResult
will expect a binary stream or a
character stream.
-
Field Summary
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.postgresql.pljava.Adjusting.XML.Parsing
accessExternalDTD, accessExternalSchema, allowDTD, defaults, elementAttributeLimit, entityExpansionLimit, entityReplacementLimit, entityResolver, expandEntityReferences, externalGeneralEntities, externalParameterEntities, ignoreDTD, lax, loadExternalDTD, maxElementDepth, maxGeneralEntitySizeLimit, maxParameterEntitySizeLimit, maxXMLNameLimit, schema, setFirstSupportedFeature, setFirstSupportedProperty, totalEntitySizeLimit, xIncludeAware
Methods inherited from interface org.postgresql.pljava.Adjusting.XML.Result
get
Methods inherited from interface javax.xml.transform.Result
getSystemId, setSystemId
-
Method Details
-
preferBinaryStream
Adjusting.XML.StreamResult preferBinaryStream() -
preferCharacterStream
Adjusting.XML.StreamResult preferCharacterStream()
-