Search
XmlLoader.load Method
See Also
 

 Overload List

Name Description

XmlLoader.load (Document)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (Document, Object)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (Document, Object, TypeResolver)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (InputStream)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (InputStream, Object)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (InputStream, Object, TypeResolver)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (String)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (String, Object)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

XmlLoader.load (String, Object, TypeResolver)

Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.

 See Also