| Modifier and Type | Method and Description |
|---|---|
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype) |
DocumentType |
createDocumentType(String qualifiedName,
String publicId,
String systemId) |
boolean |
hasFeature(String feature,
String version) |
DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
Copyright © 2015. All rights reserved.