Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

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

NSInfo Class Reference

#include <NSInfo.hpp>

List of all members.

Public Types

Public Methods

Public Attributes


Detailed Description


Member Enumeration Documentation

enum NSInfo::eHasXMLNSAttrs

Enumeration values:
ANCESTORXMLNSUNPROCESSED  
ANCESTORHASXMLNS  
ANCESTORNOXMLNS  

Constructor & Destructor Documentation

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

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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.