org.objectweb.proactive.core.descriptor.xml
Class PropertiesHandler

java.lang.Object
  extended byorg.objectweb.proactive.core.xml.handler.BasicUnmarshaller
      extended byorg.objectweb.proactive.core.descriptor.xml.PropertiesHandler
All Implemented Interfaces:
UnmarshallerHandler, XMLHandler

public class PropertiesHandler
extends BasicUnmarshaller


Field Summary
 
Fields inherited from class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
isResultValid, resultObject
 
Fields inherited from interface org.objectweb.proactive.core.xml.handler.UnmarshallerHandler
logger
 
Method Summary
 void startContextElement(java.lang.String tag, Attributes attributes)
          Receives notification that the XML element of given name and attributes has been read in the XML being deserialized.
 
Methods inherited from class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller
checkNonEmpty, endElement, endPrefixMapping, getResultObject, readValue, setResultObject, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startContextElement

public void startContextElement(java.lang.String tag,
                                Attributes attributes)
                         throws org.xml.sax.SAXException
Description copied from interface: UnmarshallerHandler
Receives notification that the XML element of given name and attributes has been read in the XML being deserialized. This element is the context element of the Object being unmarshalled. This context element is the element that has triggered the use of this handler.

Specified by:
startContextElement in interface UnmarshallerHandler
Overrides:
startContextElement in class BasicUnmarshaller
Throws:
org.xml.sax.SAXException


Copyright 2001-2005 INRIA All Rights Reserved.