Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

TXFMParser Class Reference
[Internal Classes]

#include <TXFMParser.hpp>

Inheritance diagram for TXFMParser:

Inheritance graph
[legend]
Collaboration diagram for TXFMParser:

Collaboration graph
[legend]
List of all members.

Detailed Description

Transformer to handle move between bytes and DOM.

THere is no "parser" transformation defined in DSIG, however there is a requirement to be able to move between a byte stream and a list of nodes. For example, if a ref URI points to an external document, and the first transformation on that document is an XPath expression, then the library uses this class to translate the BYTE stream to a DOM document.


Public Methods

 TXFMParser (DOMDocument *)
 ~TXFMParser ()
virtual TXFMBase::ioType getInputType (void)
virtual TXFMBase::ioType getOutputType (void)
virtual nodeType getNodeType (void)
virtual void setInput (TXFMBase *newInput)
virtual unsigned int readBytes (XMLByte *const toFill, const unsigned int maxToFill)
virtual DOMDocument * getDocument ()
virtual DOMNode * getFragmentNode ()
virtual const XMLCh * getFragmentId ()
virtual bool nameSpacesExpanded (void)
virtual void expandNameSpaces (void)


Constructor & Destructor Documentation

TXFMParser::TXFMParser DOMDocument *   
 

TXFMParser::~TXFMParser  
 


Member Function Documentation

virtual void TXFMParser::expandNameSpaces void    [virtual]
 

Reimplemented from TXFMBase.

virtual DOMDocument* TXFMParser::getDocument   [virtual]
 

Implements TXFMBase.

virtual const XMLCh* TXFMParser::getFragmentId   [virtual]
 

Implements TXFMBase.

virtual DOMNode* TXFMParser::getFragmentNode   [virtual]
 

Implements TXFMBase.

virtual TXFMBase::ioType TXFMParser::getInputType void    [virtual]
 

Implements TXFMBase.

virtual nodeType TXFMParser::getNodeType void    [virtual]
 

Implements TXFMBase.

virtual TXFMBase::ioType TXFMParser::getOutputType void    [virtual]
 

Implements TXFMBase.

virtual bool TXFMParser::nameSpacesExpanded void    [virtual]
 

Reimplemented from TXFMBase.

virtual unsigned int TXFMParser::readBytes XMLByte *const    toFill,
const unsigned int    maxToFill
[virtual]
 

Implements TXFMBase.

virtual void TXFMParser::setInput TXFMBase   newInput [virtual]
 

Implements TXFMBase.


The documentation for this class was generated from the following file:
Generated on Wed Mar 26 20:59:22 2003 for XML-Security-C by doxygen1.2.18