|
Members | Description | ||
| IgnoreUnknownAttributes | Cause the parser to ignore attributes that are not present in the schema. | |||
| IgnoreUnknownElements | Cause the parser to ignore elements that are not present in the schema. | |||
| IgnoreMissingMandatoryElements | Causes the parser to ignore mandatory elements that are missing in the XML document. | |||
| IgnoreMissingChoice | Causes the parser to ignore empty choices (ones that should contain a valid element). | |||
| IgnoreInvalidCollectionCounts | Causes the parser to accept collections with the wrong number of elements in them. | |||
| IgnoreNamespaces | Causes the parser to accept items with the wrong namespace. | |||
| NoOptionalAttributeDefaultOutput | Causes the parser to omit optional attribute default values from output XML document. | |||
| FIContext | Allow Fast Infoset specific items to be set. | |||
| DefaultNamespaceURI | Specifies the default namespace used in the output. | |||
| NamespaceAliases | A collection of name value pairs, containing a namespace URI and namespace Alias. | |||
| AdditionalRootAttributes | Allows additional root elements to be specified. | |||
| ProcessingInstructions | Allows processing instructions to be added to the XML document. | |||
| InLineSchema | Not fully implemented yet. |
|||
| Default | The default XmlSerializationContext, used when one is not explicitly specified. |