HydraExpress™ C++ API Reference Guide

 
Loading...
Searching...
No Matches
Core XML

Classes

class  rwsf::XmlAttribute
 Represents an attribute of an XML element. More...
class  rwsf::XmlAttributeSet
 Inserts, iterates, and searches rwsf::XmlAttribute objects in a set based on rwsf::XmlName values. More...
class  rwsf::XmlName
 Represents a complete XML element name, containing a name as a string, and an instance of XmlNamespace. More...
class  rwsf::XmlNamespace
 Represents an XML namespace, containing a prefix and a URI as instances of std::string. More...
class  rwsf::XmlReader
 A simple XML pull-parser that implements reference semantics. More...
class  rwsf::XmlStreamWriter
 Implements an rwsf::XmlWriter that uses an std::ostream as a data sink. More...
class  rwsf::XmlStringWriter
 Implements an rwsf::XmlWriter that uses an std::string as a data sink. More...
class  rwsf::XmlUtils
 Utility class for XML transformation, especially character set conversions between non-UTF-8 character encoding and UTF-8. More...
class  rwsf::XmlValidator
 Contains methods that validate XML instance documents, available through the isValid() method of generated classes. More...
class  rwsf::XmlWriter
 Abstract base class that provides an interface for writing XML messages. More...

Enumerations

enum  rwsf::stdStripType { rwsf::leading , rwsf::trailing , rwsf::both }

Detailed Description

Enumeration Type Documentation

◆ stdStripType

Enumeration that governs how whitespace is stripped in utility functions.

Enumerator
leading 

Strip newlines and whitespace from the front of the string.

trailing 

Strip newlines and whitespace from the back of the string.

both 

Strip newlines and whitespace from both the front and back of the string.

Copyright © 2026 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.