XmlEventDecoder constructor
XmlEventDecoder({
- XmlEntityMapping? entityMapping,
- bool validateNesting = false,
- bool validateDocument = false,
- bool withLocation = false,
- bool withParent = false,
Implementation
XmlEventDecoder({
XmlEntityMapping? entityMapping,
this.validateNesting = false,
this.validateDocument = false,
this.withLocation = false,
this.withParent = false,
}) : entityMapping = entityMapping ?? defaultEntityMapping;