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=NULL, const QName *schemaType=NULL) 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 = NULL,
const QName schemaType = NULL 
) const [virtual]

Creates an empty XMLObject with a particular element name.

The results are undefined if localName is NULL or empty.

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 Mon Oct 19 14:18:34 2009 for xmltooling by  doxygen 1.4.7