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

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

public class StartElementEvent
extends JsonReaderXmlEvent

Author:
japod

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.jersey.json.impl.reader.JsonReaderXmlEvent
JsonReaderXmlEvent.Attribute
 
Constructor Summary
StartElementEvent(QName name, Location location)
           
 
Method Summary
 int getEventType()
           
 boolean isStartElement()
           
 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, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartElementEvent

public StartElementEvent(QName name,
                         Location location)
Method Detail

isStartElement

public boolean isStartElement()
Overrides:
isStartElement in class JsonReaderXmlEvent

getEventType

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Oracle Corporation. All Rights Reserved.