|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlDecodeContext | |
---|---|
dsto.dfc.databeans.io | |
dsto.dfc.swt.util | |
livespace.services |
Uses of XmlDecodeContext in dsto.dfc.databeans.io |
---|
Methods in dsto.dfc.databeans.io with parameters of type XmlDecodeContext | |
---|---|
Object |
XmlURICodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlSingletonCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlPropertyPathCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlMemberwiseCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlLinkCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlEnumerationCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlDefaultDecoder.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlDecoder.decode(XmlDecodeContext context,
org.jdom.Element element)
Decode an XML representation into a value. |
Object |
XmlDateCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlDataObjectCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlCollectionsCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlAwtCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Object |
XmlAliasCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
protected Object |
XmlDefaultDecoder.decodeArray(XmlDecodeContext context,
org.jdom.Element element)
Decode an array. |
protected Object |
XmlDefaultDecoder.decodeArrayChildren(XmlDecodeContext context,
org.jdom.Element element,
Class valueType)
Decode an array encoded using nested child elements. |
protected Object |
XmlDefaultDecoder.decodeArrayValue(XmlDecodeContext context,
org.jdom.Element element,
Class valueType,
String value)
Decode an array encoded as the as a comma-delimited "value" attribute. |
protected Object |
XmlCollectionsCodec.decodeCollection(XmlDecodeContext context,
org.jdom.Element element,
Class defaultType)
Decode a java.util.Collection. |
protected Object |
XmlDataObjectCodec.decodeDataBean(XmlDecodeContext context,
org.jdom.Element element,
Class valueType)
Decode an IDataBean. |
protected IDataObject |
XmlDataObjectCodec.decodeDataObject(XmlDecodeContext context,
org.jdom.Element element,
Class valueType)
|
protected Object |
XmlDataObjectCodec.decodeDataObjectProperty(XmlDecodeContext context,
org.jdom.Element child,
IDataObject object)
Decode the property of a data object |
static void |
XmlMemberwiseCodec.decodeFields(XmlDecodeContext context,
org.jdom.Element element,
Object object)
Decode the fields of an object from an XML element. |
protected Object |
XmlDataObjectCodec.decodeJavaBean(XmlDecodeContext context,
org.jdom.Element element,
Class valueType)
|
protected Object |
XmlCollectionsCodec.decodeMap(XmlDecodeContext context,
org.jdom.Element element)
|
protected Object |
XmlDefaultDecoder.decodeText(XmlDecodeContext context,
org.jdom.Element element)
Decode a text value. |
void |
XmlLinkCodec.objectForIdCallback(XmlDecodeContext context,
org.jdom.Element element,
Object object,
Object extraData)
|
void |
XmlDecodeContext.IdCallback.objectForIdCallback(XmlDecodeContext context,
org.jdom.Element element,
Object object,
Object extraData)
Called by decode context when an value becomes available for a given ID . |
Uses of XmlDecodeContext in dsto.dfc.swt.util |
---|
Methods in dsto.dfc.swt.util with parameters of type XmlDecodeContext | |
---|---|
Object |
DefaultSWTXmlCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
Uses of XmlDecodeContext in livespace.services |
---|
Methods in livespace.services with parameters of type XmlDecodeContext | |
---|---|
Object |
XmlEntityCodec.decode(XmlDecodeContext context,
org.jdom.Element element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |