ocean.text.xml.PullParser

Members

Classes

PullParser
class PullParser(ChMut = char)

Token based xml Parser. Templated to operate with char[], wchar[], and dchar[] content.

Enums

XmlNodeType
enum XmlNodeType

The XML node types

XmlTokenType
enum XmlTokenType

Values returned by the pull-parser

Functions

testParser
void testParser(PullParser!(Ch) itr)

Static variables

testXML
istring testXML;

Structs

XmlText
struct XmlText(Ch)

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.

Authors

Aaron, Kris