Xalan-C++ API Reference 1.12.0
xalanc::XalanHTMLElementsProperties::InternalAttributeProperties Struct Reference

#include <xalanc/XMLSupport/XalanHTMLElementsProperties.hpp>

Public Types

typedef unsigned char FlagsType

Public Member Functions

bool is (FlagsType theFlags) const
 Check if particular properties are set for this instance.

Public Attributes

XalanDOMChar m_name [eMaxAttributeName+1]
FlagsType m_flags

Detailed Description

Definition at line 73 of file XalanHTMLElementsProperties.hpp.

Member Typedef Documentation

◆ FlagsType

Member Function Documentation

◆ is()

bool xalanc::XalanHTMLElementsProperties::InternalAttributeProperties::is ( FlagsType theFlags) const
inline

Check if particular properties are set for this instance.

See the eFlag enum for the valid properties.

Parameters
theFlagsThe properties to check.
Returns
true if the property is set, false if not

Definition at line 90 of file XalanHTMLElementsProperties.hpp.

References m_flags.

Member Data Documentation

◆ m_flags

FlagsType xalanc::XalanHTMLElementsProperties::InternalAttributeProperties::m_flags

Definition at line 79 of file XalanHTMLElementsProperties.hpp.

Referenced by is().

◆ m_name

XalanDOMChar xalanc::XalanHTMLElementsProperties::InternalAttributeProperties::m_name[eMaxAttributeName+1]

Definition at line 77 of file XalanHTMLElementsProperties.hpp.


The documentation for this struct was generated from the following file: