Uses of Interface
com._1c.g5.v8.dt.htmldocument.model.HtmlDocument
-
Packages that use HtmlDocument Package Description com._1c.g5.v8.dt.htmldocument.model com._1c.g5.v8.dt.htmldocument.model.impl com._1c.g5.v8.dt.htmldocument.model.util -
-
Uses of HtmlDocument in com._1c.g5.v8.dt.htmldocument.model
Methods in com._1c.g5.v8.dt.htmldocument.model that return HtmlDocument Modifier and Type Method Description HtmlDocument
HtmlDocumentFactory. createHtmlDocument()
Returns a new object of class 'Html Document'. -
Uses of HtmlDocument in com._1c.g5.v8.dt.htmldocument.model.impl
Classes in com._1c.g5.v8.dt.htmldocument.model.impl that implement HtmlDocument Modifier and Type Class Description class
HtmlDocumentImpl
An implementation of the model object 'Html Document'.Methods in com._1c.g5.v8.dt.htmldocument.model.impl that return HtmlDocument Modifier and Type Method Description HtmlDocument
HtmlDocumentFactoryImpl. createHtmlDocument()
-
Uses of HtmlDocument in com._1c.g5.v8.dt.htmldocument.model.util
Methods in com._1c.g5.v8.dt.htmldocument.model.util with parameters of type HtmlDocument Modifier and Type Method Description T
HtmlDocumentSwitch. caseHtmlDocument(HtmlDocument object)
Returns the result of interpreting the object as an instance of 'Html Document'.
-