Uses of Class
org.xqdoc.conversion.XQDocComment

Uses of XQDocComment in org.xqdoc.conversion
 

Methods in org.xqdoc.conversion with parameters of type XQDocComment
 void XQDocXML.buildFunctionSection(java.lang.String functionName, java.lang.String functionSignature, XQDocComment comment, java.lang.String functionBody, java.util.HashSet invokedFunctions, java.util.HashSet referencedVariables)
          Construct the snippet of serialized xqDoc XML for the function.
 void XQDocXML.buildImportSection(java.lang.String uri, XQDocComment comment)
          Append information to the import section of the returned xqDoc XML.
 void XQDocXML.buildLibraryModuleSection(java.lang.String uri, java.lang.String commonName, XQDocComment comment, java.lang.String moduleBody)
          Build the library module section for the xqDoc XML (for library modules).
 void XQDocXML.buildMainModuleSection(java.lang.String uri, java.lang.String commonName, XQDocComment comment, java.lang.String moduleBody)
          Build the main module section of the returned xqDoc XML (for main modules).
 void XQDocXML.buildVariableSection(java.lang.String uri, XQDocComment comment)
          Append information to the variable section of the returned xqDoc XML.