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

/libcore/luni/src/main/java/org/w3c/dom/
H A DDocumentType.java17 * is either <code>null</code> or a <code>DocumentType</code> object. The
18 * <code>DocumentType</code> interface in the DOM Core provides an interface
22 * <p>DOM Level 3 doesn't support editing <code>DocumentType</code> nodes.
23 * <code>DocumentType</code> nodes are read-only.
26 public interface DocumentType extends Node { interface in inherits:Node

Completed in 223 milliseconds