-
Recursively expands the variables in text and attribute values and return the new DOM.
XStreamDOM.from(com.thoughtworks.xstream.io.HierarchicalStreamReader in)
XStreamDOM.from(com.thoughtworks.xstream.XStream xs,
Object obj)
Marshals the given object with the given XStream into
XStreamDOM
and return it.
XStreamDOM.ConverterImpl.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader r,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
Unmarshals a single child element.
XStreamDOM.ConverterImpl.unmarshalElement(com.thoughtworks.xstream.io.HierarchicalStreamReader r,
com.thoughtworks.xstream.converters.UnmarshallingContext context)