| org.cyberneko.html.parsers.DOMParser
DOMParser | public class DOMParser extends org.apache.xerces.parsers.DOMParser (Code) | | A DOM parser for HTML documents.
author: Andy Clark version: $Id: DOMParser.java,v 1.5 2005/02/14 03:56:54 andyc Exp $ |
Constructor Summary | |
public | DOMParser() Default constructor. |
DOMParser | public DOMParser()(Code) | | Default constructor.
|
doctypeDecl | public void doctypeDecl(String root, String pubid, String sysid, Augmentations augs) throws XNIException(Code) | | Doctype declaration.
|
|
|