org.jbind.xml.dom3.core
Class DomImplementation
java.lang.Object
org.jbind.xml.dom3.core.DomImplementation
- All Implemented Interfaces:
- org.w3c.dom.DOMImplementation, IDomImplementation
- public class DomImplementation
- extends java.lang.Object
- implements IDomImplementation
Method Summary |
org.w3c.dom.Document |
createDocument(java.lang.String aNamespaceUri,
java.lang.String aQName,
org.w3c.dom.DocumentType aDocumentType)
|
org.w3c.dom.DocumentType |
createDocumentType(java.lang.String aQName,
java.lang.String aPublicId,
java.lang.String aSystemId)
|
org.w3c.dom.DOMImplementation |
getInterface(java.lang.String aFeature)
|
boolean |
hasFeature(java.lang.String feature,
java.lang.String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomImplementation
public DomImplementation()
createDocument
public org.w3c.dom.Document createDocument(java.lang.String aNamespaceUri,
java.lang.String aQName,
org.w3c.dom.DocumentType aDocumentType)
throws DomException
- Specified by:
createDocument
in interface org.w3c.dom.DOMImplementation
- Throws:
DomException
createDocumentType
public org.w3c.dom.DocumentType createDocumentType(java.lang.String aQName,
java.lang.String aPublicId,
java.lang.String aSystemId)
throws DomException
- Specified by:
createDocumentType
in interface org.w3c.dom.DOMImplementation
- Throws:
DomException
hasFeature
public boolean hasFeature(java.lang.String feature,
java.lang.String version)
- Specified by:
hasFeature
in interface org.w3c.dom.DOMImplementation
getInterface
public org.w3c.dom.DOMImplementation getInterface(java.lang.String aFeature)