Uses of Interface
com.helger.xml.microdom.IMicroDocumentType
-
Packages that use IMicroDocumentType Package Description com.helger.xml.microdom com.helger.xml.serialize.write -
-
Uses of IMicroDocumentType in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroDocumentType Modifier and Type Class Description classMicroDocumentTypeDefault implementation of theIMicroDocumentTypeinterface.Methods in com.helger.xml.microdom that return IMicroDocumentType Modifier and Type Method Description IMicroDocumentTypeIMicroDocumentType. getClone()IMicroDocumentTypeMicroDocumentType. getClone()IMicroDocumentTypeIMicroDocument. getDocType()IMicroDocumentTypeMicroDocument. getDocType()Constructors in com.helger.xml.microdom with parameters of type IMicroDocumentType Constructor Description MicroDocument(IMicroDocumentType aDocType)MicroDocumentType(IMicroDocumentType rhs) -
Uses of IMicroDocumentType in com.helger.xml.serialize.write
Methods in com.helger.xml.serialize.write with parameters of type IMicroDocumentType Modifier and Type Method Description static StringXMLEmitter. getDocTypeHTMLRepresentation(EXMLSerializeVersion eXMLVersion, EXMLIncorrectCharacterHandling eIncorrectCharHandling, IMicroDocumentType aDocType)Get the XML representation of a document type.
-