|
Xalan-C++ API Reference
1.12.0
|
#include <xalanc/XMLSupport/XalanHTMLElementsProperties.hpp>
Public Types | |
| typedef InternalAttributeProperties::FlagsType | AttributeFlagsType |
| typedef unsigned int | FlagsType |
Public Member Functions | |
| bool | isAttribute (const XalanDOMChar *theAttributeName, AttributeFlagsType theFlags) const |
| Check if particular attribute properties are set for this instance. More... | |
| bool | is (FlagsType theFlags) const |
| Check if particular properties are set for this instance. More... | |
| const InternalAttributeProperties & | findProperties (const XalanDOMChar *theAttributeName) const |
| Find an instance with the given attribute name. More... | |
Public Attributes | |
| XalanDOMChar | m_name [eMaxElementName+1] |
| FlagsType | m_flags |
| InternalAttributeProperties | m_attributes [eMaxAttributes+1] |
Static Public Attributes | |
| static const InternalAttributeProperties | s_dummyProperties |
Definition at line 96 of file XalanHTMLElementsProperties.hpp.
| typedef InternalAttributeProperties::FlagsType xalanc::XalanHTMLElementsProperties::InternalElementProperties::AttributeFlagsType |
Definition at line 98 of file XalanHTMLElementsProperties.hpp.
| typedef unsigned int xalanc::XalanHTMLElementsProperties::InternalElementProperties::FlagsType |
Definition at line 99 of file XalanHTMLElementsProperties.hpp.
| const InternalAttributeProperties& xalanc::XalanHTMLElementsProperties::InternalElementProperties::findProperties | ( | const XalanDOMChar * | theAttributeName | ) | const |
Find an instance with the given attribute name.
| theAttributeName | The attribute name. |
|
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 124 of file XalanHTMLElementsProperties.hpp.
| bool xalanc::XalanHTMLElementsProperties::InternalElementProperties::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. |
| InternalAttributeProperties xalanc::XalanHTMLElementsProperties::InternalElementProperties::m_attributes[eMaxAttributes+1] |
Definition at line 134 of file XalanHTMLElementsProperties.hpp.
| FlagsType xalanc::XalanHTMLElementsProperties::InternalElementProperties::m_flags |
Definition at line 132 of file XalanHTMLElementsProperties.hpp.
| XalanDOMChar xalanc::XalanHTMLElementsProperties::InternalElementProperties::m_name[eMaxElementName+1] |
Definition at line 130 of file XalanHTMLElementsProperties.hpp.
|
static |
Definition at line 145 of file XalanHTMLElementsProperties.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun Jan 25 2026 02:21:17 for Xalan-C++ API Reference by
1.8.10