Uses of Class
org.zkoss.idom.DocType
-
Packages that use DocType Package Description org.zkoss.idom org.zkoss.idom.input -
-
Uses of DocType in org.zkoss.idom
Methods in org.zkoss.idom that return DocType Modifier and Type Method Description DocTypeDocument. getDocType()Gets the document type.Methods in org.zkoss.idom with parameters of type DocType Modifier and Type Method Description voidDocument. setDocType(DocType docType)Sets the document type.Constructors in org.zkoss.idom with parameters of type DocType Constructor Description Document(Element root, DocType dt)Constructor. -
Uses of DocType in org.zkoss.idom.input
Methods in org.zkoss.idom.input that return DocType Modifier and Type Method Description DocTypeDefaultIDOMFactory. newDocType(java.lang.String elementName, java.lang.String publicId, java.lang.String systemId)DocTypeIDOMFactory. newDocType(java.lang.String elementName, java.lang.String publicId, java.lang.String systemId)Creates a DocType.Methods in org.zkoss.idom.input with parameters of type DocType Modifier and Type Method Description DocumentDefaultIDOMFactory. newDocument(Element rootElement, DocType docType)DocumentIDOMFactory. newDocument(Element rootElement, DocType docType)Creates a Document.
-