typedef InternalElementProperties::AttributeFlagsType XalanHTMLElementsProperties::ElementProperties::AttributeFlagsType |
typedef InternalElementProperties::FlagsType XalanHTMLElementsProperties::ElementProperties::FlagsType |
XalanHTMLElementsProperties::ElementProperties::ElementProperties | ( | const InternalElementProperties * | theProperties = 0 |
) |
Constructor.
theProperties | The instance for which this one is a proxy. |
XalanHTMLElementsProperties::ElementProperties::ElementProperties | ( | const ElementProperties & | theSource | ) |
Copy constructor.
theSource | The source instance for the copy. |
bool XalanHTMLElementsProperties::ElementProperties::null | ( | ) | const |
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.
bool XalanHTMLElementsProperties::ElementProperties::is | ( | FlagsType | theFlags | ) | const |
Check if particular properties are set for this instance.
See the eFlag enum for the valid properties.
theFlags | The properties to check. |
bool XalanHTMLElementsProperties::ElementProperties::isAttribute | ( | const XalanDOMChar * | theAttributeName, | |
AttributeFlagsType | theFlags | |||
) | const |
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. |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|