Fields Summary |
---|
Hashtable | m_attrsTable of attributes for the element |
int | m_flagsElement's flags, describing the role this element plays during
formatting of the document. This is used as a bitvector; more than one flag
may be set at a time, bitwise-ORed together. Mnemonic and bits
have been assigned to the flag values. NOTE: Some bits are
currently assigned multiple mnemonics; it is the caller's
responsibility to disambiguate these if necessary. |
static final int | EMPTYDefines mnemonic and bit-value for the EMPTY flag |
static final int | FLOWDefines mnemonic and bit-value for the FLOW flag |
static final int | BLOCKDefines mnemonic and bit-value for the BLOCK flag |
static final int | BLOCKFORMDefines mnemonic and bit-value for the BLOCKFORM flag |
static final int | BLOCKFORMFIELDSETDefines mnemonic and bit-value for the BLOCKFORMFIELDSET flag |
static final int | CDATADefines mnemonic and bit-value for the CDATA flag |
static final int | PCDATADefines mnemonic and bit-value for the PCDATA flag |
static final int | RAWDefines mnemonic and bit-value for the RAW flag |
static final int | INLINEDefines mnemonic and bit-value for the INLINE flag |
static final int | INLINEADefines mnemonic and bit-value for the INLINEA flag |
static final int | INLINELABELDefines mnemonic and bit-value for the INLINELABEL flag |
static final int | FONTSTYLEDefines mnemonic and bit-value for the FONTSTYLE flag |
static final int | PHRASEDefines mnemonic and bit-value for the PHRASE flag |
static final int | FORMCTRLDefines mnemonic and bit-value for the FORMCTRL flag |
static final int | SPECIALDefines mnemonic and bit-value for the SPECIAL flag |
static final int | ASPECIALDefines mnemonic and bit-value for the ASPECIAL flag |
static final int | HEADMISCDefines mnemonic and bit-value for the HEADMISC flag |
static final int | HEADDefines mnemonic and bit-value for the HEAD flag |
static final int | LISTDefines mnemonic and bit-value for the LIST flag |
static final int | PREFORMATTEDDefines mnemonic and bit-value for the PREFORMATTED flag |
static final int | WHITESPACESENSITIVEDefines mnemonic and bit-value for the WHITESPACESENSITIVE flag |
static final int | ATTRURLDefines mnemonic and bit-value for the ATTRURL flag |
static final int | ATTREMPTYDefines mnemonic and bit-value for the ATTREMPTY flag |