astronomy.data.spectra.impl
Class ReferenceTypeImpl.JournalTypeImpl.Unmarshaller

java.lang.Object
  extended by astronomy.data.spectra.impl.runtime.AbstractUnmarshallingEventHandlerImpl
      extended by astronomy.data.spectra.impl.ReferenceTypeImpl.JournalTypeImpl.Unmarshaller
All Implemented Interfaces:
UnmarshallingEventHandler
Enclosing class:
ReferenceTypeImpl.JournalTypeImpl

public class ReferenceTypeImpl.JournalTypeImpl.Unmarshaller
extends AbstractUnmarshallingEventHandlerImpl


Field Summary
 
Fields inherited from class astronomy.data.spectra.impl.runtime.AbstractUnmarshallingEventHandlerImpl
context, state
 
Constructor Summary
  ReferenceTypeImpl.JournalTypeImpl.Unmarshaller(UnmarshallingContext context)
           
protected ReferenceTypeImpl.JournalTypeImpl.Unmarshaller(UnmarshallingContext context, int startState)
           
 
Method Summary
 void enterAttribute(String ___uri, String ___local, String ___qname)
           
 void enterElement(String ___uri, String ___local, String ___qname, Attributes __atts)
           
 void handleText(String value)
           
 void leaveAttribute(String ___uri, String ___local, String ___qname)
           
 void leaveElement(String ___uri, String ___local, String ___qname)
           
 Object owner()
          Returns the content-tree object for which this unmarshaller is working for.
 
Methods inherited from class astronomy.data.spectra.impl.runtime.AbstractUnmarshallingEventHandlerImpl
dump, handleGenericException, handleParseConversionException, handleUnexpectedTextException, isListState, leaveChild, revertToParentFromEnterAttribute, revertToParentFromEnterElement, revertToParentFromLeaveAttribute, revertToParentFromLeaveElement, revertToParentFromText, spawnChildFromEnterAttribute, spawnChildFromEnterElement, spawnChildFromLeaveAttribute, spawnChildFromLeaveElement, spawnChildFromText, spawnHandlerFromEnterAttribute, spawnHandlerFromEnterElement, spawnHandlerFromFromText, spawnHandlerFromLeaveAttribute, spawnHandlerFromLeaveElement, spawnHandlerFromText, spawnWildcard, text, unexpectedEnterAttribute, unexpectedEnterElement, unexpectedLeaveAttribute, unexpectedLeaveChild, unexpectedLeaveElement, unexpectedText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceTypeImpl.JournalTypeImpl.Unmarshaller

public ReferenceTypeImpl.JournalTypeImpl.Unmarshaller(UnmarshallingContext context)

ReferenceTypeImpl.JournalTypeImpl.Unmarshaller

protected ReferenceTypeImpl.JournalTypeImpl.Unmarshaller(UnmarshallingContext context,
                                                         int startState)
Method Detail

owner

public Object owner()
Description copied from interface: UnmarshallingEventHandler
Returns the content-tree object for which this unmarshaller is working for.


enterElement

public void enterElement(String ___uri,
                         String ___local,
                         String ___qname,
                         Attributes __atts)
                  throws SAXException
Specified by:
enterElement in interface UnmarshallingEventHandler
Overrides:
enterElement in class AbstractUnmarshallingEventHandlerImpl
Throws:
SAXException

leaveElement

public void leaveElement(String ___uri,
                         String ___local,
                         String ___qname)
                  throws SAXException
Specified by:
leaveElement in interface UnmarshallingEventHandler
Overrides:
leaveElement in class AbstractUnmarshallingEventHandlerImpl
Throws:
SAXException

enterAttribute

public void enterAttribute(String ___uri,
                           String ___local,
                           String ___qname)
                    throws SAXException
Specified by:
enterAttribute in interface UnmarshallingEventHandler
Overrides:
enterAttribute in class AbstractUnmarshallingEventHandlerImpl
Throws:
SAXException

leaveAttribute

public void leaveAttribute(String ___uri,
                           String ___local,
                           String ___qname)
                    throws SAXException
Specified by:
leaveAttribute in interface UnmarshallingEventHandler
Overrides:
leaveAttribute in class AbstractUnmarshallingEventHandlerImpl
Throws:
SAXException

handleText

public void handleText(String value)
                throws SAXException
Overrides:
handleText in class AbstractUnmarshallingEventHandlerImpl
Throws:
SAXException