HydraExpress™ C++ 2019 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
This is the complete list of members for rwsf::XmlStreamWriter, including all inherited members.
addNamespace(const rwsf::XmlNamespace &ns) | rwsf::XmlWriter | |
addNamespaceDecl(const rwsf::XmlNamespace &ns) | rwsf::XmlWriter | |
Blank | rwsf::XmlWriter | static |
Colon | rwsf::XmlWriter | static |
decrementIndent() | rwsf::XmlWriter | |
EndTag | rwsf::XmlWriter | static |
EqualToAndQuotes | rwsf::XmlWriter | static |
FalseValue | rwsf::XmlWriter | static |
flush() | rwsf::XmlStreamWriter | inlinevirtual |
getCurrentIndent() const | rwsf::XmlWriter | |
getIgnoreWhitespace() const | rwsf::XmlWriter | |
getMustEscapeTextDefault() const | rwsf::XmlWriter | |
getSizeOfIndent() const | rwsf::XmlWriter | |
incrementIndent() | rwsf::XmlWriter | |
MarkupAmpersand | rwsf::XmlWriter | static |
MarkupApos | rwsf::XmlWriter | static |
MarkupCR | rwsf::XmlWriter | static |
MarkupGt | rwsf::XmlWriter | static |
MarkupLt | rwsf::XmlWriter | static |
MarkupQuotes | rwsf::XmlWriter | static |
Newline | rwsf::XmlWriter | static |
Quotes | rwsf::XmlWriter | static |
setCurrentIndent(int indent) | rwsf::XmlWriter | |
setIgnoreWhitespace(bool ignore) | rwsf::XmlWriter | |
setMustEscapeTextDefault(bool escape) | rwsf::XmlWriter | |
setSizeOfIndent(int indentSize) | rwsf::XmlWriter | |
StartEndTag | rwsf::XmlWriter | static |
StartTag | rwsf::XmlWriter | static |
TrueValue | rwsf::XmlWriter | static |
UnpairedTag | rwsf::XmlWriter | static |
WhiteSpace | rwsf::XmlWriter | static |
write(const std::string &text) | rwsf::XmlWriter | |
write(const std::string &text, bool mustEscapeText) | rwsf::XmlWriter | |
write(const char *textData, size_t textLength, bool mustEscapeText) | rwsf::XmlWriter | |
writeAttribute(const std::string &name, const std::string &value) | rwsf::XmlWriter | |
writeAttribute(const rwsf::XmlName &name, const std::string &value) | rwsf::XmlWriter | |
writeAttribute(const std::string &name, const std::string &value, bool mustEscapeText) | rwsf::XmlWriter | |
writeAttribute(const rwsf::XmlName &name, const std::string &value, bool mustEscapeText) | rwsf::XmlWriter | |
writeAttribute(const std::string &name, const char *valueData, size_t valueLength) | rwsf::XmlWriter | |
writeAttribute(const rwsf::XmlName &name, const char *valueData, size_t valueLength) | rwsf::XmlWriter | |
writeAttribute(const std::string &name, const char *valueData, size_t valueLength, bool mustEscapeText) | rwsf::XmlWriter | |
writeAttribute(const rwsf::XmlName &name, const char *valueData, size_t valueLength, bool mustEscapeText) | rwsf::XmlWriter | |
writeElementEnd(const rwsf::XmlName &name) | rwsf::XmlWriter | |
writeElementStart(const rwsf::XmlName &name, const rwsf::XmlAttributeSet &attributes=rwsf::XmlAttributeSet(), bool emptyElement=false, const rwsf::XmlName &schemaType=rwsf::XmlName()) | rwsf::XmlWriter | |
writeIndentChars() | rwsf::XmlWriter | |
writeNewLine() | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const std::string &value, const rwsf::XmlName &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const std::string &value, const std::string &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const std::string &name, const std::string &value, const std::string &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const std::string &value, const std::string &schemaType, bool mustEscapeText, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const std::string &name, const std::string &value, const std::string &schemaType, bool mustEscapeText, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const char *valueData, size_t valueLength, const rwsf::XmlName &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const char *valueData, size_t valueLength, const std::string &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const std::string &name, const char *valueData, size_t valueLength, const std::string &schemaType, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const char *valueData, size_t valueLength, const rwsf::XmlName &schemaType, bool mustEscapeText, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const rwsf::XmlName &name, const char *valueData, size_t valueLength, const std::string &schemaType, bool mustEscapeText, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeSimpleElement(const std::string &name, const char *valueData, size_t valueLength, const std::string &schemaType, bool mustEscapeText, bool includeTypeAttribute) | rwsf::XmlWriter | |
writeToSink(const char *textData, size_t textLength) | rwsf::XmlStreamWriter | inlinevirtual |
writeToSink(char c) | rwsf::XmlStreamWriter | inlinevirtual |
rwsf::XmlWriter::writeToSink(const std::string &text) | rwsf::XmlWriter | inlineprotectedvirtual |
XmlNamespaceTag | rwsf::XmlWriter | static |
XmlStreamWriter(std::ostream &out) | rwsf::XmlStreamWriter | inline |
XmlWriter() | rwsf::XmlWriter |
Copyright © 2019 Rogue Wave Software, Inc. All Rights Reserved. |