Class xrx.token.NotTag
Extends
xrx.token.
Defined in: notTag.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.token.NotTag(label, opt_offset, opt_length)
Constructs a new not-tag token.
|
- Methods borrowed from class xrx.token:
- compare, isAfter, isBefore, label, length, offset, sameAs, set, type, typeOf, xml
Class Detail
xrx.token.NotTag(label, opt_offset, opt_length)
Constructs a new not-tag token.
xrx.token.NotTag is a container token for all tokens which
are no tags and not part of a tag (attribute, namespace),
i.e. text, comment, processing instruction.
- Parameters:
- label
- opt_offset
- opt_length