Searched defs:getDoctype (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DDocument.java48 public DocumentType getDoctype(); method in interface:Document
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentImpl.java352 public DocumentType getDoctype() { method in class:DocumentImpl
412 } else if (newChild instanceof DocumentType && getDoctype() != null) {
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java774 public DocumentType getDoctype() method in class:UnImplNode
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java568 public final DocumentType getDoctype() method in class:DTMNodeProxy

Completed in 151 milliseconds