Uses of Interface
javax.xml.stream.events.Characters
| Package | Description | 
|---|---|
| javax.xml.stream | 
 Defines interfaces and classes for the Streaming API for XML (StAX). | 
| javax.xml.stream.events | Defines event interfaces for the Streaming API for XML (StAX). | 
- 
Uses of Characters in javax.xml.streamMethods in javax.xml.stream that return Characters Modifier and Type Method Description abstract CharactersXMLEventFactory. createCData(String content)Create a Characters event with the CData flag set to trueabstract CharactersXMLEventFactory. createCharacters(String content)Create a Characters event, this method does not check if the content is all whitespace.abstract CharactersXMLEventFactory. createIgnorableSpace(String content)Create an ignorable spaceabstract CharactersXMLEventFactory. createSpace(String content)Create a Characters event with the isSpace flag set to true
- 
Uses of Characters in javax.xml.stream.eventsMethods in javax.xml.stream.events that return Characters Modifier and Type Method Description CharactersXMLEvent. asCharacters()Returns this event as Characters, may result in a class cast exception if this event is not Characters.