Fix inconsistencies in Android annotations
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<root>
|
||||
<item name='org.apache.xalan.Version java.lang.String getImplementationLanguage()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.Version java.lang.String getVersion()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.Version java.lang.String getProduct()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.Version java.lang.String getImplementationLanguage()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
<item name='org.apache.xalan.extensions.ExtensionsTable void addExtensionNamespace(java.lang.String, org.apache.xalan.extensions.ExtensionHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.extensions.ExpressionContext org.apache.xpath.objects.XObject getVariableOrParam(org.apache.xml.utils.QName)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.extensions.ExtensionsTable java.lang.Object extFunction(org.apache.xpath.functions.FuncExtFunction, java.util.Vector, org.apache.xalan.extensions.ExpressionContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -11,6 +14,12 @@
|
||||
<item name='org.apache.xalan.extensions.ExtensionNamespacesManager void registerExtension(org.apache.xalan.extensions.ExtensionNamespaceSupport) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.extensions.ExpressionContext java.lang.String toString(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.extensions.ExpressionContext org.w3c.dom.traversal.NodeIterator getContextNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.extensions.ExtensionNamespacesManager int namespaceIndex(java.lang.String, java.util.Vector) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
|
||||
@@ -2,75 +2,51 @@
|
||||
<item name='org.apache.xalan.processor.XSLTElementProcessor void characters(org.apache.xalan.processor.StylesheetHandler, char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.sax.TemplatesHandler newTemplatesHandler()'>
|
||||
<item name='org.apache.xalan.processor.XSLTElementProcessor void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 1'>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorCharacters void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl java.lang.Object getAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorText void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorInclude void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.sax.TransformerHandler newTransformerHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler) 0'>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<item name='org.apache.xalan.processor.ProcessorInclude void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl org.xml.sax.XMLFilter newXMLFilter(javax.xml.transform.Source) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl java.lang.Object getAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorText void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFuncResult void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl void setAttribute(java.lang.String, java.lang.Object) 1'>
|
||||
<item name='org.apache.xalan.processor.ProcessorInclude java.lang.String getStylesheetInclErr()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.sax.TransformerHandler newTransformerHandler(javax.xml.transform.Source) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler org.apache.xpath.XPath createXPath(java.lang.String, org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.Templates newTemplates(javax.xml.transform.Source) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -80,16 +56,127 @@
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorImport java.lang.String getStylesheetInclErr()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 3'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorCharacters void characters(org.apache.xalan.processor.StylesheetHandler, char[], int, int) 0'>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorInclude void parse(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler StylesheetHandler(org.apache.xalan.processor.TransformerFactoryImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler org.apache.xpath.XPath createXPath(java.lang.String, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFunction void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFuncResult void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl java.lang.Object getAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorText void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.XSLTElementProcessor void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.XSLTElementProcessor void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler org.apache.xpath.XPath createXPath(java.lang.String, org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorExsltFuncResult void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorText void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.XSLTElementProcessor void startNonText(org.apache.xalan.processor.StylesheetHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.Transformer newTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl void setAttribute(java.lang.String, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl boolean getFeature(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.sax.TemplatesHandler newTemplatesHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 4'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorCharacters void characters(org.apache.xalan.processor.StylesheetHandler, char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl java.lang.Object getAttribute(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
@@ -101,43 +188,25 @@
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorImport java.lang.String getStylesheetInclErr()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorStylesheetElement void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl void setErrorListener(javax.xml.transform.ErrorListener) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorText void appendAndPush(org.apache.xalan.processor.StylesheetHandler, org.apache.xalan.templates.ElemTemplateElement) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.sax.TransformerHandler newTransformerHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorInclude java.lang.String getStylesheetInclErr()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE org.apache.xalan.templates.Stylesheet getStylesheetRoot(org.apache.xalan.processor.StylesheetHandler)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler org.apache.xpath.XPath createXPath(java.lang.String, org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler StylesheetHandler(org.apache.xalan.processor.TransformerFactoryImpl) 0'>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler java.lang.String getNamespaceForPrefix(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorTemplateElem void endElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.TransformerFactoryImpl javax.xml.transform.Transformer newTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.StylesheetHandler void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.processor.ProcessorLRE void startElement(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -5,12 +5,18 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setQNameProperties(org.apache.xml.utils.QName, java.util.Vector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createLocalPseudoVarDecl(org.apache.xml.utils.QName, org.apache.xalan.templates.ElemTemplateElement, org.apache.xpath.axes.LocPathIterator) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet void setNonXslTopLevel(org.apache.xml.utils.QName, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -20,9 +26,15 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator void eleminateSharedPartialPaths(org.apache.xalan.templates.ElemTemplateElement, java.util.Vector) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPart void fixupVariables(java.util.Vector, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties int getIntProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartSimple void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemTemplateElement findCommonAncestor(org.apache.xalan.templates.RedundentExprEliminator.MultistepExprHolder) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -32,33 +44,18 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties org.apache.xml.utils.QName getQNameProperty(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String long2roman(long, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult java.lang.String getPrefix()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFuncResult java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariableSimple org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node cloneNode(boolean)'>
|
||||
<item name='org.apache.xalan.templates.FuncKey org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemIf void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFunction java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.OutputProperties boolean getBooleanProperty(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFunction void execute(org.apache.xalan.transformer.TransformerImpl, org.apache.xpath.objects.XObject[]) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties boolean getBooleanProperty(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult boolean accept(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -68,9 +65,21 @@
|
||||
<item name='org.apache.xalan.templates.KeyDeclaration void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncDocument org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute void setValue(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttributeSet java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createLocalPseudoVarDecl(org.apache.xml.utils.QName, org.apache.xalan.templates.ElemTemplateElement, org.apache.xpath.axes.LocPathIterator) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -80,12 +89,15 @@
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot StylesheetRoot(org.apache.xalan.processor.XSLTSchema, javax.xml.transform.ErrorListener) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttribute java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemUnknown void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AbsPathChecker boolean visitVariableRef(org.apache.xpath.ExpressionOwner, org.apache.xpath.operations.Variable) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator void eleminateRedundent(org.apache.xalan.templates.ElemTemplateElement, java.util.Vector) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -98,7 +110,7 @@
|
||||
<item name='org.apache.xalan.templates.ElemValueOf org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariable org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<item name='org.apache.xalan.templates.ElemForEach java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemParam ElemParam(org.apache.xalan.templates.ElemParam) 0'>
|
||||
@@ -107,10 +119,7 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setBooleanProperty(org.apache.xml.utils.QName, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemFallback java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot org.apache.xalan.templates.ElemTemplate getTemplateComposed(org.apache.xpath.XPathContext, int, org.apache.xml.utils.QName, boolean, org.apache.xml.dtm.DTM) 4'>
|
||||
@@ -119,46 +128,43 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.WalkingIterator createIteratorFromSteps(org.apache.xpath.axes.WalkingIterator, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemText java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFunction void execute(org.apache.xalan.transformer.TransformerImpl, org.apache.xpath.objects.XObject[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.KeyDeclaration java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable ElemVariable(org.apache.xalan.templates.ElemVariable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncKey org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String tradAlphaCount(long, org.apache.xml.utils.res.XResourceBundle)'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getNamespaceForPrefix(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xml.dtm.DTMIterator sortNodes(org.apache.xpath.XPathContext, java.util.Vector, org.apache.xml.dtm.DTMIterator) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariableSimple org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartSimple void callVisitors(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExtensionCall boolean accept(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariableSimple java.lang.String getTypeString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach void setSelect(org.apache.xpath.XPath) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemElement void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.WalkingIterator createIteratorFromSteps(org.apache.xpath.axes.WalkingIterator, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemMessage java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.AVTPart void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate void endCompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
@@ -170,16 +176,25 @@
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void setPrefixes(org.xml.sax.helpers.NamespaceSupport, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttributeSet void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int)'>
|
||||
<item name='org.apache.xalan.templates.ElemChoose org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemChoose org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String long2roman(long, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyImport java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
@@ -188,7 +203,10 @@
|
||||
<item name='org.apache.xalan.templates.ElemVariablePsuedo void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemChoose java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemComment org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath AVTPartXPath(java.lang.String, org.apache.xml.utils.PrefixResolver, org.apache.xpath.compiler.XPathParser, org.apache.xpath.XPathFactory, org.apache.xpath.XPathContext) 4'>
|
||||
@@ -200,10 +218,7 @@
|
||||
<item name='org.apache.xalan.templates.ElemComment void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemChoose org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void setParentElem(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.NamespaceAlias void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
@@ -215,22 +230,28 @@
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String int2singlealphaCount(long, org.apache.xml.utils.res.CharArrayWrapper) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariableSimple java.lang.String getTypeString()'>
|
||||
<item name='org.apache.xalan.templates.AVTPart void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyTemplates java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createGlobalPseudoVarDecl(org.apache.xml.utils.QName, org.apache.xalan.templates.StylesheetRoot, org.apache.xpath.axes.LocPathIterator)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemTemplateElement getElemFromExpression(org.apache.xpath.Expression) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.AVTPart java.lang.String getSimpleString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemTemplateElement getElemFromExpression(org.apache.xpath.Expression)'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.LiteralElementAttributes org.w3c.dom.Node setNamedItem(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.LocPathIterator changePartToRef(org.apache.xml.utils.QName, org.apache.xpath.axes.WalkingIterator, int, boolean)'>
|
||||
<item name='org.apache.xalan.templates.ElemWhen java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber int getPreviousNode(org.apache.xpath.XPathContext, int) 0'>
|
||||
@@ -245,10 +266,13 @@
|
||||
<item name='org.apache.xalan.templates.ElemExtensionDecl void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<item name='org.apache.xalan.templates.FuncDocument void error(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncDocument void error(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.ElemTemplate getTemplateFast(org.apache.xpath.XPathContext, int, int, org.apache.xml.utils.QName, int, boolean, org.apache.xml.dtm.DTM) 6'>
|
||||
@@ -266,13 +290,19 @@
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.ElemTemplate getTemplate(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot java.text.DecimalFormatSymbols getDecimalFormatComposed(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariable java.lang.String getTypeString()'>
|
||||
<item name='org.apache.xalan.templates.ElemVariable org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemFallback java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopy void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
@@ -281,25 +311,37 @@
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.TemplateSubPatternAssociation getHead(org.apache.xpath.XPathContext, int, org.apache.xml.dtm.DTM) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.util.Vector getQNameProperties(java.lang.String, java.util.Properties) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean visitLocationPath(org.apache.xpath.ExpressionOwner, org.apache.xpath.axes.LocPathIterator) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.WalkingIterator createIteratorFromSteps(org.apache.xpath.axes.WalkingIterator, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getLocalName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.WhiteSpaceInfo void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam void setParentElem(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.LocPathIterator changePartToRef(org.apache.xml.utils.QName, org.apache.xpath.axes.WalkingIterator, int, boolean) 1'>
|
||||
<item name='org.apache.xalan.templates.ElemChoose void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.LocPathIterator changePartToRef(org.apache.xml.utils.QName, org.apache.xpath.axes.WalkingIterator, int, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void copyFrom(java.util.Properties) 0'>
|
||||
@@ -311,61 +353,70 @@
|
||||
<item name='org.apache.xalan.templates.ElemTemplate void setLocaterInfo(javax.xml.transform.SourceLocator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncFormatNumb org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach void endCompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncFormatNumb org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemIf java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties int getIntProperty(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet org.apache.xalan.templates.StylesheetComposed getStylesheetComposed()'>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath java.lang.String getSimpleString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String tradAlphaCount(long, org.apache.xml.utils.res.XResourceBundle)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node cloneNode(boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncFormatNumb void warn(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement boolean accept(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.Node insertBefore(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot org.apache.xalan.templates.ElemTemplate getTemplateComposed(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.util.Vector getQNameProperties(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult java.lang.String getPrefix()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.lang.String getProperty(org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopy java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.FuncFormatNumb org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void setEndLocaterInfo(javax.xml.transform.SourceLocator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean stepsEqual(org.apache.xpath.axes.WalkingIterator, org.apache.xpath.axes.WalkingIterator, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.util.Properties getDefaultMethodProperties(java.lang.String)'>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber void int2alphaCount(long, org.apache.xml.utils.res.CharArrayWrapper, org.apache.xml.utils.FastStringBuffer) 2'>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemTemplateElement getElemFromExpression(org.apache.xpath.Expression)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties boolean getBooleanProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemElement java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemNumber void int2alphaCount(long, org.apache.xml.utils.res.CharArrayWrapper, org.apache.xml.utils.FastStringBuffer) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemValueOf void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
@@ -374,10 +425,10 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setProperty(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.ElemComment org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemComment org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemText org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void exprAddChild(org.apache.xpath.ExpressionNode, int) 0'>
|
||||
@@ -389,9 +440,6 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setQNameProperty(java.lang.String, org.apache.xml.utils.QName) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemParam java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties org.apache.xml.utils.QName getQNameProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -404,9 +452,21 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean stepsEqual(org.apache.xpath.axes.WalkingIterator, org.apache.xpath.axes.WalkingIterator, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncDocument void warn(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemElement java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemComment java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartSimple void fixupVariables(java.util.Vector, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createPseudoVarDecl(org.apache.xalan.templates.ElemTemplateElement, org.apache.xpath.axes.LocPathIterator, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -416,24 +476,27 @@
|
||||
<item name='org.apache.xalan.templates.FuncKey org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void copyFrom(java.util.Properties, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath java.lang.String getSimpleString()'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariableSimple org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyImport org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncFormatNumb org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute java.lang.Object setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator int oldFindAndEliminateRedundant(int, int, org.apache.xpath.ExpressionOwner, org.apache.xalan.templates.ElemTemplateElement, java.util.Vector) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTextLiteral java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator int findAndEliminateRedundant(int, int, org.apache.xpath.ExpressionOwner, org.apache.xalan.templates.ElemTemplateElement, java.util.Vector) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -443,10 +506,19 @@
|
||||
<item name='org.apache.xalan.templates.ElemParam void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet org.apache.xalan.templates.StylesheetComposed getStylesheetComposed()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties OutputProperties(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyTemplates java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.ElemTemplate getTemplate(org.apache.xpath.XPathContext, int, org.apache.xml.utils.QName, boolean, org.apache.xml.dtm.DTM) 4'>
|
||||
@@ -455,37 +527,49 @@
|
||||
<item name='org.apache.xalan.templates.TemplateList void setTemplate(org.apache.xalan.templates.ElemTemplate) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.TemplateList.TemplateWalker getWalker()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemParam void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.FuncDocument org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getTagName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void callVisitors(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyTemplates void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot javax.xml.transform.Transformer newTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath void fixupVariables(java.util.Vector, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void callVisitors(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemMessage java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.Node replaceChild(org.w3c.dom.Node, org.w3c.dom.Node) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariable org.apache.xpath.objects.XObject execute(org.apache.xpath.XPathContext)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath void callVisitors(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyTemplates void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.LiteralElementAttributes org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
@@ -500,6 +584,9 @@
|
||||
<item name='org.apache.xalan.templates.ElemForEach void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemMessage void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -512,7 +599,7 @@
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement void setPrefixes(org.xml.sax.helpers.NamespaceSupport) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.DecimalFormatProperties java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator int oldFindAndEliminateRedundant(int, int, org.apache.xpath.ExpressionOwner, org.apache.xalan.templates.ElemTemplateElement, java.util.Vector) 4'>
|
||||
@@ -521,13 +608,25 @@
|
||||
<item name='org.apache.xalan.templates.ElemExtensionCall void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemOtherwise java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTextLiteral void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xalan.templates.ElemTemplateElement getTemplateMatch()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttribute java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemText org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.ElemValueOf java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.StylesheetRoot org.apache.xalan.templates.ElemTemplate getTemplateComposed(org.apache.xpath.XPathContext, int, org.apache.xml.utils.QName, int, int, boolean, org.apache.xml.dtm.DTM) 6'>
|
||||
@@ -539,13 +638,16 @@
|
||||
<item name='org.apache.xalan.templates.ElemVariable void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate org.apache.xalan.templates.StylesheetComposed getStylesheetComposed()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable addVarDeclToElem(org.apache.xalan.templates.ElemTemplateElement, org.apache.xpath.axes.LocPathIterator, org.apache.xalan.templates.ElemVariable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setIntProperty(org.apache.xml.utils.QName, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemPI org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties org.apache.xml.utils.QName getQNameProperty(java.lang.String, java.util.Properties) 1'>
|
||||
@@ -557,46 +659,55 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.RedundentExprEliminator.MultistepExprHolder createMultistepExprList(java.util.Vector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XSLTVisitor boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet void setLocaterInfo(javax.xml.transform.SourceLocator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemUse void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable void endCompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet void replaceTemplate(org.apache.xalan.templates.ElemTemplate, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<item name='org.apache.xalan.templates.Stylesheet java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xml.dtm.DTMIterator sortNodes(org.apache.xpath.XPathContext, java.util.Vector, org.apache.xml.dtm.DTMIterator)'>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemIf java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemComment org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.ElemChoose java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemChoose org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemElement void setName(org.apache.xalan.templates.AVT) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties org.apache.xml.utils.QName getQNameProperty(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemIf void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String int2singlealphaCount(long, org.apache.xml.utils.res.CharArrayWrapper)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemComment java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemCopy java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
@@ -605,25 +716,19 @@
|
||||
<item name='org.apache.xalan.templates.ElemVariable boolean accept(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplate org.apache.xalan.templates.StylesheetComposed getStylesheetComposed()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.lang.String getProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet org.apache.xalan.templates.Stylesheet getStylesheet()'>
|
||||
<item name='org.apache.xalan.templates.XSLTVisitable void callVisitors(org.apache.xalan.templates.XSLTVisitor) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getLocalName()'>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFunction java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTextLiteral java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemOtherwise java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemVariable org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean visitPredicate(org.apache.xpath.ExpressionOwner, org.apache.xpath.Expression) 1'>
|
||||
@@ -638,13 +743,13 @@
|
||||
<item name='org.apache.xalan.templates.AbsPathChecker boolean checkAbsolute(org.apache.xpath.axes.LocPathIterator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet org.apache.xalan.templates.Stylesheet getStylesheet()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber int getTargetNode(org.apache.xpath.XPathContext, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemValueOf java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttributeSet java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemNumber java.lang.String int2singlealphaCount(long, org.apache.xml.utils.res.CharArrayWrapper)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.util.Vector getQNameProperties(org.apache.xml.utils.QName) 0'>
|
||||
@@ -653,10 +758,10 @@
|
||||
<item name='org.apache.xalan.templates.Stylesheet void setTemplate(org.apache.xalan.templates.ElemTemplate) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.apache.xalan.templates.StylesheetComposed getStylesheetComposed()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.w3c.dom.Node appendChild(org.w3c.dom.Node)'>
|
||||
<item name='org.apache.xalan.templates.ElemCopyOf void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
@@ -671,24 +776,21 @@
|
||||
<item name='org.apache.xalan.templates.ElemUse void setUseAttributeSets(java.util.Vector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemApplyImport java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.DecimalFormatProperties void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.DecimalFormatProperties void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult java.lang.String getAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.VarNameCollector boolean visitVariableRef(org.apache.xpath.ExpressionOwner, org.apache.xpath.operations.Variable) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement)'>
|
||||
<item name='org.apache.xalan.templates.XSLTVisitor boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFuncResult void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.DecimalFormatProperties java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -707,7 +809,13 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createGlobalPseudoVarDecl(org.apache.xml.utils.QName, org.apache.xalan.templates.StylesheetRoot, org.apache.xpath.axes.LocPathIterator) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFuncResult java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties java.util.Properties getDefaultMethodProperties(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.KeyDeclaration java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemSort void setSelect(org.apache.xpath.XPath) 0'>
|
||||
@@ -716,10 +824,10 @@
|
||||
<item name='org.apache.xalan.templates.AVTPartSimple void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.Stylesheet java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xpath.axes.LocPathIterator changePartToRef(org.apache.xml.utils.QName, org.apache.xpath.axes.WalkingIterator, int, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemVariable createGlobalPseudoVarDecl(org.apache.xml.utils.QName, org.apache.xalan.templates.StylesheetRoot, org.apache.xpath.axes.LocPathIterator)'>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xml.dtm.DTMIterator sortNodes(org.apache.xpath.XPathContext, java.util.Vector, org.apache.xml.dtm.DTMIterator)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttributeSet org.apache.xalan.templates.ElemTemplateElement appendChildElem(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
@@ -731,10 +839,10 @@
|
||||
<item name='org.apache.xalan.templates.OutputProperties boolean isLegalPropertyKey(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemTemplateElement java.lang.String getTagName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWhen java.lang.String getNodeName()'>
|
||||
<item name='org.apache.xalan.templates.ElemVariable org.apache.xpath.objects.XObject getValue(org.apache.xalan.transformer.TransformerImpl, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator org.apache.xalan.templates.ElemTemplateElement getPrevElementWithinContext(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
@@ -764,16 +872,25 @@
|
||||
<item name='org.apache.xalan.templates.ElemWhen void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.NodeList getChildNodes()'>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.XUnresolvedVariable java.lang.String getTypeString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemWithParam org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult void setXmlSpace(org.apache.xalan.templates.AVT) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemPI java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemNumber org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xalan.templates.ElemTemplateElement getTemplateMatch()'>
|
||||
<item name='org.apache.xalan.templates.AVTPartXPath void evaluate(org.apache.xpath.XPathContext, org.apache.xml.utils.FastStringBuffer, int, org.apache.xml.utils.PrefixResolver) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemAttributeSet void recompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
@@ -782,16 +899,25 @@
|
||||
<item name='org.apache.xalan.templates.RedundentExprEliminator boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemVariable java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemLiteralResult.Attribute org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void setQNameProperty(org.apache.xml.utils.QName, org.apache.xml.utils.QName) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemCallTemplate void endCompose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void copyFrom(org.apache.xalan.templates.OutputProperties) 0'>
|
||||
<item name='org.apache.xalan.templates.ElemParam java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.TemplateList org.apache.xalan.templates.TemplateList.TemplateWalker getWalker()'>
|
||||
<item name='org.apache.xalan.templates.ElemFallback void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.OutputProperties void copyFrom(org.apache.xalan.templates.OutputProperties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemForEach org.apache.xalan.templates.ElemTemplateElement appendChild(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
@@ -803,6 +929,9 @@
|
||||
<item name='org.apache.xalan.templates.ElemPI void execute(org.apache.xalan.transformer.TransformerImpl) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemText java.lang.String getNodeName()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.templates.ElemExsltFunction void compose(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
|
||||
@@ -1,83 +1,71 @@
|
||||
<root>
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter void setParent(org.xml.sax.XMLReader) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl int transformToGlobalRTF(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void transform(javax.xml.transform.Source, javax.xml.transform.Result) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transform(javax.xml.transform.Source, javax.xml.transform.Result) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl java.lang.String getOutputProperty(java.lang.String) 0'>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.Object extFunction(org.apache.xpath.functions.FuncExtFunction, java.util.Vector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transform(javax.xml.transform.Source, javax.xml.transform.Result, boolean) 1'>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setErrorListener(javax.xml.transform.ErrorListener) 0'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.util.Vector processSortKeys(org.apache.xalan.templates.ElemForEach, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setParameter(java.lang.String, java.lang.String, java.lang.Object) 0'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setOutputProperty(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl javax.xml.transform.Transformer getTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl TransformerImpl(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 3'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setParameter(java.lang.String, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl TransformerHandlerImpl(org.apache.xalan.transformer.TransformerImpl, boolean, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.CountersTable int countNode(org.apache.xpath.XPathContext, org.apache.xalan.templates.ElemNumber, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result)'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl TransformerHandlerImpl(org.apache.xalan.transformer.TransformerImpl, boolean, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.String transformToString(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void executeChildTemplates(org.apache.xalan.templates.ElemTemplateElement, org.w3c.dom.Node, org.apache.xml.utils.QName, org.xml.sax.ContentHandler) 0'>
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter void parse(org.xml.sax.InputSource) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void setResult(javax.xml.transform.Result) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl int transformToRTF(org.apache.xalan.templates.ElemTemplateElement) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.NodeSorter void sort(org.apache.xml.dtm.DTMIterator, java.util.Vector, org.apache.xpath.XPathContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl javax.xml.transform.Transformer getTransformer()'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setErrorListener(javax.xml.transform.ErrorListener) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setParameter(java.lang.String, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties) 1'>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.Object getParameter(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void executeChildTemplates(org.apache.xalan.templates.ElemTemplateElement, org.xml.sax.ContentHandler) 0'>
|
||||
@@ -86,13 +74,133 @@
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void init(org.apache.xml.serializer.ToXMLSAXHandler, javax.xml.transform.Transformer, org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformState org.w3c.dom.traversal.NodeIterator getContextNodeList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.Object extFunction(java.lang.String, java.lang.String, java.util.Vector, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transformNode(int, javax.xml.transform.Result) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.String getOutputProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setParameter(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl javax.xml.transform.Transformer getTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter void setParent(org.xml.sax.XMLReader) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl javax.xml.transform.Transformer getTransformer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transform(javax.xml.transform.Source, javax.xml.transform.Result) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl java.lang.String getOutputProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transform(javax.xml.transform.Source, javax.xml.transform.Result, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setErrorListener(javax.xml.transform.ErrorListener) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setParameter(java.lang.String, java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setOutputProperty(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.XalanTransformState org.w3c.dom.traversal.NodeIterator getContextNodeList()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl TransformerImpl(org.apache.xalan.templates.StylesheetRoot) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void executeChildTemplates(org.apache.xalan.templates.ElemTemplateElement, org.w3c.dom.Node, org.apache.xml.utils.QName, org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.Object extFunction(java.lang.String, java.lang.String, java.util.Vector, java.lang.Object) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 3'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.NodeSorter void sort(org.apache.xml.dtm.DTMIterator, java.util.Vector, org.apache.xpath.XPathContext) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setResult(javax.xml.transform.Result) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter void setErrorListener(javax.xml.transform.ErrorListener) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TrAXFilter TrAXFilter(javax.xml.transform.Templates) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void init(org.apache.xml.serializer.ToXMLSAXHandler, javax.xml.transform.Transformer, org.xml.sax.ContentHandler) 0'>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result) 0'>
|
||||
@@ -101,19 +209,25 @@
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void executeChildTemplates(org.apache.xalan.templates.ElemTemplateElement, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl java.lang.Object getParameter(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.CountersTable int countNode(org.apache.xpath.XPathContext, org.apache.xalan.templates.ElemNumber, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.KeyTable org.apache.xpath.objects.XNodeSet getNodeSetDTMByKey(org.apache.xml.utils.QName, org.apache.xml.utils.XMLString)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setOutputProperty(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setParameter(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.XalanTransformState org.w3c.dom.traversal.NodeIterator getContextNodeList()'>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void transformNode(int, javax.xml.transform.Result) 1'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.KeyTable org.apache.xpath.objects.XNodeSet getNodeSetDTMByKey(org.apache.xml.utils.QName, org.apache.xml.utils.XMLString) 1'>
|
||||
@@ -122,19 +236,16 @@
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.KeyTable org.apache.xpath.objects.XNodeSet getNodeSetDTMByKey(org.apache.xml.utils.QName, org.apache.xml.utils.XMLString)'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl java.lang.String getOutputProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void setParameter(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl org.apache.xml.serializer.SerializationHandler createSerializationHandler(javax.xml.transform.Result, org.apache.xalan.templates.OutputProperties)'>
|
||||
<item name='org.apache.xalan.transformer.TransformerHandlerImpl void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerImpl void setParameters(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.transformer.TransformerIdentityImpl void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void main(java.lang.String[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck java.lang.String getApparentVersion(java.lang.String, long)'>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void checkSAXVersion(java.util.Hashtable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void checkSAXVersion(java.util.Hashtable) 0'>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck java.util.Hashtable getEnvironmentHash()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void checkAntVersion(java.util.Hashtable) 0'>
|
||||
@@ -26,10 +26,10 @@
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void checkParserVersion(java.util.Hashtable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck java.lang.String getApparentVersion(java.lang.String, long)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck void logMsg(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xalan.xslt.EnvironmentCheck java.util.Hashtable getEnvironmentHash()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user