|
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 | ||||
| getNoOptionalAttributeDefaultOutput | Causes the parser to omit optional attribute default values from output XML document. | |||
| setNoOptionalAttributeDefaultOutput | ||||
| 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. |
|||
| getInLineSchema | ||||
| Default | The default XmlSerializationContext, used when one is not explicitly specified |