|
Members | Description | ||
| GetIgnoreUnknownAttributes | Cause the parser to ignore attributes that are not present in the schema. | |||
| SetIgnoreUnknownAttributes | ||||
| GetIgnoreUnknownElements | Cause the parser to ignore elements that are not present in the schema. | |||
| SetIgnoreUnknownElements | ||||
| GetIgnoreMissingMandatoryElements | Causes the parser to ignore mandatory elements that are missing in the XML document. | |||
| SetIgnoreMissingMandatoryElements | ||||
| GetIgnoreMissingChoice | Causes the parser to ignore empty choices (ones that should contain a valid element). | |||
| SetIgnoreMissingChoice | ||||
| GetIgnoreInvalidCollectionCounts | Causes the parser to accept collections with the wrong number of elements in them. | |||
| SetIgnoreInvalidCollectionCounts | ||||
| GetIgnoreNamespaces | Causes the parser to accept items with the wrong namespace. | |||
| SetIgnoreNamespaces | ||||
| GetNoOptionalAttributeDefaultOutput | Causes the parser to omit optional attribute default values from output XML document. | |||
| SetNoOptionalAttributeDefaultOutput | ||||
| GetFIContext | Allow Fast Infoset specific items to be set. | |||
| GetDefaultNamespaceURI | Specifies the default namespace used in the output. | |||
| SetDefaultNamespaceURI | ||||
| GetNamespaceAliases | A collection of name value pairs, containing a namespace URI and namespace Alias. | |||
| GetAdditionalRootAttributes | Allows additional root elements to be specified. | |||
| GetProcessingInstructions | Allows processing instructions to be added to the XML document. | |||
| GetInLineSchema | Not fully implemented yet. |
|||
| SetInLineSchema | ||||
| GetDefaultContext | The default CXmlSerializationContext, used when one is not explicitly specified. |