Priority
A priority object for comparing priorities.
Gets the priority for having an inline element.
Gets the priority for having a single class.
Gets the priority for having a single Id.
Gets the priority for having a single tag.
Gets the lowest (zero) priority.
Gets the number of classes for this priority.
Gets the number of ids for this priority.
Gets the number of inlines for this priority.
Gets the number of tags for this priority.
Creates a new priority with the given hashcode.
Creates a new priority with the given values.
Adds the two given priorities.
Compares two priorities and returns a boolean indicating if the two do match.
Compares two priorities and returns a boolean indicating if the first one is greater.
Compares two priorities and returns a boolean indicating if the first one is greater or equal.
Compares two priorities and returns a boolean indicating if the two do not match.
Compares two priorities and returns a boolean indicating if the second one is greater.
Compares two priorities and returns a boolean indicating if the second one is greater or equal.
Compares the current priority with another priority.
Checks two priorities for equality.