| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectIgnorableWhitespaceEvent
public class IgnorableWhitespaceEvent
Persistent capture of a SAX ignorableWhitespace() event.
ContentHandler.ignorableWhitespace(char[], int, int)| Constructor Summary | |
|---|---|
IgnorableWhitespaceEvent(char[] ch,
                                                 int start,
                                                 int length)
Creates an IgnorableWhitespaceEvent.  | 
|
| Method Summary | |
|---|---|
 char[] | 
ch()
 | 
static IgnorableWhitespaceEvent | 
createOrReturn(char[] ch,
                             int start,
                             int length)
Creates an IgnorableWhitespaceEvent or, if length is zero or less, returns i0().  | 
static IgnorableWhitespaceEvent | 
i0()
The common instance of an empty IgnorableWhitespaceEvent.  | 
 int | 
length()
 | 
 void | 
send(ContentHandler handler)
Sends this event to the specified content handler.  | 
 int | 
start()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IgnorableWhitespaceEvent(char[] ch,
                                int start,
                                int length)
| Method Detail | 
|---|
public static IgnorableWhitespaceEvent i0()
public static IgnorableWhitespaceEvent createOrReturn(char[] ch,
                                                      int start,
                                                      int length)
public char[] ch()
public int start()
public int length()
public void send(ContentHandler handler)
          throws SAXException
SAXEvent
send in interface SAXEventSAXException
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||