Element Constructors:

    public Element(String name);
    public Element(String name, String uri);
    public Element(Element element);
    Element para = new Element("para");
    Element p = new Element("p", "http://www.w3.org/1999/xhtml");
    Element text = new Element("svg:text", "http://www.w3.org/TR/2000/svg");

Previous | Next | Top | Cafe con Leche

Copyright 2004, 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 18, 2004