Uses of Class
textbender.g.xml.sax.IgnorableWhitespaceEvent

Packages that use IgnorableWhitespaceEvent
textbender.g.xml.sax SAX related code 
 

Uses of IgnorableWhitespaceEvent in textbender.g.xml.sax
 

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