com.sun.jersey.json.impl.reader
Class CharactersEvent

java.lang.Object
  extended by com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
      extended by com.sun.jersey.json.impl.reader.CharactersEvent

public class CharactersEvent
extends JsonReaderXmlEvent

Author:
japod

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
JsonReaderXmlEvent.Attribute
 
Constructor Summary
CharactersEvent(java.lang.String text, javax.xml.stream.Location location)
           
 
Method Summary
 int getEventType()
           
 boolean isCharacters()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
addAttribute, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getLocalName, getLocation, getName, getPrefix, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, hasName, isAttribute, isAttributeSpecified, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharactersEvent

public CharactersEvent(java.lang.String text,
                       javax.xml.stream.Location location)
Method Detail

isCharacters

public boolean isCharacters()
Overrides:
isCharacters in class JsonReaderXmlEvent

getEventType

public int getEventType()
Specified by:
getEventType in class JsonReaderXmlEvent

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.