Fix inconsistencies in Android annotations
This commit is contained in:
@@ -1,20 +1,65 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.dtm.DTMManager org.apache.xml.dtm.DTMManager newInstance(org.apache.xml.utils.XMLStringFactory)'>
|
||||
<item name='org.apache.xml.dtm.DTMException java.lang.String getMessageAndLocation()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException java.lang.String getMessageAndLocation()'>
|
||||
<item name='org.apache.xml.dtm.DTMManager org.apache.xml.dtm.DTM createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMIterator void setRoot(int, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMConfigurationException DTMConfigurationException(java.lang.Throwable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMManager org.apache.xml.dtm.DTMManager newInstance(org.apache.xml.utils.XMLStringFactory)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMManager boolean release(org.apache.xml.dtm.DTM, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException java.lang.Throwable initCause(java.lang.Throwable)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException DTMException(java.lang.Throwable) 0'>
|
||||
<item name='org.apache.xml.dtm.DTM void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException void printStackTrace(java.io.PrintStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMIterator org.apache.xml.dtm.DTMIterator cloneWithReset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMAxisIterator org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMManager org.apache.xml.dtm.DTM getDTM(javax.xml.transform.Source, boolean, org.apache.xml.dtm.DTMWSFilter, boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM int getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTM java.lang.String getLocalNameFromExpandedNameID(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMAxisIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException DTMException(java.lang.Throwable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.DTMException void printStackTrace(java.io.PrintWriter) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,146 +1,338 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType ExtendedType(int, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getLocalNameFromExpandedNameID(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.DescendantIterator org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.PrecedingIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String getTextContent()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String getStringValue()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void setIncrementalSAXSource(org.apache.xml.dtm.ref.IncrementalSAXSource) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault org.apache.xml.dtm.DTM getDTM(javax.xml.transform.Source, boolean, org.apache.xml.dtm.DTMWSFilter, boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType void redefine(int, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault boolean release(org.apache.xml.dtm.DTM, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase org.w3c.dom.Node getNode(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.FollowingIterator FollowingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getLocalName(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType ExtendedType(int, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.NodeLocator java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeIterator DTMNodeIterator(org.apache.xml.dtm.DTMIterator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.DOMImplementation getImplementation()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy 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.xml.dtm.ref.DTMManagerDefault void addDTM(org.apache.xml.dtm.DTM, int) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getChildNodes()'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator includeSelf()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 2'>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault org.apache.xml.dtm.DTM createDocumentFragment()'>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.AncestorIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMChildIterNodeList DTMChildIterNodeList(org.apache.xml.dtm.DTM, int) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Text createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getNamespaceFromExpandedNameID(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType void redefine(int, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getPrefix(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy void setValue(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl char[] getStringValueChunk(int, int, int[])'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void setXMLReader(org.xml.sax.XMLReader) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault boolean release(org.apache.xml.dtm.DTM, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter org.apache.xml.dtm.ref.IncrementalSAXSource createIncrementalSAXSource(org.apache.xml.dtm.ref.CoroutineManager, int)'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.FollowingIterator FollowingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase java.lang.String dumpNode(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase int getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase java.lang.String getDocumentEncoding(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy void setData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int, boolean) 1'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String substringData(int, int)'>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter 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.xml.dtm.ref.DTMDefaultBase int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator resetPosition()'>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.ParentIterator org.apache.xml.dtm.DTMAxisIterator setNodeType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl 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.xml.dtm.ref.DTMDocumentImpl java.lang.String getLocalNameFromExpandedNameID(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Element getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter 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.xml.dtm.ref.DTMDefaultBaseIterators.DescendantIterator org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase int getExpandedTypeID(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getPrefix(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String getTextContent()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy void setIdAttributeNode(org.w3c.dom.Attr, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault org.apache.xml.dtm.DTM getDTM(javax.xml.transform.Source, boolean, org.apache.xml.dtm.DTMWSFilter, boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getLocalName(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase java.lang.String dumpNode(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter 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.xml.dtm.ref.DTMDefaultBase void setFeature(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void setXMLReader(org.xml.sax.XMLReader) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NamedNodeMap getAttributes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter org.apache.xml.dtm.ref.IncrementalSAXSource createIncrementalSAXSource(org.apache.xml.dtm.ref.CoroutineManager, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault void addDTM(org.apache.xml.dtm.DTM, int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType void redefine(int, java.lang.String, java.lang.String) 1'>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.TypedFollowingIterator TypedFollowingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType void redefine(int, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase org.w3c.dom.Node getNode(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNamedNodeMap org.w3c.dom.Node setNamedItem(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.CDATASection createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter 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.xml.dtm.ref.DTMDocumentImpl void setIncrementalSAXSource(org.apache.xml.dtm.ref.IncrementalSAXSource) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl int getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String substringData(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl 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.xml.dtm.ref.IncrementalSAXSource_Filter void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeIterator DTMNodeIterator(org.apache.xml.dtm.DTMIterator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault void addDTM(org.apache.xml.dtm.DTM, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getElementsByTagName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase java.lang.String getDocumentEncoding(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl java.lang.String getNamespaceFromExpandedNameID(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy 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.xml.dtm.ref.DTMNodeProxy java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String getAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExpandedNameTable int getExpandedTypeID(java.lang.String, java.lang.String, int, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.AncestorIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy 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.xml.dtm.ref.ExtendedType ExtendedType(int, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.NodeList getChildNodes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Comment createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy 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.xml.dtm.ref.NodeLocator java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMManagerDefault org.apache.xml.dtm.DTM createDocumentFragment()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl 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.xml.dtm.ref.DTMDocumentImpl int getExpandedTypeID(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl char[] getStringValueChunk(int, int, int[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy java.lang.String getStringValue()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.ExtendedType ExtendedType(int, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy void removeAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBaseIterators.PrecedingIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDefaultBase boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMDocumentImpl 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.xml.dtm.ref.DTMChildIterNodeList DTMChildIterNodeList(org.apache.xml.dtm.DTM, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMAxisIteratorBase org.apache.xml.dtm.DTMAxisIterator resetPosition()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNamedNodeMap org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.DTMNodeProxy org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.IncrementalSAXSource_Filter void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,20 +1,56 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM java.lang.String getPrefix(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode org.w3c.dom.TypeInfo getSchemaTypeInfo()'>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode 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.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode java.lang.String getNamespaceURI()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM int addNode(org.w3c.dom.Node, int, int, int) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM java.lang.String getPrefix(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM void dispatchNodeData(org.w3c.dom.Node, org.xml.sax.ContentHandler, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode void setValue(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM int getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM DOM2DTM(org.apache.xml.dtm.DTMManager, javax.xml.transform.dom.DOMSource, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM void dispatchNodeData(org.w3c.dom.Node, org.xml.sax.ContentHandler, int) 0'>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM int addNode(org.w3c.dom.Node, int, int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode 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.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode 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.xml.dtm.ref.dom2dtm.DOM2DTM void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode 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.xml.dtm.ref.dom2dtm.DOM2DTMdefaultNamespaceDeclarationNode org.w3c.dom.TypeInfo getSchemaTypeInfo()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.dom2dtm.DOM2DTM void getNodeData(org.w3c.dom.Node, org.apache.xml.utils.FastStringBuffer) 0'>
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.PrecedingIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.DescendantIterator org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void setProperty(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void setIncrementalSAXSource(org.apache.xml.dtm.ref.IncrementalSAXSource) 0'>
|
||||
@@ -11,42 +14,63 @@
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM SAX2RTFDTM(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 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.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.EntityResolver getEntityResolver()'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 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.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.DTDHandler getDTDHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 SAX2DTM2(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 java.lang.String copyElement(int, int, org.apache.xml.serializer.SerializationHandler) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM int getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM 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.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.ErrorHandler getErrorHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 SAX2DTM2(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean, int, boolean, boolean, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 void copyAttribute(int, int, org.apache.xml.serializer.SerializationHandler) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.ParentIterator org.apache.xml.dtm.DTMAxisIterator setNodeType(int)'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.ErrorHandler getErrorHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM 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.xml.dtm.ref.sax2dtm.SAX2DTM2 void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM SAX2DTM(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -56,31 +80,58 @@
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.DTDHandler getDTDHandler()'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 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.xml.dtm.ref.sax2dtm.SAX2DTM2.AncestorIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 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.xml.dtm.ref.sax2dtm.SAX2DTM void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.EntityResolver getEntityResolver()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void setIDAttribute(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.AncestorIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.PrecedingIterator org.apache.xml.dtm.DTMAxisIterator cloneIterator()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.DescendantIterator org.apache.xml.dtm.DTMAxisIterator reset()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM org.xml.sax.ext.DeclHandler getDeclHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2 void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM 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.xml.dtm.ref.sax2dtm.SAX2DTM SAX2DTM(org.apache.xml.dtm.DTMManager, javax.xml.transform.Source, int, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.utils.XMLStringFactory, boolean, int, boolean, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2.ParentIterator org.apache.xml.dtm.DTMAxisIterator setNodeType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.dtm.ref.sax2dtm.SAX2DTM void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -5,208 +5,601 @@
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void characters(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler 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.xml.serializer.SerializerBase void characters(org.w3c.dom.Node) 0'>
|
||||
<item name='org.apache.xml.serializer.ToStream 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.xml.serializer.ToStream java.util.Properties getOutputFormat()'>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 1'>
|
||||
<item name='org.apache.xml.serializer.ToXMLStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void characters(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getPrefixPart(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase org.xml.sax.ContentHandler asContentHandler()'>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void entityReference(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Version java.lang.String getImplementationLanguage()'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void addAttributes(org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.String[] lookupAllPrefixes(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils boolean getBooleanProperty(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String patchName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase org.apache.xml.serializer.DOMSerializer asDOMSerializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings boolean pushNamespace(java.lang.String, java.lang.String, int) 0'>
|
||||
<item name='org.apache.xml.serializer.Version java.lang.String getProduct()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 0'>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void setEncoding(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getLocalName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getNamespaceURI(java.lang.String, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.String generateNextPrefix()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.Object asDOM3Serializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void setNewLine(char[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerFactory org.apache.xml.serializer.Serializer getSerializer(java.util.Properties) 0'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertiesFactory java.util.Properties getDefaultMethodProperties(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getNamespaceURI(java.lang.String, boolean) 0'>
|
||||
<item name='org.apache.xml.serializer.ToXMLStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void writeAttrString(java.io.Writer, java.lang.String, java.lang.String) 1'>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void characters(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream int writeUTF16Surrogate(char, char[], int, int) 1'>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertiesFactory java.util.Properties getDefaultMethodProperties(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils int getIntProperty(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.AttributesImplSerializer void setAttributes(org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Encodings char getHighChar(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream org.xml.sax.ContentHandler asContentHandler()'>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.TreeWalker void startNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getLocalName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void addAttributes(org.xml.sax.Attributes) 0'>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Encodings boolean isRecognizedEncoding(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.String lookupNamespace(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLStream void CopyFrom(org.apache.xml.serializer.ToXMLStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerFactory org.apache.xml.serializer.Serializer getSerializer(java.util.Properties)'>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void writeAttrString(java.io.Writer, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Serializer org.apache.xml.serializer.DOMSerializer asDOMSerializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void entityReference(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream boolean startPrefixMapping(java.lang.String, java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler 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.xml.serializer.NamespaceMappings java.lang.String lookupNamespace(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Version java.lang.String getProduct()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils int getIntProperty(java.lang.String, java.util.Properties) 1'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void characters(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream org.apache.xml.serializer.ElemDesc getElemDesc(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.AttributesImplSerializer int getIndex(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Serializer java.lang.Object asDOM3Serializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerFactory org.apache.xml.serializer.Serializer getSerializer(java.util.Properties)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.AttributesImplSerializer int getIndex(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream org.xml.sax.ContentHandler asContentHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.DOM3Serializer void serializeDOM3(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase org.apache.xml.serializer.DOMSerializer asDOMSerializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream java.util.Properties getOutputFormat()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils boolean getBooleanProperty(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void entityReference(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Serializer void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream 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.xml.serializer.ToStream void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings boolean pushNamespace(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void entityReference(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.AttributesImplSerializer int getIndex(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void setNewLine(char[]) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.Object asDOM3Serializer()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream 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.xml.serializer.AttributesImplSerializer void setAttributes(org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream 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.xml.serializer.ToHTMLStream 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.xml.serializer.TreeWalker void startNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Encodings boolean isRecognizedEncoding(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void addAttributes(org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream 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.xml.serializer.ToTextStream void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Version java.lang.String getVersion()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getOutputProperty(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream 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.xml.serializer.ToStream 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.xml.serializer.Serializer org.xml.sax.ContentHandler asContentHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream org.apache.xml.serializer.ElemDesc getElemDesc(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils boolean getBooleanProperty(java.lang.String, java.util.Properties) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void setEncoding(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream 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.xml.serializer.ToSAXHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLStream void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream 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.xml.serializer.ToUnknownStream void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedLexicalHandler void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getPrefixPart(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void setOutputFormat(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream 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.xml.serializer.ToXMLStream void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void setEncoding(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler 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.xml.serializer.ToStream void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerFactory org.apache.xml.serializer.Serializer getSerializer(java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream 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.xml.serializer.ToStream void writeAttrString(java.io.Writer, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String patchName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils int getIntProperty(java.lang.String, java.util.Properties) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler java.lang.String getNamespaceURI(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializationHandler void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void addAttributes(org.xml.sax.Attributes) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler 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.xml.serializer.Version java.lang.String getImplementationLanguage()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream java.lang.String getNamespaceURI(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.String[] lookupAllPrefixes(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils int getIntProperty(java.lang.String, java.util.Properties) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler 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.xml.serializer.TreeWalker void endNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void addUniqueAttribute(java.lang.String, java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String patchName(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void setOutputProperty(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void setOutputFormat(java.util.Properties) 0'>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler 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.xml.serializer.Version java.lang.String getVersion()'>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 2'>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void comment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void characters(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase org.xml.sax.ContentHandler asContentHandler()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream 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.xml.serializer.ToXMLSAXHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream 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.xml.serializer.ToUnknownStream void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void entityReference(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler 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.xml.serializer.ToHTMLStream void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertiesFactory java.util.Properties getDefaultMethodProperties(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getLocalName(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToHTMLStream void processAttribute(java.io.Writer, java.lang.String, java.lang.String, org.apache.xml.serializer.ElemDesc) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream 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.xml.serializer.ToTextStream void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler void entityReference(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void setContentHandler(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler 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.xml.serializer.ToTextStream void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String getNamespaceURI(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler 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.xml.serializer.NamespaceMappings java.lang.String lookupNamespace(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToStream int writeUTF16Surrogate(char, char[], int, int) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToUnknownStream void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.Encodings char getHighChar(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream 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.xml.serializer.SerializerBase java.lang.String getNamespaceURI(java.lang.String, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLStream void CopyFrom(org.apache.xml.serializer.ToXMLStream) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToTextStream void characters(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.NamespaceMappings java.lang.String generateNextPrefix()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ExtendedContentHandler java.lang.String getNamespaceURI(java.lang.String, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler 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.xml.serializer.ToXMLStream void namespaceAfterStartElement(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.SerializerBase java.lang.String patchName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToXMLSAXHandler 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.xml.serializer.ToHTMLStream void writeAttrURI(java.io.Writer, java.lang.String, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.OutputPropertyUtils boolean getBooleanProperty(java.lang.String, java.util.Properties) 1'>
|
||||
<item name='org.apache.xml.serializer.ToTextSAXHandler void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void characters(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.ToSAXHandler void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.serializer.dom3.NamespaceSupport java.util.Enumeration getAllPrefixes()'>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl void setParameter(java.lang.String, java.lang.Object) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl org.w3c.dom.DOMConfiguration getDomConfig()'>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl org.w3c.dom.DOMStringList getParameterNames()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl boolean write(org.w3c.dom.Node, org.w3c.dom.ls.LSOutput) 1'>
|
||||
@@ -14,16 +14,19 @@
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl java.lang.Object getParameter(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.DOM3SerializerImpl void serializeDOM3(org.w3c.dom.Node) 0'>
|
||||
<item name='org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.NamespaceSupport.Prefixes java.lang.String toString()'>
|
||||
<item name='org.apache.xml.serializer.dom3.DOM3SerializerImpl void serializeDOM3(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl boolean canSetParameter(java.lang.String, java.lang.Object) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl org.w3c.dom.DOMStringList getParameterNames()'>
|
||||
<item name='org.apache.xml.serializer.dom3.NamespaceSupport java.util.Enumeration getAllPrefixes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.dom3.LSSerializerImpl org.w3c.dom.DOMConfiguration getDomConfig()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,32 +1,62 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList int getIndex(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_de java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_pl java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_cs java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_tr java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.serializer.utils.AttList int getIndex(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_sl java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_sv java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XML11Char boolean isXML11ValidNmtoken(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XML11Char boolean isXML11ValidNCName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidNmtoken(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidNCName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.DOM2Helper java.lang.String getLocalNameOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getValue(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XML11Char boolean isXML11ValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ru java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XML11Char boolean isXML11ValidNCName(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ko java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidNmtoken(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getValue(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages java.lang.Object[][] getContents()'>
|
||||
@@ -35,73 +65,70 @@
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_sk java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.StringToIntTable java.lang.String[] keys()'>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_tr java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidNCName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ca java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.DOM2Helper java.lang.String getLocalNameOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SystemIDResolver java.lang.String getAbsoluteURIFromRelative(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XML11Char boolean isXML11ValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_pt_BR java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ko java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ja java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_zh java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_fr java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_de java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_it java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_zh_TW java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.DOM2Helper java.lang.String getNamespaceOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String, java.lang.String)'>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_es java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.StringToIntTable java.lang.String[] keys()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_zh_TW java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_zh java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_it java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_pt_BR java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList int getIndex(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getType(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.DOM2Helper java.lang.String getNamespaceOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_fr java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.XMLChar boolean isValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ca java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.AttList java.lang.String getValue(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_ja java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_hu java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SystemIDResolver java.lang.String getAbsoluteURIFromRelative(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.WrappedRuntimeException WrappedRuntimeException(java.lang.Exception) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_sv java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.serializer.utils.SerializerMessages_cs java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
@@ -1,65 +1,71 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toUpperCase()'>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedElementName(org.w3c.dom.Element)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean startsWith(java.lang.String, int) 0'>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Text createTextNode(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getValue(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOM2Helper org.w3c.dom.Element getElementByID(java.lang.String, org.w3c.dom.Document) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StringToIntTable java.lang.String[] keys()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String getPath(boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectStack ObjectStack(org.apache.xml.utils.ObjectStack) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString int lastIndexOf(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toLowerCase(java.util.Locale) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NodeVector void appendNodes(org.apache.xml.utils.NodeVector) 0'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString fixWhiteSpace(boolean, boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.util.Stack, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NodeVector void appendNodes(org.apache.xml.utils.NodeVector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Comment createComment(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode java.lang.Object getFeature(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixPart(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void error(javax.xml.transform.TransformerException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper boolean isNamespaceNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void comment(char[], int, int) 0'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toLowerCase()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString substring(int)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void comment(char[], int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString boolean endsWith(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.PrefixResolver java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XML11Char boolean isXML11ValidNCName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getDeclaredPrefixes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int compareToIgnoreCase(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedElementName(org.w3c.dom.Element) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.TreeWalker void endNode(org.w3c.dom.Node) 0'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean equals(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void warning(javax.xml.transform.TransformerException) 0'>
|
||||
@@ -68,40 +74,40 @@
|
||||
<item name='org.apache.xml.utils.URI URI(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUnparsedEntityURI(java.lang.String, org.w3c.dom.Document) 1'>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURIFromRelative(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper void getNodeData(org.w3c.dom.Node, org.apache.xml.utils.FastStringBuffer) 0'>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Element getElementById(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toLowerCase()'>
|
||||
<item name='org.apache.xml.utils.UnImplNode java.lang.Object getUserData(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes) 3'>
|
||||
<item name='org.apache.xml.utils.XMLString boolean equalsIgnoreCase(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedAttributeName(org.w3c.dom.Attr)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper org.w3c.dom.Node getParentOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntStack java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int indexOf(java.lang.String, int) 0'>
|
||||
<item name='org.apache.xml.utils.PrefixResolver java.lang.String getNamespaceForPrefix(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNodeData(org.w3c.dom.Node)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void startPrefixMapping(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode java.lang.String getAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntStack java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedAttributeName(org.w3c.dom.Attr)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLCharacterRecognizer boolean isWhiteSpace(java.lang.StringBuffer) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String) 1'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString substring(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOM2Helper java.lang.String getNamespaceOfNode(org.w3c.dom.Node) 0'>
|
||||
@@ -110,120 +116,90 @@
|
||||
<item name='org.apache.xml.utils.URI URI(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectVector java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI URI(org.apache.xml.utils.URI) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedAttributeName(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.util.Stack) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString void dispatchCharactersEvents(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String toString()'>
|
||||
<item name='org.apache.xml.utils.XMLString boolean startsWith(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toUpperCase(java.util.Locale) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean equals(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOM2Helper org.w3c.dom.Node getParentOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectStack java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString concat(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.PrefixResolverDefault java.lang.String getNamespaceForPrefix(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getPrefixes(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString trim()'>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getLocalPart(java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.IntVector java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList int getIndex(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, org.w3c.dom.Element, org.apache.xml.utils.PrefixResolver, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectVector ObjectVector(org.apache.xml.utils.ObjectVector) 0'>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler 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.xml.utils.XMLChar boolean isValidName(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString int compareTo(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectVector ObjectVector(org.apache.xml.utils.ObjectVector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getLocalPart(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String, java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI URI(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString substring(int, int)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void endEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.WrappedRuntimeException WrappedRuntimeException(java.lang.Exception) 0'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean equalsIgnoreCase(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName org.apache.xml.utils.QName getQNameFromString(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toLowerCase(java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper.ThreadController void waitThread(java.lang.Thread, java.lang.Runnable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixFromXMLNSDecl(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName org.apache.xml.utils.QName getQNameFromString(java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler 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.xml.utils.QName QName(java.lang.String, org.apache.xml.utils.PrefixResolver, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper void waitThread(java.lang.Thread, java.lang.Runnable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUniqueID(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int lastIndexOf(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString fixWhiteSpace(boolean, boolean, boolean)'>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString concat(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean startsWith(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int indexOf(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.AttList int getIndex(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String getOneChunkString(int, int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String toString()'>
|
||||
<item name='org.apache.xml.utils.XMLStringFactory org.apache.xml.utils.XMLString emptystr()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XML11Char boolean isXML11ValidQName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault void dispatchCharactersEvents(org.xml.sax.ContentHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.PrefixResolverDefault java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -233,36 +209,24 @@
|
||||
<item name='org.apache.xml.utils.URI URI(java.lang.String, java.lang.String, java.lang.String, int, java.lang.String, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.DOMHelper org.w3c.dom.Element getElementByID(java.lang.String, org.w3c.dom.Document) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixFromXMLNSDecl(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getPrefixes()'>
|
||||
<item name='org.apache.xml.utils.XMLStringFactory org.apache.xml.utils.XMLString newstr(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String getString(int, int)'>
|
||||
<item name='org.apache.xml.utils.XMLString int indexOf(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLReaderManager org.apache.xml.utils.XMLReaderManager getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 boolean declarePrefix(java.lang.String, java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString boolean startsWith(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.lang.String[] processName(java.lang.String, java.lang.String[], boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntVector IntVector(org.apache.xml.utils.IntVector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntStack IntStack(org.apache.xml.utils.IntStack) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName boolean isXMLNSDecl(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -272,22 +236,22 @@
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void printLocation(java.io.PrintWriter, java.lang.Throwable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XML11Char boolean isXML11ValidNmtoken(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString substring(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int lastIndexOf(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Node removeChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XML11Char boolean isXML11ValidName(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void endElement(java.lang.String, java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.CDATASection createCDATASection(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUniqueID(org.w3c.dom.Node)'>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNodeData(org.w3c.dom.Node) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString int indexOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler DefaultErrorHandler(java.io.PrintStream) 0'>
|
||||
@@ -296,21 +260,327 @@
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean endsWith(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String, java.lang.String, boolean) 2'>
|
||||
<item name='org.apache.xml.utils.SAXSourceLocator SAXSourceLocator(javax.xml.transform.SourceLocator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SAXSourceLocator SAXSourceLocator(javax.xml.transform.SourceLocator) 0'>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toLowerCase()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLChar boolean isValidQName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper.ThreadController java.lang.Thread run(java.lang.Runnable, int)'>
|
||||
<item name='org.apache.xml.utils.ObjectStack java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void printLocation(java.io.PrintStream, org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode void removeAttribute(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode 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.xml.utils.QName QName(java.lang.String, org.w3c.dom.Element, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString trim()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getValue(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList int getIndex(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString boolean startsWith(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Element) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getLocalPart(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toLowerCase(java.util.Locale) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName org.apache.xml.utils.QName getQNameFromString(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getPrefixes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString int compareToIgnoreCase(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURI(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString int indexOf(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString boolean equals(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder 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.xml.utils.XMLStringDefault void getChars(int, int, char[], int) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String getOneChunkString(int, int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean startsWith(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String getPath(boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectStack ObjectStack(org.apache.xml.utils.ObjectStack) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString boolean startsWith(org.apache.xml.utils.XMLString, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper boolean isNamespaceNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int compareToIgnoreCase(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedElementName(org.w3c.dom.Element) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void warning(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString void dispatchAsComment(org.xml.sax.ext.LexicalHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.TreeWalker void endNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixPart(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void startEntity(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString trim()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer java.lang.String getString(int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper void getNodeData(org.w3c.dom.Node, org.apache.xml.utils.FastStringBuffer) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUnparsedEntityURI(java.lang.String, org.w3c.dom.Document) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder 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.xml.utils.DOMHelper org.w3c.dom.Node getParentOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toUpperCase(java.util.Locale) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString boolean equals(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int indexOf(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode boolean isSupported(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString substring(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNodeData(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler 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.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toUpperCase()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString concat(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.util.Stack) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean equals(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOM2Helper org.w3c.dom.Node getParentOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String, java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void fatalError(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void endElement(java.lang.String, java.lang.String, java.lang.String) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.PrefixResolverDefault java.lang.String getNamespaceForPrefix(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getDeclaredPrefixes()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ObjectVector java.lang.Object clone()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler 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.xml.utils.XMLChar boolean isValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString concat(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.WrappedRuntimeException WrappedRuntimeException(java.lang.Exception) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString void getChars(int, int, char[], int) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixFromXMLNSDecl(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName org.apache.xml.utils.QName getQNameFromString(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper.ThreadController void waitThread(java.lang.Thread, java.lang.Runnable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper java.lang.Thread runThread(java.lang.Runnable, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLReaderManager org.apache.xml.utils.XMLReaderManager getInstance()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper void waitThread(java.lang.Thread, java.lang.Runnable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Node appendChild(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUniqueID(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int lastIndexOf(java.lang.String, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StringToIntTable java.lang.String[] keys()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int indexOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode void setIdAttributeNode(org.w3c.dom.Attr, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode 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.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toLowerCase(java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getLocalNameOfNode(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getType(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getLocalName(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 boolean declarePrefix(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString int lastIndexOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Node renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntVector IntVector(org.apache.xml.utils.IntVector) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntStack IntStack(org.apache.xml.utils.IntStack) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString substring(int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringFactory org.apache.xml.utils.XMLString newstr(org.apache.xml.utils.FastStringBuffer, int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XML11Char boolean isXML11ValidNmtoken(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int lastIndexOf(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode org.w3c.dom.Node importNode(org.w3c.dom.Node, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.UnImplNode 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.xml.utils.XML11Char boolean isXML11ValidName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toUpperCase()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNodeData(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString fixWhiteSpace(boolean, boolean, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String, java.lang.String, boolean) 2'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean startsWith(org.apache.xml.utils.XMLString, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -320,30 +590,36 @@
|
||||
<item name='org.apache.xml.utils.SAXSourceLocator SAXSourceLocator(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toUpperCase(java.util.Locale)'>
|
||||
<item name='org.apache.xml.utils.XMLString org.apache.xml.utils.XMLString toUpperCase(java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.IntVector java.lang.Object clone()'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getLocalNameOfNode(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper java.lang.Thread runThread(java.lang.Runnable, int)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder 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.xml.utils.XMLChar boolean isValidNCName(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void error(org.xml.sax.SAXParseException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringFactory org.apache.xml.utils.XMLString newstr(char[], int, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int compareTo(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, org.w3c.dom.Element, org.apache.xml.utils.PrefixResolver) 0'>
|
||||
<item name='org.apache.xml.utils.UnImplNode 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.xml.utils.DOMHelper java.lang.String getLocalNameOfNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getUniqueID(org.w3c.dom.Node)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper org.w3c.dom.Node getRootNode(org.w3c.dom.Node) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -353,42 +629,33 @@
|
||||
<item name='org.apache.xml.utils.URI void setScheme(java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName java.lang.String getPrefixPart(java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String getSchemeSpecificPart()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault int indexOf(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.URI java.lang.String getSchemeSpecificPart()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.FastStringBuffer void sendSAXComment(org.xml.sax.ext.LexicalHandler, int, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler void processingInstruction(java.lang.String, java.lang.String) 0'>
|
||||
<item name='org.apache.xml.utils.StylesheetPIHandler void processingInstruction(java.lang.String, java.lang.String) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getNamespaceForPrefix(java.lang.String, org.w3c.dom.Element) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.NamespaceSupport2 java.util.Enumeration getPrefixes(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toLowerCase(java.util.Locale)'>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault void dispatchAsComment(org.xml.sax.ext.LexicalHandler) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault boolean startsWith(org.apache.xml.utils.XMLString) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString concat(java.lang.String)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder 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.xml.utils.XMLStringDefault org.apache.xml.utils.XMLString toUpperCase(java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DefaultErrorHandler void printLocation(java.io.PrintStream, javax.xml.transform.TransformerException) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.SystemIDResolver java.lang.String getAbsoluteURIFromRelative(java.lang.String)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.QName QName(java.lang.String, java.lang.String, boolean) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
@@ -398,10 +665,13 @@
|
||||
<item name='org.apache.xml.utils.SAXSourceLocator SAXSourceLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getLocalName(int)'>
|
||||
<item name='org.apache.xml.utils.AttList java.lang.String getValue(java.lang.String, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.DOMHelper java.lang.String getExpandedElementName(org.w3c.dom.Element)'>
|
||||
<item name='org.apache.xml.utils.DOMBuilder void setDocumentLocator(org.xml.sax.Locator) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.ThreadControllerWrapper.ThreadController java.lang.Thread run(java.lang.Runnable, int)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.XMLChar boolean isValidNmtoken(java.lang.String) 0'>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<root>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_I java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_HA java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResourceBundle org.apache.xml.utils.res.XResourceBundle loadResourceBundle(java.lang.String, java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResourceBundle org.apache.xml.utils.res.XResourceBundle loadResourceBundle(java.lang.String, java.util.Locale) 1'>
|
||||
@@ -8,58 +11,55 @@
|
||||
<item name='org.apache.xml.utils.res.XResources_en java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_A java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_zh_TW java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_de java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.utils.res.XResourceBundle java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_it java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_fr java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_cy java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_sv java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_es java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_A java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_hy java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResourceBundle org.apache.xml.utils.res.XResourceBundle loadResourceBundle(java.lang.String, java.util.Locale)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ko java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResourceBundle java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_el java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_he java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ka java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_HA java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_zh_CN java.lang.Object[][] getContents()'>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_I java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ja_JP_HI java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_de java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_zh_TW java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ka java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_cy java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_hy java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_he java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_ko java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_es java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_zh_CN java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_el java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='org.apache.xml.utils.res.XResources_fr java.lang.Object[][] getContents()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user