|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.xml.serializer.ElemDesc
public final class ElemDesc
This class has a series of flags (bit values) that describe an HTML element This class is public because XSLTC uses it, it is not a public API.
| Field Summary | |
|---|---|
static int |
ATTREMPTY
Bit position if this attribute type is an empty type. |
static int |
ATTRURL
Bit position if this attribute type is a URL. |
| Method Summary | |
|---|---|
boolean |
isAttrFlagSet(java.lang.String name,
int flags)
Tell if any of the bits of interest are set for a named attribute type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ATTRURL
public static final int ATTREMPTY
| Method Detail |
|---|
public boolean isAttrFlagSet(java.lang.String name,
int flags)
name - non-null reference to attribute name, in any case.flags - flag mask.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||