Xalan-C++ API Reference
1.12.0
|
This class acts as a proxy for an InternalElementProperties instance. More...
#include <xalanc/XMLSupport/XalanHTMLElementsProperties.hpp>
Public Types | |
typedef InternalElementProperties::AttributeFlagsType | AttributeFlagsType |
typedef InternalElementProperties::FlagsType | FlagsType |
Public Member Functions | |
ElementProperties (const InternalElementProperties *theProperties=0) | |
Constructor. More... | |
ElementProperties (const ElementProperties &theSource) | |
Copy constructor. More... | |
bool | null () const |
Determine if this is a non-null instance. More... | |
bool | is (FlagsType theFlags) const |
Check if particular properties are set for this instance. More... | |
bool | isAttribute (const XalanDOMChar *theAttributeName, AttributeFlagsType theFlags) const |
Check if particular attribute properties are set for this instance. More... | |
const XalanDOMChar * | getName () const |
Get the name of the element. More... | |
This class acts as a proxy for an InternalElementProperties instance.
Definition at line 152 of file XalanHTMLElementsProperties.hpp.
typedef InternalElementProperties::AttributeFlagsType xalanc::XalanHTMLElementsProperties::ElementProperties::AttributeFlagsType |
Definition at line 156 of file XalanHTMLElementsProperties.hpp.
typedef InternalElementProperties::FlagsType xalanc::XalanHTMLElementsProperties::ElementProperties::FlagsType |
Definition at line 157 of file XalanHTMLElementsProperties.hpp.
|
inline |
Constructor.
theProperties | The instance for which this one is a proxy. |
Definition at line 163 of file XalanHTMLElementsProperties.hpp.
|
inline |
Copy constructor.
theSource | The source instance for the copy. |
Definition at line 172 of file XalanHTMLElementsProperties.hpp.
|
inline |
Get the name of the element.
Definition at line 227 of file XalanHTMLElementsProperties.hpp.
|
inline |
Check if particular properties are set for this instance.
See the eFlag enum for the valid properties.
theFlags | The properties to check. |
Definition at line 199 of file XalanHTMLElementsProperties.hpp.
|
inline |
Check if particular attribute properties are set for this instance.
See the eFlag enum for the valid properties.
theAttributeName | The attribute name. |
theFlags | The properties to check. |
Definition at line 214 of file XalanHTMLElementsProperties.hpp.
|
inline |
Determine if this is a non-null instance.
You must call this before calling any member functions, if you think the instance may be null.
Definition at line 185 of file XalanHTMLElementsProperties.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:36 for Xalan-C++ API Reference by 1.8.17