Package com.dotcms.repackage.org.xml.sax.helpers

Examples of com.dotcms.repackage.org.xml.sax.helpers.AttributesImpl


* Represents the root of a HTML document.
*/
public class BodyNode extends TagNode {

    public BodyNode() {
        super(null, "body", new AttributesImpl());
    }
View Full Code Here

TOP

Related Classes of com.dotcms.repackage.org.xml.sax.helpers.AttributesImpl

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.