GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.util.BitSet | |
void | Performs the logical AND operation on this bit set and the
given set . |
void | Performs the logical AND operation on this bit set and the
complement of the given bs . |
boolean | Returns true if the specified BitSet and this one share at least one
common true bit.
|
void | Performs the logical OR operation on this bit set and the
given set . |
void | Performs the logical XOR operation on this bit set and the
given set . |
Methods with return type java.util.BitSet | |
BitSet | Returns a new BitSet composed of a range of bits from
this one.
|
Fields of type java.util.BitSet | |
BitSet | Contains refernces to elements that must NOT occur inside this element,
at any level of hierarchy.
|
BitSet | Contains refernces to elements that must CAN occur inside this element,
at any level of hierarchy.
|
Methods with parameter type java.util.BitSet | |
Element | DTD.defineElement(String name, int type, boolean headless, boolean tailless, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList attributes) Defines the element and adds it to the element table. |
GNU Classpath (0.95) |