18#if !defined(XALANHTMLELEMENTSPROPERTIES_HEADER_GUARD_1357924680)
19#define XALANHTMLELEMENTSPROPERTIES_HEADER_GUARD_1357924680
40 enum { eMaxAttributes = 6, eMaxAttributeName = 8, eMaxElementName = 10 };
48 BLOCKFORMFIELDSET = (1 << 5),
54 INLINELABEL = (1 << 11),
55 FONTSTYLE = (1 << 12),
63 PREFORMATTED = (1 << 20),
64 WHITESPACESENSITIVE = (1 << 21),
66 STYLEELEM = (1 << 23),
67 SCRIPTELEM = (1 << 24),
187 return m_properties == 0 ?
true :
false;
229 return m_properties->m_name;
243 static ElementProperties
#define XALAN_XMLSUPPORT_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This class acts as a proxy for an InternalElementProperties instance.
ElementProperties(const InternalElementProperties *theProperties=0)
Constructor.
ElementProperties(const ElementProperties &theSource)
Copy constructor.
InternalElementProperties::FlagsType FlagsType
bool null() const
Determine if this is a non-null instance.
bool isAttribute(const XalanDOMChar *theAttributeName, AttributeFlagsType theFlags) const
Check if particular attribute properties are set for this instance.
const XalanDOMChar * getName() const
Get the name of the element.
bool is(FlagsType theFlags) const
Check if particular properties are set for this instance.
InternalElementProperties::AttributeFlagsType AttributeFlagsType
static ElementProperties find(const XalanDOMChar *theElementName)
Find an instance with the given name.
bool is(FlagsType theFlags) const
Check if particular properties are set for this instance.
InternalAttributeProperties::FlagsType AttributeFlagsType
const InternalAttributeProperties & findProperties(const XalanDOMChar *theAttributeName) const
Find an instance with the given attribute name.
bool is(FlagsType theFlags) const
Check if particular properties are set for this instance.
static const InternalAttributeProperties s_dummyProperties
bool isAttribute(const XalanDOMChar *theAttributeName, AttributeFlagsType theFlags) const
Check if particular attribute properties are set for this instance.