Class xrx.token.StartTag
Extends
xrx.token.
Defined in: startTag.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.token.StartTag(label, opt_offset, opt_length)
Constructs a new start tag token.
|
Method Attributes | Method Name and Description |
---|---|
typeOf(type)
Compares the generic type of two tokens.
|
- Methods borrowed from class xrx.token:
- compare, isAfter, isBefore, label, length, offset, sameAs, set, type, xml
Class Detail
xrx.token.StartTag(label, opt_offset, opt_length)
Constructs a new start tag token.
- Parameters:
- label
- opt_offset
- opt_length
Method Detail
{!boolean}
typeOf(type)
Compares the generic type of two tokens.
- Parameters:
- {!number} type
- The type to check against.
- Returns:
- {!boolean}