#include <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 |
Definition at line 73 of file XalanHTMLElementsProperties.hpp.
typedef unsigned char XalanHTMLElementsProperties::InternalAttributeProperties::FlagsType |
Definition at line 75 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 90 of file XalanHTMLElementsProperties.hpp.
FlagsType XalanHTMLElementsProperties::InternalAttributeProperties::m_flags |
Definition at line 79 of file XalanHTMLElementsProperties.hpp.
XalanDOMChar XalanHTMLElementsProperties::InternalAttributeProperties::m_name[eMaxAttributeName+1] |
Definition at line 77 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 |
|