Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Static Public Member Functions | List of all members
XercesDOMParsedSource Class Reference

This is designed to allow a XalanTranfomer object to reuse a parsed document. More...

#include <XercesDOMParsedSource.hpp>

Inherits XalanParsedSource.

Public Member Functions

 XercesDOMParsedSource (const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
 
virtual ~XercesDOMParsedSource ()
 
virtual XalanDocumentgetDocument () const
 Get a pointer to the XalanDocument instance for the source document. More...
 
virtual XalanParsedSourceHelpercreateHelper (MemoryManager &theManager) const
 Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More...
 
virtual const XalanDOMStringgetURI () const
 Get the URI for the parsed source, if any. More...
 
- Public Member Functions inherited from XalanParsedSource
 XalanParsedSource ()
 
virtual ~XalanParsedSource ()
 

Static Public Member Functions

static XercesDOMParsedSourcecreate (MemoryManager &theManager, const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0)
 

Detailed Description

This is designed to allow a XalanTranfomer object to reuse a parsed document.

Definition at line 74 of file XercesDOMParsedSource.hpp.

Constructor & Destructor Documentation

◆ XercesDOMParsedSource()

XercesDOMParsedSource::XercesDOMParsedSource ( const InputSource &  theInputSource,
bool  fValidate = false,
ErrorHandler *  theErrorHandler = 0,
EntityResolver *  theEntityResolver = 0,
XMLEntityResolver *  theXMLEntityResolver = 0,
const XalanDOMChar *  theExternalSchemaLocation = 0,
const XalanDOMChar *  theExternalNoNamespaceSchemaLocation = 0,
MemoryManager &theManager  XALAN_DEFAULT_MEMMGR 
)

◆ ~XercesDOMParsedSource()

virtual XercesDOMParsedSource::~XercesDOMParsedSource ( )
virtual

Member Function Documentation

◆ create()

static XercesDOMParsedSource* XercesDOMParsedSource::create ( MemoryManager &  theManager,
const InputSource &  theInputSource,
bool  fValidate = false,
ErrorHandler *  theErrorHandler = 0,
EntityResolver *  theEntityResolver = 0,
XMLEntityResolver *  theXMLEntityResolver = 0,
const XalanDOMChar *  theExternalSchemaLocation = 0,
const XalanDOMChar *  theExternalNoNamespaceSchemaLocation = 0 
)
static

◆ createHelper()

virtual XalanParsedSourceHelper* XercesDOMParsedSource::createHelper ( MemoryManager &  theManager) const
virtual

Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.

The caller is responsible for deleting the object when finished.

Returns
A pointer to a XalanParsedSourceHelper instance.

Implements XalanParsedSource.

◆ getDocument()

virtual XalanDocument* XercesDOMParsedSource::getDocument ( ) const
virtual

Get a pointer to the XalanDocument instance for the source document.

Returns
A pointer to a XalanDocument instance.

Implements XalanParsedSource.

◆ getURI()

virtual const XalanDOMString& XercesDOMParsedSource::getURI ( ) const
virtual

Get the URI for the parsed source, if any.

use for transforming with the instance.

Returns
A const reference to a string containing the URI

Implements XalanParsedSource.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo