Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class 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 Member Functions

 TXFMParser (XERCES_CPP_NAMESPACE_QUALIFIER 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 XERCES_CPP_NAMESPACE_QUALIFIER
DOMDocument * 
getDocument ()
virtual XERCES_CPP_NAMESPACE_QUALIFIER
DOMNode * 
getFragmentNode ()
virtual const XMLCh * getFragmentId ()
virtual bool nameSpacesExpanded (void)
virtual void expandNameSpaces (void)


Constructor & Destructor Documentation

TXFMParser::TXFMParser XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *   ) 
 

TXFMParser::~TXFMParser  ) 
 


Member Function Documentation

virtual void TXFMParser::expandNameSpaces void   )  [virtual]
 

Reimplemented from TXFMBase.

virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument* TXFMParser::getDocument  )  [virtual]
 

Implements TXFMBase.

virtual const XMLCh* TXFMParser::getFragmentId  )  [virtual]
 

Implements TXFMBase.

virtual XERCES_CPP_NAMESPACE_QUALIFIER 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 Sun Jul 3 17:43:03 2005 for XML-Security-C by  doxygen 1.4.2