-
- All Superinterfaces:
Adjusting.XML.Parsing<Adjusting.XML.Result<StreamResult>>
,Adjusting.XML.Result<StreamResult>
,Result
- Enclosing class:
- Adjusting.XML
public static interface Adjusting.XML.StreamResult extends Adjusting.XML.Result<StreamResult>
Adjusting version of aStreamResult
.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 constructedStreamResult
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 Type Method Description Adjusting.XML.StreamResult
preferBinaryStream()
Adjusting.XML.StreamResult
preferCharacterStream()
-
Methods 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 Detail
-
preferBinaryStream
Adjusting.XML.StreamResult preferBinaryStream()
-
preferCharacterStream
Adjusting.XML.StreamResult preferCharacterStream()
-
-