Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

XalanDOMChar m_name [eMaxAttributeName+1]
 
FlagsType m_flags
 

Detailed Description

Definition at line 73 of file XalanHTMLElementsProperties.hpp.

Member Typedef Documentation

◆ FlagsType

Definition at line 75 of file XalanHTMLElementsProperties.hpp.

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.

Member Data Documentation

◆ m_flags

FlagsType xalanc::XalanHTMLElementsProperties::InternalAttributeProperties::m_flags

Definition at line 79 of file XalanHTMLElementsProperties.hpp.

◆ 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: