This class acts as a proxy for an InternalElementProperties instance. More...
#include <XalanHTMLElementsProperties.hpp>
This class acts as a proxy for an InternalElementProperties instance.
Definition at line 152 of file XalanHTMLElementsProperties.hpp.
typedef InternalElementProperties::AttributeFlagsType XalanHTMLElementsProperties::ElementProperties::AttributeFlagsType |
Definition at line 156 of file XalanHTMLElementsProperties.hpp.
typedef InternalElementProperties::FlagsType XalanHTMLElementsProperties::ElementProperties::FlagsType |
Definition at line 157 of file XalanHTMLElementsProperties.hpp.
XalanHTMLElementsProperties::ElementProperties::ElementProperties | ( | const InternalElementProperties * | theProperties = 0 |
) | [inline] |
Constructor.
theProperties | The instance for which this one is a proxy. |
Definition at line 163 of file XalanHTMLElementsProperties.hpp.
XalanHTMLElementsProperties::ElementProperties::ElementProperties | ( | const ElementProperties & | theSource | ) | [inline] |
Copy constructor.
theSource | The source instance for the copy. |
Definition at line 172 of file XalanHTMLElementsProperties.hpp.
const XalanDOMChar* XalanHTMLElementsProperties::ElementProperties::getName | ( | ) | const [inline] |
Get the name of the element.
Definition at line 227 of file XalanHTMLElementsProperties.hpp.
bool XalanHTMLElementsProperties::ElementProperties::is | ( | FlagsType | theFlags | ) | const [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.
bool XalanHTMLElementsProperties::ElementProperties::isAttribute | ( | const XalanDOMChar * | theAttributeName, | |
AttributeFlagsType | theFlags | |||
) | const [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.
bool XalanHTMLElementsProperties::ElementProperties::null | ( | ) | const [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.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|