nlib
|
Structure used as the initialization options for XmlStreamReader
.
More...
#include "nn/nlib/exi/XmlStreamReader.h"
Public Member Functions | |
constexpr | XmlStreamReaderSettings () noexcept |
Configures the default settings. | |
Public Attributes | |
Preserve | preserve |
Sets the fidelity options. More... | |
Alignment | alignment |
Specifies the alignment of the binary XML to read. More... | |
bool | fragment |
Reads binary XML that supports multiple root nodes (aka XML fragments). More... | |
bool | isVersionIgnored |
By setting this option to true during read operations, you can ignore the version check when reading the binary XML. More... | |
XmlProcessor | processor |
Specifies whether to read binary XML or text-based XML. More... | |
size_t | tempStringMaxLength |
Specifies the length of the string that stores the temporary buffer used when reading XML comments and processing instructions. More... | |
Structure used as the initialization options for XmlStreamReader
.
XmlStreamWriterSettings::encodeOptions
is set to false
, and the binary XML was written using non-default settings. Definition at line 22 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::alignment |
Specifies the alignment of the binary XML to read.
XmlStreamWriterSettings::encodeOptions
set to true
. nn::nlib::exi::ALIGNMENT_BIT_PACKED
. Definition at line 24 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::fragment |
Reads binary XML that supports multiple root nodes (aka XML fragments).
false
. XmlStreamWriterSettings::encodeOptions
set to true
. Definition at line 25 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::isVersionIgnored |
By setting this option to true
during read operations, you can ignore the version check when reading the binary XML.
false
. Definition at line 26 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::preserve |
Sets the fidelity options.
XmlStreamWriterSettings::encodeOptions
set to true
. Definition at line 23 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::processor |
Specifies whether to read binary XML or text-based XML.
Definition at line 27 of file XmlStreamReader.h.
nn::nlib::exi::XmlStreamReaderSettings::tempStringMaxLength |
Specifies the length of the string that stores the temporary buffer used when reading XML comments and processing instructions.
1023
. Definition at line 28 of file XmlStreamReader.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.