From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/xidl2docbook.xsl | 588 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 588 insertions(+) create mode 100644 doc/manual/xidl2docbook.xsl (limited to 'doc/manual/xidl2docbook.xsl') diff --git a/doc/manual/xidl2docbook.xsl b/doc/manual/xidl2docbook.xsl new file mode 100644 index 00000000..67c6c0a4 --- /dev/null +++ b/doc/manual/xidl2docbook.xsl @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + yes + + + + + + + + + + + Classes (interfaces) + + + + + + + + + + + + + + + + + <xsl:value-of select="$ifname" /> + <xsl:if test="$reportExtends"> + <xsl:value-of select="concat(' (', @extends, ')')" /> + </xsl:if> + + + + + + This interface is not supported in the web service. + + + + With the web service, this interface is mapped to a structure. Attributes that return this interface will not return an object, but a complete structure + containing the attributes listed below as structure members. + + + This interface is supported in the web service only, not in COM/XPCOM. + + + + + + This interface extends + + + + + and therefore supports all its methods and attributes as well. + + + + + + + + Attributes + + + + + + + + + + + <xsl:choose> + <xsl:when test="@readonly='yes'"> + <xsl:value-of select="concat(@name, ' (read-only)')" /> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="concat(@name, ' (read/write)')" /> + </xsl:otherwise> + </xsl:choose> + + + + + + + + [] + + + + + This attribute is not supported in the web service. + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="@name" /> + + + + This method is not supported in the web service. + + + + + + + + + + + [] + + + + + + + + [ptr] + + + + + + + + + [] + + + , + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + If this method fails, the following error codes may be reported: + + + + : + + + + + + + + + + + + + + + + + + Enumerations (enums) + + + + + + + + + + + + <xsl:value-of select="$ifname" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + See also: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3