Library XML

Package XML

Overview

Classes: AttributeValueType, Content, DefaultValueTraits, Iterator, Name, NamePool, NamespacePrefixesStrategy, NamespaceStrategy, NoNamespacePrefixesStrategy, NoNamespacesStrategy, ParserEngine, QName, ValueTraits, XMLException, XMLStreamParser, XMLStreamParserException, XMLWriter

Functions: fromXMLString, operator !=, operator <, operator <<, operator ==, swap, toXMLString

Classes

struct AttributeValueType

 more...

struct Content

XML content model. more...

struct DefaultValueTraits

 more...

struct Iterator

 more...

class Name

An XML element or attribute name, consisting of a qualified name, a namespace URI and a local name. more...

class NamePool

A hashtable that stores XML names consisting of an URI, a local name and a qualified name. more...

class NamespacePrefixesStrategy

The NamespaceStrategy implementation used if namespaces processing is requested and prefixes are reported. more...

class NamespaceStrategy

This class is used by ParserEngine to handle the startElement, endElement, startPrefixMapping and endPrefixMapping events. more...

class NoNamespacePrefixesStrategy

The NamespaceStrategy implementation used if namespaces processing is requested, but prefixes are not reported. more...

class NoNamespacesStrategy

The NamespaceStrategy implementation used if no namespaces processing is requested. more...

class ParserEngine

This class provides an object-oriented, stream-based, low-level interface to the XML Parser Toolkit (expat). more...

class QName

This class represents a qualified XML name in the stream parser. more...

struct ValueTraits

 more...

class XMLException

 more...

class XMLStreamParser

The streaming XML pull parser and streaming XML serializer. more...

class XMLStreamParserException

 more...

class XMLWriter

This class serializes SAX2 ContentHandler, LexicalHandler and DTDHandler events back into a stream. more...