System::Xml::XmlWriterSettings::get_CheckCharacters metodo
XmlWriterSettings::get_CheckCharacters method
Restituisce un valore che indica se lo scrittore XML deve verificare che tutti i caratteri nel documento siano conformi alla sezione “2.2 Characters” della XML 1.0 Recommendation del W3C.
bool System::Xml::XmlWriterSettings::get_CheckCharacters()
ReturnValue
true to do character checking; otherwise, false. The default is true.
Vedi anche
- Class XmlWriterSettings
- Namespace System::Xml
- Library Aspose.Font for C++