Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

NSInfo Class Reference

#include <NSInfo.hpp>

Collaboration diagram for NSInfo:

Collaboration graph

[legend]
List of all members.

Public Types

Public Methods

Public Attributes


Member Enumeration Documentation

enum NSInfo::eHasXMLNSAttrs
 

Enumeration values:
ANCESTORXMLNSUNPROCESSED  
ANCESTORHASXMLNS  
ANCESTORNOXMLNS  


Constructor & Destructor Documentation

NSInfo::NSInfo ( bool hasProcessedNS = false,
bool hasXMLNSAttrs = false ) [explicit]
 

Constructor for NSInfo class, for storing namespace data.

Parameters:
hasProcessedNS   $$$
hasXMLNSAttrs   $$$

NSInfo::NSInfo ( bool hasProcessedNS,
bool hasXMLNSAttrs,
eHasXMLNSAttrs ancestorHasXMLNSAttrs )
 

Constructor for NSInfo class, for storing namespace data.

Parameters:
hasProcessedNS   $$$
hasXMLNSAttrs   $$$
eHasXMLNSAttrs   $$$

NSInfo::NSInfo ( const XalanDOMString & theNamespace,
bool hasXMLNSAttrs )
 

Constructor for NSInfo class, for storing namespace data.

Parameters:
theNamespace   namespace
hasXMLNSAttrs   $$$

NSInfo::~NSInfo ( ) []
 


Member Function Documentation

bool NSInfo::operator== ( const NSInfo & theRHS ) const []
 


Member Data Documentation

eHasXMLNSAttrs NSInfo::m_ancestorHasXMLNSAttrs
 

bool NSInfo::m_hasProcessedNS
 

bool NSInfo::m_hasXMLNSAttrs
 

XalanDOMString NSInfo::m_namespace
 


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.