org.exolab.adaptx.xml.parser
Class JAXPDOMParser
java.lang.Object
org.exolab.adaptx.xml.parser.JAXPDOMParser
- DOMParser
public class JAXPDOMParser
extends java.lang.Object
Creates a generic JAXP DOM Parser
$Revision: 3824 $ $Date: 2003-09-06 05:15:16 -0400 (Sat, 06 Sep 2003) $JAXPDOMParser() - Creates a new instance of the JAXPDOMParser wrapper
|
JAXPDOMParser
public JAXPDOMParser()
Creates a new instance of the JAXPDOMParser wrapper
copyInstance
public DOMParser copyInstance()
Creates a new copy of this DOMParser initialized
with the same properties as this DOMParser.
- copyInstance in interface DOMParser
- the new DOMParser instance
setDocumentType
public void setDocumentType(Document document,
String systemId)
Sets the DocumentType for the given document
- setDocumentType in interface DOMParser
document
- the Document to set the document type insystemId
- the systemId for the document type
setValidation
public void setValidation(boolean validate)
Sets whether or not to Validate the Document
- setValidation in interface DOMParser
validate
- a boolean indicating whether or not to
validate the Document