Frames | No Frames |
Methods with parameter type java.util.BitSet | |
void | Prints the content of the given attribute set to the System.out.
|
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. |
Fields of type java.util.BitSet | |
BitSet | Digits.
|
BitSet | All letters, used in HTML names.
|
BitSet | Both line breaks.
|
BitSet | Valid name characters.
|
BitSet | Both quoting characters.
|
BitSet | All single char tokens.
|
BitSet | Non letters and non numbers, allowed in HTML names.
|
BitSet | All whitespace.
|