Package xml.factories.element
Class XmlGeometriesFactory
java.lang.Object
xml.factories.element.XmlFactoryFromElement<GeometryList>
xml.factories.element.XmlGeometriesFactory
public class XmlGeometriesFactory extends XmlFactoryFromElement<GeometryList>
Constructs a
GeometryList object from an XML Element.-
Constructor Summary
Constructors Constructor Description XmlGeometriesFactory() -
Method Summary
Modifier and Type Method Description protected GeometryListcreateHelper(org.w3c.dom.Element element)Construct a new instance of type T from an XMLElement.Methods inherited from class xml.factories.element.XmlFactoryFromElement
createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
XmlGeometriesFactory
public XmlGeometriesFactory()
-
-
Method Details
-
createHelper
Description copied from class:XmlFactoryFromElementConstruct a new instance of type T from an XMLElement. This method is intended to be called byXmlFactoryFromElement.create(Element).- Specified by:
createHelperin classXmlFactoryFromElement<GeometryList>- Parameters:
element- The XMLElementrepresenting the object to be created.- Returns:
- A new instance of type T created from the XML
Element.
-