Package com.fornsys.jvixen.sys

Examples of com.fornsys.jvixen.sys.Element


    }

    public Element addElement(String elementName)
    {
      elementName = this._Uniquify(elementName);
      Element element = new Element(elementName);
      this.AddElement(element);
      return element;
    }
View Full Code Here

TOP

Related Classes of com.fornsys.jvixen.sys.Element

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.