Uses of Class
ucar.unidata.xml.ObjectClass
Packages that use ObjectClass
-
Uses of ObjectClass in ucar.unidata.xml
Methods in ucar.unidata.xml that return ObjectClassModifier and TypeMethodDescriptionXmlEncoder.createArrayObject
(Element element) Create an array that contains a set of objects.XmlEncoder.createEnumObject
(Element element) Creates the enum.XmlEncoder.createObjectInner
(Element element) Create the object defined by the given xml.XmlEncoder.createObjectInner
(Element element, boolean checkDelegate) This method creates both the Object that the Element element represents and its Class.XmlEncoder.createPrimitiveArrayObject
(Element element) Create an array that contains a set of primitive objects.XmlEncoder.createPrimitiveObject
(Class primitiveClass, Element element) Create the primitive object defined by the given class and xml element.XmlEncoder.createSerializedObject
(Element parent) Deserialize the serialized object defined by the given parent xml element.