Xalan-C++ API Reference  1.12.0
Classes | Public Types | Static Public Member Functions | List of all members
xalanc::XalanHTMLElementsProperties Class Reference

#include <xalanc/XMLSupport/XalanHTMLElementsProperties.hpp>

Classes

class  ElementProperties
 This class acts as a proxy for an InternalElementProperties instance. More...
 
struct  InternalAttributeProperties
 
struct  InternalElementProperties
 

Public Types

enum  { eMaxAttributes = 6, eMaxAttributeName = 8, eMaxElementName = 10 }
 
enum  eFlags {
  EMPTY = (1 << 1), FLOW = (1 << 2), BLOCK = (1 << 3), BLOCKFORM = (1 << 4),
  BLOCKFORMFIELDSET = (1 << 5), CDATA = (1 << 6), PCDATA = (1 << 7), RAW = (1 << 8),
  INLINE = (1 << 9), INLINEA = (1 << 10), INLINELABEL = (1 << 11), FONTSTYLE = (1 << 12),
  PHRASE = (1 << 13), FORMCTRL = (1 << 14), SPECIAL = (1 << 15), ASPECIAL = (1 << 16),
  HEADMISC = (1 << 17), HEAD = (1 << 18), LIST = (1 << 19), PREFORMATTED = (1 << 20),
  WHITESPACESENSITIVE = (1 << 21), HEADELEM = (1 << 22), STYLEELEM = (1 << 23), SCRIPTELEM = (1 << 24),
  ATTRURL = (1 << 1), ATTREMPTY = (1 << 2)
}
 

Static Public Member Functions

static ElementProperties find (const XalanDOMChar *theElementName)
 Find an instance with the given name. More...
 

Detailed Description

Definition at line 36 of file XalanHTMLElementsProperties.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
eMaxAttributes 
eMaxAttributeName 
eMaxElementName 

Definition at line 40 of file XalanHTMLElementsProperties.hpp.

◆ eFlags

Enumerator
EMPTY 
FLOW 
BLOCK 
BLOCKFORM 
BLOCKFORMFIELDSET 
CDATA 
PCDATA 
RAW 
INLINE 
INLINEA 
INLINELABEL 
FONTSTYLE 
PHRASE 
FORMCTRL 
SPECIAL 
ASPECIAL 
HEADMISC 
HEAD 
LIST 
PREFORMATTED 
WHITESPACESENSITIVE 
HEADELEM 
STYLEELEM 
SCRIPTELEM 
ATTRURL 
ATTREMPTY 

Definition at line 42 of file XalanHTMLElementsProperties.hpp.

Member Function Documentation

◆ find()

static ElementProperties xalanc::XalanHTMLElementsProperties::find ( const XalanDOMChar *  theElementName)
static

Find an instance with the given name.

Parameters
theElementNameThe element name.
Returns
A reference to an instance.

The documentation for this class was generated from the following file: