Class Index | File Index

Classes


Class xrx.token.EmptyTag


Extends xrx.token.

Defined in: emptyTag.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
xrx.token.EmptyTag(label, opt_offset, opt_length)
Constructs a new empty tag token.
Method Summary
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.EmptyTag(label, opt_offset, opt_length)
Constructs a new empty 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}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 17:08:43 GMT+0200 (MESZ)