Uses of Class java.util.BitSet

Uses in package gnu.javax.swing.text.html.parser

Methods with parameter type java.util.BitSet

void
Prints the content of the given attribute set to the System.out.

Uses in package java.util

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
BitSet.get(int from, int to)
Returns a new BitSet composed of a range of bits from this one.

Uses in package javax.swing.text.html.parser

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.

Uses in package gnu.javax.swing.text.html.parser.support.low

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.