Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib20 / Element / Java Element - Element
In This Topic
    Java Element - Element
    In This Topic
    public Element(String elementName,
                               String elementNamespace)
    public Element(String elementName,
                               String elementNamespace,
                               String namespaceRestriction,
                               String targetNamespace)
      Property Description  
        Method Name Constructor  
        Description Creates an instance of the class  
        Argument - elementName The name of the element  
        Argument - elementNamespace The default namespace for the XML document  
        Argument - namespaceRestriction Any restrictions imposed on the namespaces which this attribute may hold  
        Argument - targetNamespace The target namespace for the XML document.