|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
ipworks.XmlpCharactersEvent
public class XmlpCharactersEvent
Fired for plain text segments of the input stream.
The Characters
event provides the plain text content of the XML
document (i.e. the text inside the tags). The text is provided
through the Text parameter.
The text includes white space as well as end of line characters,
except for ignorable whitespace which is fired through the IgnorableWhitespace
event.
Xmlp
,
Xmlp.CharactersEvent
,
Serialized FormField Summary | |
---|---|
byte[] |
text
|
Fields inherited from class java.util.EventObject |
---|
source |
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public byte[] text
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |