org.apache.xml.serializer
Class ElemDesc
java.lang.Object
org.apache.xml.serializer.ElemDesc
public final class ElemDesc
extends java.lang.Object
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.
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.
|
boolean | isAttrFlagSet(String name, int flags) - Tell if any of the bits of interest are set for a named attribute type.
|
ATTREMPTY
public static final int ATTREMPTY
Bit position if this attribute type is an empty type.
ATTRURL
public static final int ATTRURL
Bit position if this attribute type is a URL.
isAttrFlagSet
public boolean isAttrFlagSet(String name,
int flags)
Tell if any of the bits of interest are set for a named attribute type.
name
- non-null reference to attribute name, in any case.flags
- flag mask.
- true if any of the flags are set for the named attribute.
Copyright B) 2005 Apache XML Project. All Rights Reserved.