public interface MappedStructure
public static ClassName _check_substituted(XmlReader, ClassName)
to check
for type substitution, those which correspond to an element or group must define a method public static boolean
_is_present()
to check if an optional instance of the element or group is present, and classes which
correspond to anything other than a complexType must define a public static ClassName
_check_instance(ClassName)
method to return an instance of the class (where the supplied instance may be
null
, or an instance of a subclass).Modifier and Type | Method and Description |
---|---|
void |
_marshal(XmlWriter wrtr)
Marshal the structure representation.
|
void |
_unmarshal(XmlReader rdr)
Unmarshal the structure representation.
|
void _marshal(XmlWriter wrtr) throws JiBXException
wrtr
- JiBXException
void _unmarshal(XmlReader rdr) throws JiBXException
rdr
- JiBXException