Xalan-C++ API Documentation
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:
[legend]List of all members.Public Types
Public Methods
- 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
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
|
$$$ |
|
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.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|