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),
77 XalanDOMChar m_name[eMaxAttributeName + 1];
92 return m_flags & theFlags ? true :
false;
112 const XalanDOMChar* theAttributeName,
126 return m_flags & theFlags ? true :
false;
130 XalanDOMChar m_name[eMaxElementName + 1];
143 findProperties(
const XalanDOMChar* theAttributeName)
const;
164 m_properties(theProperties)
173 m_properties(theSource.m_properties)
187 return m_properties == 0 ? true :
false;
201 return m_properties->is(theFlags);
215 const XalanDOMChar* theAttributeName,
218 return m_properties->isAttribute(theAttributeName, theFlags);
229 return m_properties->m_name;
243 static ElementProperties
244 find(
const XalanDOMChar* theElementName);
254 static const InternalElementProperties&
255 findProperties(
const XalanDOMChar* theElementName);
260 static const InternalElementProperties s_elementProperties[];
263 static const InternalElementProperties*
const s_lastProperties;
268 static const InternalElementProperties*
const s_dummyProperties;
287 #endif // XALANHTMLELEMENTSPROPERTIES_HEADER_GUARD_1357924680