Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / ElementCol / Java add - ElementCol
In This Topic
    Java add - ElementCol
    In This Topic

    public Element add(String elementName, String elementNamespace)
        throws
            LtInvalidNamespaceException,
            LtInvalidStateException

    public Element add(String elementName)
        throws LtInvalidNamespaceException,
            LtInvalidStateException

    public Element add(Element elm)
        throws
            LtInvalidNamespaceException,
            LtInvalidStateException

      Property Description  
        Method Name add  
        Argument - elm An existing element to add. The elm object is cloned before being added to the collection.  
        Argument - elementName A New element is created 'elementName' as its name.  
        Argument - elementNamespace A New element is created 'elementNamespace' as its namespace.  
        Returns The element that was created and added to the collection  
        Description Adds a new element to the collection  
        Remarks