Xalan-C++ API Documentation
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
- explicit NSInfo ( bool hasProcessedNS = false, bool hasXMLNSAttrs = false)
- Constructor for NSInfo class, for storing namespace data. More...
- NSInfo ( bool hasProcessedNS, bool hasXMLNSAttrs, eHasXMLNSAttrs ancestorHasXMLNSAttrs)
- Constructor for NSInfo class, for storing namespace data. More...
- NSInfo ( const XalanDOMString& theNamespace, bool hasXMLNSAttrs)
- Constructor for NSInfo class, for storing namespace data. More...
- ~NSInfo ()
- bool operator== (const NSInfo& theRHS) const
Public Attributes
Detailed Description
Member Enumeration Documentation
enum NSInfo::eHasXMLNSAttrs |
|
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
|
$$$
|
Member Function Documentation
bool NSInfo::operator== (
|
const NSInfo & theRHS) const |
|
Member Data Documentation
bool NSInfo::m_hasProcessedNS |
|
bool NSInfo::m_hasXMLNSAttrs |
|
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.
|
|