Modifier and Type | Field and Description |
---|---|
pack-priv static final int | ASPECIAL
Bit position if this element type is ???. |
public static final int | ATTREMPTY
Bit position if this attribute type is an empty type. |
public static final int | ATTRURL
Bit position if this attribute type is a URL. |
pack-priv static final int | BLOCK
Bit position if this element type is a block. |
pack-priv static final int | BLOCKFORM
Bit position if this element type is a block form. |
pack-priv static final int | BLOCKFORMFIELDSET
Bit position if this element type is a block form field set. |
private static final int | CDATA
Bit position if this element type is CDATA. |
pack-priv static final int | EMPTY
Bit position if this element type is empty. |
private static final int | FLOW
Bit position if this element type is a flow. |
pack-priv static final int | FONTSTYLE
Bit position if this element type is a font style. |
pack-priv static final int | FORMCTRL
Bit position if this element type is a form control. |
pack-priv static final int | HEAD
Bit position if this element type is a head element (i.e. H1, H2, etc.) |
pack-priv static final int | HEADELEM
Bit position if this element type is a header element (i.e. HEAD). |
pack-priv static final int | HEADMISC
Bit position if this element type is an odd header element. |
private static final int | HTMLELEM
Bit position if this element is the "HTML" element |
private static final int | INLINE
Bit position if this element type should be inlined. |
private static final int | INLINEA
Bit position if this element type is INLINEA. |
pack-priv static final int | INLINELABEL
Bit position if this element type is an inline label. |
pack-priv static final int | LIST
Bit position if this element type is a list. |
private StringToIntTable | m_attrs
Table of attribute names to integers, which contain bit flags telling about the attributes. |
private int | m_flags
Bit flags to tell about this element type. |
private static final int | PCDATA
Bit position if this element type is PCDATA. |
pack-priv static final int | PHRASE
Bit position if this element type is a phrase. |
pack-priv static final int | PREFORMATTED
Bit position if this element type is a preformatted type. |
pack-priv static final int | RAW
Bit position if this element type is should be raw characters. |
pack-priv static final int | SPECIAL
Bit position if this element type is ???. |
pack-priv static final int | WHITESPACESENSITIVE
Bit position if this element type is whitespace sensitive. |
Access | Constructor and Description |
---|---|
pack-priv | ElemDesc(int
Bit flags that describe the basic properties of this element type. flags)Construct an ElemDesc from a set of bit flags. |
Modifier and Type | Method and Description |
---|---|
pack-priv int | |
private boolean | Returns: true if any of the flag bits are true.Bit flags that describe the basic properties of interest. flags)Tell if this element type has the basic bit properties that are passed as an argument. |
public boolean | Returns: true if any of the flags are set for the named attribute.non-null reference to attribute name, in any case. name, int flag mask. flags)Tell if any of the bits of interest are set for a named attribute type. |
pack-priv void |
ASPECIAL | back to summary |
---|---|
pack-priv static final int ASPECIAL Bit position if this element type is ???. |
ATTREMPTY | back to summary |
---|---|
public static final int ATTREMPTY Bit position if this attribute type is an empty type. |
ATTRURL | back to summary |
---|---|
public static final int ATTRURL Bit position if this attribute type is a URL. |
BLOCK | back to summary |
---|---|
pack-priv static final int BLOCK Bit position if this element type is a block. |
BLOCKFORM | back to summary |
---|---|
pack-priv static final int BLOCKFORM Bit position if this element type is a block form. |
BLOCKFORMFIELDSET | back to summary |
---|---|
pack-priv static final int BLOCKFORMFIELDSET Bit position if this element type is a block form field set. |
CDATA | back to summary |
---|---|
private static final int CDATA Bit position if this element type is CDATA. |
EMPTY | back to summary |
---|---|
pack-priv static final int EMPTY Bit position if this element type is empty. |
FLOW | back to summary |
---|---|
private static final int FLOW Bit position if this element type is a flow. |
FONTSTYLE | back to summary |
---|---|
pack-priv static final int FONTSTYLE Bit position if this element type is a font style. |
FORMCTRL | back to summary |
---|---|
pack-priv static final int FORMCTRL Bit position if this element type is a form control. |
HEAD | back to summary |
---|---|
pack-priv static final int HEAD Bit position if this element type is a head element (i.e. H1, H2, etc.) |
HEADELEM | back to summary |
---|---|
pack-priv static final int HEADELEM Bit position if this element type is a header element (i.e. HEAD). |
HEADMISC | back to summary |
---|---|
pack-priv static final int HEADMISC Bit position if this element type is an odd header element. |
HTMLELEM | back to summary |
---|---|
private static final int HTMLELEM Bit position if this element is the "HTML" element |
INLINE | back to summary |
---|---|
private static final int INLINE Bit position if this element type should be inlined. |
INLINEA | back to summary |
---|---|
private static final int INLINEA Bit position if this element type is INLINEA. |
INLINELABEL | back to summary |
---|---|
pack-priv static final int INLINELABEL Bit position if this element type is an inline label. |
LIST | back to summary |
---|---|
pack-priv static final int LIST Bit position if this element type is a list. |
m_attrs | back to summary |
---|---|
private StringToIntTable m_attrs Table of attribute names to integers, which contain bit flags telling about the attributes. |
m_flags | back to summary |
---|---|
private int m_flags Bit flags to tell about this element type. |
PCDATA | back to summary |
---|---|
private static final int PCDATA Bit position if this element type is PCDATA. |
PHRASE | back to summary |
---|---|
pack-priv static final int PHRASE Bit position if this element type is a phrase. |
PREFORMATTED | back to summary |
---|---|
pack-priv static final int PREFORMATTED Bit position if this element type is a preformatted type. |
RAW | back to summary |
---|---|
pack-priv static final int RAW Bit position if this element type is should be raw characters. |
SPECIAL | back to summary |
---|---|
pack-priv static final int SPECIAL Bit position if this element type is ???. |
WHITESPACESENSITIVE | back to summary |
---|---|
pack-priv static final int WHITESPACESENSITIVE Bit position if this element type is whitespace sensitive. |
ElemDesc | back to summary |
---|---|
pack-priv ElemDesc(int flags) Construct an ElemDesc from a set of bit flags.
|
getFlags | back to summary |
---|---|
pack-priv int getFlags() |
is | back to summary |
---|---|
private boolean is(int flags) Tell if this element type has the basic bit properties that are passed as an argument.
|
isAttrFlagSet | back to summary |
---|---|
public boolean isAttrFlagSet(String name, int flags) Tell if any of the bits of interest are set for a named attribute type.
|
setAttr | back to summary |
---|---|
pack-priv void setAttr(String name, int flags) Set an attribute name and it's bit properties.
|