xmltooling::UnknownElementBuilder Class Reference

Builder for UnknownElementImpl objects. More...

#include <xmltooling/impl/UnknownElement.h>

Inheritance diagram for xmltooling::UnknownElementBuilder:
xmltooling::XMLObjectBuilder

List of all members.

Public Member Functions

XMLObjectbuildObject (const XMLCh *nsURI, const XMLCh *localName, const XMLCh *prefix=0, const QName *schemaType=0) const
 Creates an empty XMLObject with a particular element name.

Detailed Description

Builder for UnknownElementImpl objects.

Use as the default builder when you want unknown DOM content treated as raw/ignored XML.


Member Function Documentation

XMLObject* xmltooling::UnknownElementBuilder::buildObject ( const XMLCh *  nsURI,
const XMLCh *  localName,
const XMLCh *  prefix = 0,
const QName schemaType = 0 
) const [virtual]

Creates an empty XMLObject with a particular element name.

The results are undefined if localName is nullptr or empty.

The caller is responsible for freeing the resulting object.

Parameters:
nsURI namespace URI for element
localName local name of element
prefix prefix of element name
schemaType xsi:type of the object
Returns:
the empty XMLObject

Implements xmltooling::XMLObjectBuilder.


The documentation for this class was generated from the following file:

Generated on 24 Jan 2020 for xmltooling by  doxygen 1.6.1