Class Index | File Index

Classes


Class xrx.token.NotTag


Extends xrx.token.

Defined in: notTag.js.

Class Summary
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

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