|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocType | |
|---|---|
| org.zkoss.idom | The iDOM representation of XML DOM tree. |
| org.zkoss.idom.input | SAX builder and factory for iDOM. |
| Uses of DocType in org.zkoss.idom |
|---|
| Methods in org.zkoss.idom that return DocType | |
|---|---|
DocType |
Document.getDocType()
Gets the document type. |
| Methods in org.zkoss.idom with parameters of type DocType | |
|---|---|
void |
Document.setDocType(DocType docType)
Sets the document type. |
| Constructors in org.zkoss.idom with parameters of type DocType | |
|---|---|
Document(Element root,
DocType dt)
Constructor. |
|
| Uses of DocType in org.zkoss.idom.input |
|---|
| Methods in org.zkoss.idom.input that return DocType | |
|---|---|
DocType |
DefaultIDOMFactory.newDocType(String elementName,
String publicId,
String systemId)
|
DocType |
IDOMFactory.newDocType(String elementName,
String publicId,
String systemId)
Creates a DocType. |
| Methods in org.zkoss.idom.input with parameters of type DocType | |
|---|---|
Document |
DefaultIDOMFactory.newDocument(Element rootElement,
DocType docType)
|
Document |
IDOMFactory.newDocument(Element rootElement,
DocType docType)
Creates a Document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||