Uses of Class
textbender.g.xml.sax.ext.CommentEvent

Packages that use CommentEvent
textbender.g.xml.sax.ext   
 

Uses of CommentEvent in textbender.g.xml.sax.ext
 

Methods in textbender.g.xml.sax.ext that return CommentEvent
static CommentEvent CommentEvent.createOrReturn(char[] ch, int start, int length)
          Creates a CommentEvent or, if length is zero or less, returns i0().
static CommentEvent CommentEvent.i0()
          The common instance of an empty CommentEvent.