Members | Description | |||
Default | The default SerializationContext, used when one is not explicitly specified | |||
getAdditionalRootAttributes | Allows additional root elements to be specified. | |||
getDefaultNamespaceURI | Specifies the default namespace used in the output | |||
setDefaultNamespaceURI | ||||
getDtdProcessing | Specifies how included DTDs will be processed. Default = DtdProcessing.PROHIBITED. | |||
setDtdProcessing | ||||
getIgnoreInvalidCollectionCounts | Causes the parser to accept collections with the wrong number of elements in them. Default = false. | |||
setIgnoreInvalidCollectionCounts | ||||
getIgnoreMissingChoice | Causes the parser to ignore empty choices (ones that should contain a valid element). Default = false. | |||
setIgnoreMissingChoice | ||||
getIgnoreMissingMandatoryElements | Causes the parser to ignore mandatory elements that are missing in the XML document. Default = false. | |||
setIgnoreMissingMandatoryElements | ||||
getIgnoreNamespaces | Causes the parser to accept items with the wrong namespace. Default = false. | |||
setIgnoreNamespaces | ||||
getIgnoreUnknownAttributes | Cause the parser to ignore attributes that are not present in the schema. Default = false. | |||
setIgnoreUnknownAttributes | ||||
getIgnoreUnknownElements | Cause the parser to ignore elements that are not present in the schema. Default = false. | |||
setIgnoreUnknownElements | ||||
getInLineSchema | Allows a root level schema to be specified. | |||
setInLineSchema | ||||
getJsonContext | Allow JSON specific items to be set. | |||
getNamespaceAliases | A collection of name value pairs, containing a namespace URI and namespace Alias. | |||
getNoOptionalAttributeDefaultOutput | Causes the writer to omit optional attribute default values from output XML document. Default = false. | |||
setNoOptionalAttributeDefaultOutput | ||||
getProcessingInstructions | Allows processing instructions to be added to the XML document | |||
getStripCDATA | Determines if CDATA is removed from incoming data. Default = true. | |||
setStripCDATA | ||||
getWriteDefaultElementValues | Causes the writer to write default element values into the output XML document. Default = false. | |||
setWriteDefaultElementValues | ||||
getWriteDefaultNamespaceEvenIfBlank | Causes the writer to write the default namespace even if it is an empty value. Default = false. | |||
setWriteDefaultNamespaceEvenIfBlank | ||||
getWriteTypeAttribute | Determines if xs:type attribute is written out for derived elements. Default = true. | |||
setWriteTypeAttribute | ||||