|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.core.xml.handler.BasicUnmarshaller
org.objectweb.proactive.core.xml.handler.SingleValueUnmarshaller
A handler for reading values from simple elements, such as
myValue
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 |
Constructor Summary | |
SingleValueUnmarshaller()
|
Method Summary | |
void |
readValue(java.lang.String value)
The implementation of this method ensures that even though the element value is split into several chunks, we concatenate the chunks to build the actual value. |
Methods inherited from class org.objectweb.proactive.core.xml.handler.BasicUnmarshaller |
checkNonEmpty, endElement, endPrefixMapping, getResultObject, setResultObject, startContextElement, startElement, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingleValueUnmarshaller()
Method Detail |
public void readValue(java.lang.String value) throws org.xml.sax.SAXException
DefaultHandlerAdapter.characters(char[], int, int)
if the data is split into several chunks.
readValue
in interface XMLHandler
readValue
in class BasicUnmarshaller
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |