Binary compatibility report for the Cocoon library between 1.7 and 1.7.1 versions
Test Info
Library Name | Cocoon |
Version #1 | 1.7 |
Version #2 | 1.7.1 |
Test Results
Total Java ARchives | 7 |
---|
Total Methods / Classes | 6987 / 974 |
---|
Verdict | Incompatible (19.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 514 |
---|
Removed Methods | High | 198 |
---|
Problems with Data Types | High | 68 |
---|
Medium | 25 |
Low | 31 |
Problems with Methods | High | 26 |
---|
Medium | 0 |
Low | 114 |
Other Changes in Data Types | - | 85 |
Added Methods (514)
xalan_1_0_0.jar, DTM.class
package org.apache.xalan.xpath.dtm
DTM.setFeature ( String p1, boolean p2 ) : void
[mangled: org/apache/xalan/xpath/dtm/DTM.setFeature:(Ljava/lang/String;Z)V]
xalan_1_0_0.jar, DTMLiaison.class
package org.apache.xalan.xpath.dtm
DTMLiaison.setShouldExpandEntityRefs ( boolean p1 ) : void
[mangled: org/apache/xalan/xpath/dtm/DTMLiaison.setShouldExpandEntityRefs:(Z)V]
xalan_1_0_0.jar, ExtensionFunctionHandler.class
package org.apache.xalan.xpath
ExtensionFunctionHandler.isElementAvailable ( String p1 ) : boolean
[mangled: org/apache/xalan/xpath/ExtensionFunctionHandler.isElementAvailable:(Ljava/lang/String;)Z]
ExtensionFunctionHandler.setElements ( String p1 ) : void
[mangled: org/apache/xalan/xpath/ExtensionFunctionHandler.setElements:(Ljava/lang/String;)V]
xalan_1_0_0.jar, FormatterToHTML.class
package org.apache.xalan.xpath.xml
FormatterToHTML.FormatterToHTML ( OutputStream p1 )
[mangled: org/apache/xalan/xpath/xml/FormatterToHTML."<init>":(Ljava/io/OutputStream;)V]
xalan_1_0_0.jar, FormatterToXML.class
package org.apache.xalan.xpath.xml
FormatterToXML.FormatterToXML ( OutputStream p1 )
[mangled: org/apache/xalan/xpath/xml/FormatterToXML."<init>":(Ljava/io/OutputStream;)V]
xalan_1_0_0.jar, TemplateList.class
package org.apache.xalan.xslt
TemplateList.getStylesheet ( ) : Stylesheet
[mangled: org/apache/xalan/xslt/TemplateList.getStylesheet:()Lorg/apache/xalan/xslt/Stylesheet;]
xalan_1_0_0.jar, XercesLiaison.class
package org.apache.xalan.xpath.xdom
XercesLiaison.getNamespaceOfNode ( Node p1 ) : String
[mangled: org/apache/xalan/xpath/xdom/XercesLiaison.getNamespaceOfNode:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
XercesLiaison.setUseDOM2getNamespaceURI ( boolean p1 ) : void
[mangled: org/apache/xalan/xpath/xdom/XercesLiaison.setUseDOM2getNamespaceURI:(Z)V]
xalan_1_0_0.jar, XMLParserLiaison.class
package org.apache.xalan.xpath.xml
XMLParserLiaison.copyFromOtherLiaison ( XMLParserLiaisonDefault p1 ) [abstract] : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaison.copyFromOtherLiaison:(Lorg/apache/xalan/xpath/xml/XMLParserLiaisonDefault;)V]
XMLParserLiaison.setShouldExpandEntityRefs ( boolean p1 ) [abstract] : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaison.setShouldExpandEntityRefs:(Z)V]
xalan_1_0_0.jar, XMLParserLiaisonDefault.class
package org.apache.xalan.xpath.xml
XMLParserLiaisonDefault.copyFromOtherLiaison ( XMLParserLiaisonDefault p1 ) : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.copyFromOtherLiaison:(Lorg/apache/xalan/xpath/xml/XMLParserLiaisonDefault;)V]
XMLParserLiaisonDefault.elementAvailable ( String p1, String p2 ) : boolean
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.elementAvailable:(Ljava/lang/String;Ljava/lang/String;)Z]
XMLParserLiaisonDefault.setShouldExpandEntityRefs ( boolean p1 ) : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.setShouldExpandEntityRefs:(Z)V]
xalan_1_0_0.jar, XPath.class
package org.apache.xalan.xpath
XPath.getOpMap ( ) : int[ ]
[mangled: org/apache/xalan/xpath/XPath.getOpMap:()[I]
XPath.getPatternString ( ) : String
[mangled: org/apache/xalan/xpath/XPath.getPatternString:()Ljava/lang/String;]
XPath.getTokenQueue ( ) : Object[ ]
[mangled: org/apache/xalan/xpath/XPath.getTokenQueue:()[Ljava/lang/Object;]
XPath.getTokenQueueSize ( ) : int
[mangled: org/apache/xalan/xpath/XPath.getTokenQueueSize:()I]
xalan_1_0_0.jar, XPathEnvSupport.class
package org.apache.xalan.xpath
XPathEnvSupport.elementAvailable ( String p1, String p2 ) [abstract] : boolean
[mangled: org/apache/xalan/xpath/XPathEnvSupport.elementAvailable:(Ljava/lang/String;Ljava/lang/String;)Z]
xalan_1_0_0.jar, XPathException.class
package org.apache.xalan.xpath
XPathException.getStylesheetNode ( ) : Object
[mangled: org/apache/xalan/xpath/XPathException.getStylesheetNode:()Ljava/lang/Object;]
xalan_1_0_0.jar, XPathProcessorImpl.class
package org.apache.xalan.xpath
XPathProcessorImpl.AxisName ( ) : int
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.AxisName:()I]
XPathProcessorImpl.NodeTest ( int p1 ) : void
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.NodeTest:(I)V]
xalan_1_0_0.jar, XPathSupportDefault.class
package org.apache.xalan.xpath
XPathSupportDefault.elementAvailable ( String p1, String p2 ) : boolean
[mangled: org/apache/xalan/xpath/XPathSupportDefault.elementAvailable:(Ljava/lang/String;Ljava/lang/String;)Z]
xalan_1_0_0.jar, XSLProcessorVersion.class
package org.apache.xalan.xslt
XSLProcessorVersion.main ( String[ ] p1 ) [static] : void
[mangled: org/apache/xalan/xslt/XSLProcessorVersion.main:([Ljava/lang/String;)V]
xalan_1_0_0.jar, XSLTEngineImpl.class
package org.apache.xalan.xslt
XSLTEngineImpl.comment ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.comment:([CII)V]
XSLTEngineImpl.elementAvailable ( String p1, String p2 ) : boolean
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.elementAvailable:(Ljava/lang/String;Ljava/lang/String;)Z]
XSLTEngineImpl.endCDATA ( ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.endCDATA:()V]
XSLTEngineImpl.endDTD ( ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.endDTD:()V]
XSLTEngineImpl.endEntity ( String p1 ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.endEntity:(Ljava/lang/String;)V]
XSLTEngineImpl.setExecContext ( XMLParserLiaison p1 ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.setExecContext:(Lorg/apache/xalan/xpath/xml/XMLParserLiaison;)V]
XSLTEngineImpl.startCDATA ( ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.startCDATA:()V]
XSLTEngineImpl.startDTD ( String p1, String p2, String p3 ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XSLTEngineImpl.startEntity ( String p1 ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.startEntity:(Ljava/lang/String;)V]
xerces_1_0_3.jar, Attr.class
package org.w3c.dom
Attr.getOwnerElement ( ) [abstract] : Element
[mangled: org/w3c/dom/Attr.getOwnerElement:()Lorg/w3c/dom/Element;]
xerces_1_0_3.jar, Attributes.class
package org.xml.sax
Attributes.getIndex ( String p1 ) [abstract] : int
[mangled: org/xml/sax/Attributes.getIndex:(Ljava/lang/String;)I]
Attributes.getIndex ( String p1, String p2 ) [abstract] : int
[mangled: org/xml/sax/Attributes.getIndex:(Ljava/lang/String;Ljava/lang/String;)I]
Attributes.getLength ( ) [abstract] : int
[mangled: org/xml/sax/Attributes.getLength:()I]
Attributes.getLocalName ( int p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getLocalName:(I)Ljava/lang/String;]
Attributes.getRawName ( int p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getRawName:(I)Ljava/lang/String;]
Attributes.getType ( int p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getType:(I)Ljava/lang/String;]
Attributes.getType ( String p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getType:(Ljava/lang/String;)Ljava/lang/String;]
Attributes.getType ( String p1, String p2 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Attributes.getURI ( int p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getURI:(I)Ljava/lang/String;]
Attributes.getValue ( int p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getValue:(I)Ljava/lang/String;]
Attributes.getValue ( String p1 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getValue:(Ljava/lang/String;)Ljava/lang/String;]
Attributes.getValue ( String p1, String p2 ) [abstract] : String
[mangled: org/xml/sax/Attributes.getValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
xerces_1_0_3.jar, AttributesImpl.class
package org.xml.sax.helpers
AttributesImpl.addAttribute ( String p1, String p2, String p3, String p4, String p5 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.addAttribute:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AttributesImpl.AttributesImpl ( )
[mangled: org/xml/sax/helpers/AttributesImpl."<init>":()V]
AttributesImpl.AttributesImpl ( Attributes p1 )
[mangled: org/xml/sax/helpers/AttributesImpl."<init>":(Lorg/xml/sax/Attributes;)V]
AttributesImpl.clear ( ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.clear:()V]
AttributesImpl.getIndex ( String p1 ) : int
[mangled: org/xml/sax/helpers/AttributesImpl.getIndex:(Ljava/lang/String;)I]
AttributesImpl.getIndex ( String p1, String p2 ) : int
[mangled: org/xml/sax/helpers/AttributesImpl.getIndex:(Ljava/lang/String;Ljava/lang/String;)I]
AttributesImpl.getLength ( ) : int
[mangled: org/xml/sax/helpers/AttributesImpl.getLength:()I]
AttributesImpl.getLocalName ( int p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getLocalName:(I)Ljava/lang/String;]
AttributesImpl.getRawName ( int p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getRawName:(I)Ljava/lang/String;]
AttributesImpl.getType ( int p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getType:(I)Ljava/lang/String;]
AttributesImpl.getType ( String p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getType:(Ljava/lang/String;)Ljava/lang/String;]
AttributesImpl.getType ( String p1, String p2 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getType:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AttributesImpl.getURI ( int p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getURI:(I)Ljava/lang/String;]
AttributesImpl.getValue ( int p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getValue:(I)Ljava/lang/String;]
AttributesImpl.getValue ( String p1 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getValue:(Ljava/lang/String;)Ljava/lang/String;]
AttributesImpl.getValue ( String p1, String p2 ) : String
[mangled: org/xml/sax/helpers/AttributesImpl.getValue:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AttributesImpl.removeAttribute ( int p1 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.removeAttribute:(I)V]
AttributesImpl.setAttribute ( int p1, String p2, String p3, String p4, String p5, String p6 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setAttribute:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AttributesImpl.setLocalName ( int p1, String p2 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setLocalName:(ILjava/lang/String;)V]
AttributesImpl.setRawName ( int p1, String p2 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setRawName:(ILjava/lang/String;)V]
AttributesImpl.setType ( int p1, String p2 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setType:(ILjava/lang/String;)V]
AttributesImpl.setURI ( int p1, String p2 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setURI:(ILjava/lang/String;)V]
AttributesImpl.setValue ( int p1, String p2 ) : void
[mangled: org/xml/sax/helpers/AttributesImpl.setValue:(ILjava/lang/String;)V]
xerces_1_0_3.jar, AttrImpl.class
package org.apache.xerces.dom
AttrImpl.AttrImpl ( )
[mangled: org/apache/xerces/dom/AttrImpl."<init>":()V]
AttrImpl.normalize ( ) : void
[mangled: org/apache/xerces/dom/AttrImpl.normalize:()V]
xerces_1_0_3.jar, AttrNSImpl.class
package org.apache.xerces.dom
AttrNSImpl.AttrNSImpl ( DocumentImpl p1, String p2 )
[mangled: org/apache/xerces/dom/AttrNSImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;)V]
AttrNSImpl.AttrNSImpl ( DocumentImpl p1, String p2, String p3 )
[mangled: org/apache/xerces/dom/AttrNSImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;Ljava/lang/String;)V]
AttrNSImpl.getLocalName ( ) : String
[mangled: org/apache/xerces/dom/AttrNSImpl.getLocalName:()Ljava/lang/String;]
AttrNSImpl.getNamespaceURI ( ) : String
[mangled: org/apache/xerces/dom/AttrNSImpl.getNamespaceURI:()Ljava/lang/String;]
AttrNSImpl.getPrefix ( ) : String
[mangled: org/apache/xerces/dom/AttrNSImpl.getPrefix:()Ljava/lang/String;]
AttrNSImpl.setPrefix ( String p1 ) : void
[mangled: org/apache/xerces/dom/AttrNSImpl.setPrefix:(Ljava/lang/String;)V]
xerces_1_0_3.jar, BaseMarkupSerializer.class
package org.apache.xml.serialize
BaseMarkupSerializer.asContentHandler ( ) : ContentHandler
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.asContentHandler:()Lorg/xml/sax/ContentHandler;]
BaseMarkupSerializer.breakLine ( boolean p1 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.breakLine:(Z)V]
BaseMarkupSerializer.characters ( String p1, boolean p2 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.characters:(Ljava/lang/String;Z)V]
BaseMarkupSerializer.endElement ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
BaseMarkupSerializer.endPrefixMapping ( String p1 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.endPrefixMapping:(Ljava/lang/String;)V]
BaseMarkupSerializer.enterElementState ( String p1, String p2, String p3, boolean p4 ) : ElementState
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.enterElementState:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Lorg/apache/xml/serialize/ElementState;]
BaseMarkupSerializer.getPrefix ( String p1 ) : String
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.getPrefix:(Ljava/lang/String;)Ljava/lang/String;]
BaseMarkupSerializer.skippedEntity ( String p1 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.skippedEntity:(Ljava/lang/String;)V]
BaseMarkupSerializer.startElement ( String p1, String p2, String p3, Attributes p4 ) [abstract] : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
BaseMarkupSerializer.startPrefixMapping ( String p1, String p2 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_3.jar, BinaryValidator.class
package org.apache.xerces.validators.datatype
BinaryValidator.BinaryValidator ( )
[mangled: org/apache/xerces/validators/datatype/BinaryValidator."<init>":()V]
BinaryValidator.setBasetype ( DatatypeValidator p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.setBasetype:(Lorg/apache/xerces/validators/datatype/DatatypeValidator;)V]
BinaryValidator.setFacets ( Hashtable p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.setFacets:(Ljava/util/Hashtable;)V]
BinaryValidator.setFacets ( int[ ] p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.setFacets:([I)V]
BinaryValidator.setLocale ( Locale p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.setLocale:(Ljava/util/Locale;)V]
BinaryValidator.validate ( int p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.validate:(I)V]
BinaryValidator.validate ( String p1 ) : void
[mangled: org/apache/xerces/validators/datatype/BinaryValidator.validate:(Ljava/lang/String;)V]
xerces_1_0_3.jar, ContentHandler.class
package org.xml.sax
ContentHandler.characters ( char[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.characters:([CII)V]
ContentHandler.endDocument ( ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.endDocument:()V]
ContentHandler.endElement ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ContentHandler.endPrefixMapping ( String p1 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.endPrefixMapping:(Ljava/lang/String;)V]
ContentHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.ignorableWhitespace:([CII)V]
ContentHandler.processingInstruction ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
ContentHandler.setDocumentLocator ( Locator p1 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
ContentHandler.skippedEntity ( String p1 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.skippedEntity:(Ljava/lang/String;)V]
ContentHandler.startDocument ( ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.startDocument:()V]
ContentHandler.startElement ( String p1, String p2, String p3, Attributes p4 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
ContentHandler.startPrefixMapping ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/ContentHandler.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_3.jar, DeclHandler.class
package org.xml.sax.ext
DeclHandler.attributeDecl ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : void
[mangled: org/xml/sax/ext/DeclHandler.attributeDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.elementDecl ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/ext/DeclHandler.elementDecl:(Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.externalEntityDecl ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xml/sax/ext/DeclHandler.externalEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.internalEntityDecl ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/ext/DeclHandler.internalEntityDecl:(Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_3.jar, DefaultHandler.class
package org.xml.sax.helpers
DefaultHandler.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.characters:([CII)V]
DefaultHandler.DefaultHandler ( )
[mangled: org/xml/sax/helpers/DefaultHandler."<init>":()V]
DefaultHandler.endDocument ( ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.endDocument:()V]
DefaultHandler.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DefaultHandler.endPrefixMapping ( String p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.endPrefixMapping:(Ljava/lang/String;)V]
DefaultHandler.error ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.error:(Lorg/xml/sax/SAXParseException;)V]
DefaultHandler.fatalError ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.fatalError:(Lorg/xml/sax/SAXParseException;)V]
DefaultHandler.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.ignorableWhitespace:([CII)V]
DefaultHandler.notationDecl ( String p1, String p2, String p3 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.notationDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DefaultHandler.processingInstruction ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
DefaultHandler.resolveEntity ( String p1, String p2 ) : InputSource
[mangled: org/xml/sax/helpers/DefaultHandler.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
DefaultHandler.setDocumentLocator ( Locator p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
DefaultHandler.skippedEntity ( String p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.skippedEntity:(Ljava/lang/String;)V]
DefaultHandler.startDocument ( ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.startDocument:()V]
DefaultHandler.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
DefaultHandler.startPrefixMapping ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
DefaultHandler.unparsedEntityDecl ( String p1, String p2, String p3, String p4 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.unparsedEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DefaultHandler.warning ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/DefaultHandler.warning:(Lorg/xml/sax/SAXParseException;)V]
xerces_1_0_3.jar, DeferredAttrNSImpl.class
package org.apache.xerces.dom
DeferredAttrNSImpl.getNodeIndex ( ) : int
[mangled: org/apache/xerces/dom/DeferredAttrNSImpl.getNodeIndex:()I]
DeferredAttrNSImpl.synchronizeChildren ( ) : void
[mangled: org/apache/xerces/dom/DeferredAttrNSImpl.synchronizeChildren:()V]
DeferredAttrNSImpl.synchronizeData ( ) : void
[mangled: org/apache/xerces/dom/DeferredAttrNSImpl.synchronizeData:()V]
xerces_1_0_3.jar, DeferredDocumentImpl.class
package org.apache.xerces.dom
DeferredDocumentImpl.getFirstChild ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getFirstChild:(IZ)I]
DeferredDocumentImpl.getNextSibling ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNextSibling:(IZ)I]
DeferredDocumentImpl.getNodeName ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNodeName:(IZ)I]
DeferredDocumentImpl.getNodeNameString ( int p1, boolean p2 ) : String
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNodeNameString:(IZ)Ljava/lang/String;]
DeferredDocumentImpl.getNodeType ( int p1, boolean p2 ) : short
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNodeType:(IZ)S]
DeferredDocumentImpl.getNodeValue ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNodeValue:(IZ)I]
DeferredDocumentImpl.getNodeValueString ( int p1, boolean p2 ) : String
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getNodeValueString:(IZ)Ljava/lang/String;]
DeferredDocumentImpl.getParentNode ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getParentNode:(IZ)I]
DeferredDocumentImpl.getRealNextSibling ( int p1, boolean p2 ) : int
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.getRealNextSibling:(IZ)I]
DeferredDocumentImpl.setInternalSubset ( int p1, int p2 ) : void
[mangled: org/apache/xerces/dom/DeferredDocumentImpl.setInternalSubset:(II)V]
xerces_1_0_3.jar, DeferredElementNSImpl.class
package org.apache.xerces.dom
DeferredElementNSImpl.getNodeIndex ( ) : int
[mangled: org/apache/xerces/dom/DeferredElementNSImpl.getNodeIndex:()I]
DeferredElementNSImpl.synchronizeChildren ( ) : void
[mangled: org/apache/xerces/dom/DeferredElementNSImpl.synchronizeChildren:()V]
DeferredElementNSImpl.synchronizeData ( ) : void
[mangled: org/apache/xerces/dom/DeferredElementNSImpl.synchronizeData:()V]
xerces_1_0_3.jar, Document.class
package org.w3c.dom
Document.createAttributeNS ( String p1, String p2 ) [abstract] : Attr
[mangled: org/w3c/dom/Document.createAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
Document.createElementNS ( String p1, String p2 ) [abstract] : Element
[mangled: org/w3c/dom/Document.createElementNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Element;]
Document.getElementById ( String p1 ) [abstract] : Element
[mangled: org/w3c/dom/Document.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
Document.getElementsByTagNameNS ( String p1, String p2 ) [abstract] : NodeList
[mangled: org/w3c/dom/Document.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
Document.importNode ( Node p1, boolean p2 ) [abstract] : Node
[mangled: org/w3c/dom/Document.importNode:(Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/Node;]
xerces_1_0_3.jar, DocumentEvent.class
package org.w3c.dom.events
DocumentEvent.createEvent ( String p1 ) [abstract] : Event
[mangled: org/w3c/dom/events/DocumentEvent.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
xerces_1_0_3.jar, DocumentImpl.class
package org.apache.xerces.dom
DocumentImpl.createEvent ( String p1 ) : Event
[mangled: org/apache/xerces/dom/DocumentImpl.createEvent:(Ljava/lang/String;)Lorg/w3c/dom/events/Event;]
DocumentImpl.createNodeIterator ( Node p1, int p2, NodeFilter p3, boolean p4 ) : NodeIterator
[mangled: org/apache/xerces/dom/DocumentImpl.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;]
DocumentImpl.createNodeIterator ( Node p1, short p2, NodeFilter p3 ) : NodeIterator
[mangled: org/apache/xerces/dom/DocumentImpl.createNodeIterator:(Lorg/w3c/dom/Node;SLorg/w3c/dom/traversal/NodeFilter;)Lorg/w3c/dom/traversal/NodeIterator;]
DocumentImpl.createRange ( ) : Range
[mangled: org/apache/xerces/dom/DocumentImpl.createRange:()Lorg/w3c/dom/range/Range;]
DocumentImpl.createTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 ) : TreeWalker
[mangled: org/apache/xerces/dom/DocumentImpl.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;]
DocumentImpl.createTreeWalker ( Node p1, short p2, NodeFilter p3 ) : TreeWalker
[mangled: org/apache/xerces/dom/DocumentImpl.createTreeWalker:(Lorg/w3c/dom/Node;SLorg/w3c/dom/traversal/NodeFilter;)Lorg/w3c/dom/traversal/TreeWalker;]
DocumentImpl.getElementById ( String p1 ) : Element
[mangled: org/apache/xerces/dom/DocumentImpl.getElementById:(Ljava/lang/String;)Lorg/w3c/dom/Element;]
DocumentImpl.getOwnerDocument ( ) : Document
[mangled: org/apache/xerces/dom/DocumentImpl.getOwnerDocument:()Lorg/w3c/dom/Document;]
DocumentImpl.getRanges ( ) : Enumeration
[mangled: org/apache/xerces/dom/DocumentImpl.getRanges:()Ljava/util/Enumeration;]
DocumentImpl.removeTreeWalker ( TreeWalker p1 ) : void
[mangled: org/apache/xerces/dom/DocumentImpl.removeTreeWalker:(Lorg/w3c/dom/traversal/TreeWalker;)V]
xerces_1_0_3.jar, DocumentRange.class
package org.w3c.dom.range
DocumentRange.createRange ( ) [abstract] : Range
[mangled: org/w3c/dom/range/DocumentRange.createRange:()Lorg/w3c/dom/range/Range;]
xerces_1_0_3.jar, DocumentTraversal.class
package org.w3c.dom.traversal
DocumentTraversal.createNodeIterator ( Node p1, int p2, NodeFilter p3, boolean p4 ) [abstract] : NodeIterator
[mangled: org/w3c/dom/traversal/DocumentTraversal.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/NodeIterator;]
DocumentTraversal.createTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 ) [abstract] : TreeWalker
[mangled: org/w3c/dom/traversal/DocumentTraversal.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)Lorg/w3c/dom/traversal/TreeWalker;]
xerces_1_0_3.jar, DocumentType.class
package org.w3c.dom
DocumentType.getInternalSubset ( ) [abstract] : String
[mangled: org/w3c/dom/DocumentType.getInternalSubset:()Ljava/lang/String;]
DocumentType.getPublicId ( ) [abstract] : String
[mangled: org/w3c/dom/DocumentType.getPublicId:()Ljava/lang/String;]
DocumentType.getSystemId ( ) [abstract] : String
[mangled: org/w3c/dom/DocumentType.getSystemId:()Ljava/lang/String;]
xerces_1_0_3.jar, DocumentTypeImpl.class
package org.apache.xerces.dom
DocumentTypeImpl.getInternalSubset ( ) : String
[mangled: org/apache/xerces/dom/DocumentTypeImpl.getInternalSubset:()Ljava/lang/String;]
DocumentTypeImpl.getPublicId ( ) : String
[mangled: org/apache/xerces/dom/DocumentTypeImpl.getPublicId:()Ljava/lang/String;]
DocumentTypeImpl.getSystemId ( ) : String
[mangled: org/apache/xerces/dom/DocumentTypeImpl.getSystemId:()Ljava/lang/String;]
DocumentTypeImpl.setInternalSubset ( String p1 ) : void
[mangled: org/apache/xerces/dom/DocumentTypeImpl.setInternalSubset:(Ljava/lang/String;)V]
xerces_1_0_3.jar, DOMImplementation.class
package org.w3c.dom
DOMImplementation.createDocument ( String p1, String p2, DocumentType p3 ) [abstract] : Document
[mangled: org/w3c/dom/DOMImplementation.createDocument:(Ljava/lang/String;Ljava/lang/String;Lorg/w3c/dom/DocumentType;)Lorg/w3c/dom/Document;]
DOMImplementation.createDocumentType ( String p1, String p2, String p3 ) [abstract] : DocumentType
[mangled: org/w3c/dom/DOMImplementation.createDocumentType:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/DocumentType;]
xerces_1_0_3.jar, DOMParser.class
package org.apache.xerces.parsers
DOMParser.getIncludeIgnorableWhitespace ( ) : boolean
[mangled: org/apache/xerces/parsers/DOMParser.getIncludeIgnorableWhitespace:()Z]
DOMParser.internalSubset ( int p1 ) : void
[mangled: org/apache/xerces/parsers/DOMParser.internalSubset:(I)V]
DOMParser.setIncludeIgnorableWhitespace ( boolean p1 ) : void
[mangled: org/apache/xerces/parsers/DOMParser.setIncludeIgnorableWhitespace:(Z)V]
xerces_1_0_3.jar, DTDValidator.class
package org.apache.xerces.validators.dtd
DTDValidator.internalSubset ( int p1 ) : void
[mangled: org/apache/xerces/validators/dtd/DTDValidator.internalSubset:(I)V]
xerces_1_0_3.jar, Element.class
package org.w3c.dom
Element.getAttributeNodeNS ( String p1, String p2 ) [abstract] : Attr
[mangled: org/w3c/dom/Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
Element.getAttributeNS ( String p1, String p2 ) [abstract] : String
[mangled: org/w3c/dom/Element.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Element.getElementsByTagNameNS ( String p1, String p2 ) [abstract] : NodeList
[mangled: org/w3c/dom/Element.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
Element.removeAttributeNS ( String p1, String p2 ) [abstract] : void
[mangled: org/w3c/dom/Element.removeAttributeNS:(Ljava/lang/String;Ljava/lang/String;)V]
Element.setAttributeNodeNS ( Attr p1 ) [abstract] : Attr
[mangled: org/w3c/dom/Element.setAttributeNodeNS:(Lorg/w3c/dom/Attr;)Lorg/w3c/dom/Attr;]
Element.setAttributeNS ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/w3c/dom/Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_3.jar, ElementImpl.class
package org.apache.xerces.dom
ElementImpl.ElementImpl ( )
[mangled: org/apache/xerces/dom/ElementImpl."<init>":()V]
xerces_1_0_3.jar, ElementNSImpl.class
package org.apache.xerces.dom
ElementNSImpl.ElementNSImpl ( DocumentImpl p1, String p2 )
[mangled: org/apache/xerces/dom/ElementNSImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;)V]
ElementNSImpl.ElementNSImpl ( DocumentImpl p1, String p2, String p3 )
[mangled: org/apache/xerces/dom/ElementNSImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;Ljava/lang/String;)V]
ElementNSImpl.getLocalName ( ) : String
[mangled: org/apache/xerces/dom/ElementNSImpl.getLocalName:()Ljava/lang/String;]
ElementNSImpl.getNamespaceURI ( ) : String
[mangled: org/apache/xerces/dom/ElementNSImpl.getNamespaceURI:()Ljava/lang/String;]
ElementNSImpl.getPrefix ( ) : String
[mangled: org/apache/xerces/dom/ElementNSImpl.getPrefix:()Ljava/lang/String;]
ElementNSImpl.setPrefix ( String p1 ) : void
[mangled: org/apache/xerces/dom/ElementNSImpl.setPrefix:(Ljava/lang/String;)V]
xerces_1_0_3.jar, Event.class
package org.w3c.dom.events
Event.getBubbles ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/Event.getBubbles:()Z]
Event.getCancelable ( ) [abstract] : boolean
[mangled: org/w3c/dom/events/Event.getCancelable:()Z]
Event.getCurrentNode ( ) [abstract] : Node
[mangled: org/w3c/dom/events/Event.getCurrentNode:()Lorg/w3c/dom/Node;]
Event.getEventPhase ( ) [abstract] : short
[mangled: org/w3c/dom/events/Event.getEventPhase:()S]
Event.getTarget ( ) [abstract] : EventTarget
[mangled: org/w3c/dom/events/Event.getTarget:()Lorg/w3c/dom/events/EventTarget;]
Event.getTimeStamp ( ) [abstract] : long
[mangled: org/w3c/dom/events/Event.getTimeStamp:()J]
Event.getType ( ) [abstract] : String
[mangled: org/w3c/dom/events/Event.getType:()Ljava/lang/String;]
Event.initEvent ( String p1, boolean p2, boolean p3 ) [abstract] : void
[mangled: org/w3c/dom/events/Event.initEvent:(Ljava/lang/String;ZZ)V]
Event.preventDefault ( ) [abstract] : void
[mangled: org/w3c/dom/events/Event.preventDefault:()V]
Event.stopPropagation ( ) [abstract] : void
[mangled: org/w3c/dom/events/Event.stopPropagation:()V]
xerces_1_0_3.jar, EventException.class
package org.w3c.dom.events
EventException.EventException ( short p1, String p2 )
[mangled: org/w3c/dom/events/EventException."<init>":(SLjava/lang/String;)V]
xerces_1_0_3.jar, EventHandler.class
package org.apache.xerces.framework
XMLDTDScanner.EventHandler.internalSubset ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/framework/XMLDTDScanner.EventHandler.internalSubset:(I)V]
package org.apache.xerces.validators.dtd
DTDValidator.EventHandler.internalSubset ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/validators/dtd/DTDValidator.EventHandler.internalSubset:(I)V]
xerces_1_0_3.jar, EventImpl.class
package org.apache.xerces.dom.events
EventImpl.getTarget ( ) : EventTarget
[mangled: org/apache/xerces/dom/events/EventImpl.getTarget:()Lorg/w3c/dom/events/EventTarget;]
EventImpl.getTimeStamp ( ) : long
[mangled: org/apache/xerces/dom/events/EventImpl.getTimeStamp:()J]
xerces_1_0_3.jar, EventListener.class
package org.w3c.dom.events
EventListener.handleEvent ( Event p1 ) [abstract] : void
[mangled: org/w3c/dom/events/EventListener.handleEvent:(Lorg/w3c/dom/events/Event;)V]
xerces_1_0_3.jar, EventTarget.class
package org.w3c.dom.events
EventTarget.addEventListener ( String p1, EventListener p2, boolean p3 ) [abstract] : void
[mangled: org/w3c/dom/events/EventTarget.addEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
EventTarget.dispatchEvent ( Event p1 ) [abstract] : boolean
[mangled: org/w3c/dom/events/EventTarget.dispatchEvent:(Lorg/w3c/dom/events/Event;)Z]
EventTarget.removeEventListener ( String p1, EventListener p2, boolean p3 ) [abstract] : void
[mangled: org/w3c/dom/events/EventTarget.removeEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
xerces_1_0_3.jar, ExceptionMessages.class
package org.apache.xerces.msg
ExceptionMessages.ExceptionMessages ( )
[mangled: org/apache/xerces/msg/ExceptionMessages."<init>":()V]
ExceptionMessages.getContents ( ) : Object[ ][ ]
[mangled: org/apache/xerces/msg/ExceptionMessages.getContents:()[[Ljava/lang/Object;]
xerces_1_0_3.jar, HTMLDocumentImpl.class
package org.apache.html.dom
HTMLDocumentImpl.getElementsByTagName ( String p1 ) : NodeList
[mangled: org/apache/html/dom/HTMLDocumentImpl.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
HTMLDocumentImpl.getElementsByTagNameNS ( String p1, String p2 ) : NodeList
[mangled: org/apache/html/dom/HTMLDocumentImpl.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
xerces_1_0_3.jar, HTMLElementImpl.class
package org.apache.html.dom
HTMLElementImpl.getAttribute ( String p1 ) : String
[mangled: org/apache/html/dom/HTMLElementImpl.getAttribute:(Ljava/lang/String;)Ljava/lang/String;]
HTMLElementImpl.getAttributeNode ( String p1 ) : Attr
[mangled: org/apache/html/dom/HTMLElementImpl.getAttributeNode:(Ljava/lang/String;)Lorg/w3c/dom/Attr;]
HTMLElementImpl.getAttributeNodeNS ( String p1, String p2 ) : Attr
[mangled: org/apache/html/dom/HTMLElementImpl.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;]
HTMLElementImpl.getAttributeNS ( String p1, String p2 ) : String
[mangled: org/apache/html/dom/HTMLElementImpl.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
HTMLElementImpl.getElementsByTagName ( String p1 ) : NodeList
[mangled: org/apache/html/dom/HTMLElementImpl.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
HTMLElementImpl.getElementsByTagNameNS ( String p1, String p2 ) : NodeList
[mangled: org/apache/html/dom/HTMLElementImpl.getElementsByTagNameNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
xerces_1_0_3.jar, HTMLSerializer.class
package org.apache.xml.serialize
HTMLSerializer.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/xml/serialize/HTMLSerializer.characters:([CII)V]
HTMLSerializer.characters ( String p1, boolean p2 ) : void
[mangled: org/apache/xml/serialize/HTMLSerializer.characters:(Ljava/lang/String;Z)V]
HTMLSerializer.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/xml/serialize/HTMLSerializer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
HTMLSerializer.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/xml/serialize/HTMLSerializer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
xerces_1_0_3.jar, LexicalHandler.class
package org.xml.sax.ext
LexicalHandler.comment ( char[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.comment:([CII)V]
LexicalHandler.endCDATA ( ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.endCDATA:()V]
LexicalHandler.endDTD ( ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.endDTD:()V]
LexicalHandler.endEntity ( String p1 ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.endEntity:(Ljava/lang/String;)V]
LexicalHandler.startCDATA ( ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.startCDATA:()V]
LexicalHandler.startDTD ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
LexicalHandler.startEntity ( String p1 ) [abstract] : void
[mangled: org/xml/sax/ext/LexicalHandler.startEntity:(Ljava/lang/String;)V]
xerces_1_0_3.jar, MutationEvent.class
package org.w3c.dom.events
MutationEvent.getAttrName ( ) [abstract] : String
[mangled: org/w3c/dom/events/MutationEvent.getAttrName:()Ljava/lang/String;]
MutationEvent.getNewValue ( ) [abstract] : String
[mangled: org/w3c/dom/events/MutationEvent.getNewValue:()Ljava/lang/String;]
MutationEvent.getPrevValue ( ) [abstract] : String
[mangled: org/w3c/dom/events/MutationEvent.getPrevValue:()Ljava/lang/String;]
MutationEvent.getRelatedNode ( ) [abstract] : Node
[mangled: org/w3c/dom/events/MutationEvent.getRelatedNode:()Lorg/w3c/dom/Node;]
MutationEvent.initMutationEvent ( String p1, boolean p2, boolean p3, Node p4, String p5, String p6, String p7 ) [abstract] : void
[mangled: org/w3c/dom/events/MutationEvent.initMutationEvent:(Ljava/lang/String;ZZLorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_3.jar, NamedNodeMap.class
package org.w3c.dom
NamedNodeMap.getNamedItemNS ( String p1, String p2 ) [abstract] : Node
[mangled: org/w3c/dom/NamedNodeMap.getNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMap.removeNamedItemNS ( String p1, String p2 ) [abstract] : Node
[mangled: org/w3c/dom/NamedNodeMap.removeNamedItemNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
NamedNodeMap.setNamedItemNS ( Node p1 ) [abstract] : Node
[mangled: org/w3c/dom/NamedNodeMap.setNamedItemNS:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
xerces_1_0_3.jar, NamedNodeMapImpl.class
package org.apache.xerces.dom
NamedNodeMapImpl.setNamedItemNS ( Node p1 ) : Node
[mangled: org/apache/xerces/dom/NamedNodeMapImpl.setNamedItemNS:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
xerces_1_0_3.jar, NamespaceSupport.class
package org.xml.sax.helpers
NamespaceSupport.declarePrefix ( String p1, String p2 ) : boolean
[mangled: org/xml/sax/helpers/NamespaceSupport.declarePrefix:(Ljava/lang/String;Ljava/lang/String;)Z]
NamespaceSupport.getDeclaredPrefixes ( ) : Enumeration
[mangled: org/xml/sax/helpers/NamespaceSupport.getDeclaredPrefixes:()Ljava/util/Enumeration;]
NamespaceSupport.getPrefixes ( ) : Enumeration
[mangled: org/xml/sax/helpers/NamespaceSupport.getPrefixes:()Ljava/util/Enumeration;]
NamespaceSupport.getURI ( String p1 ) : String
[mangled: org/xml/sax/helpers/NamespaceSupport.getURI:(Ljava/lang/String;)Ljava/lang/String;]
NamespaceSupport.NamespaceSupport ( )
[mangled: org/xml/sax/helpers/NamespaceSupport."<init>":()V]
NamespaceSupport.popContext ( ) : void
[mangled: org/xml/sax/helpers/NamespaceSupport.popContext:()V]
NamespaceSupport.processName ( String p1, String[ ] p2, boolean p3 ) : String[ ]
[mangled: org/xml/sax/helpers/NamespaceSupport.processName:(Ljava/lang/String;[Ljava/lang/String;Z)[Ljava/lang/String;]
NamespaceSupport.pushContext ( ) : void
[mangled: org/xml/sax/helpers/NamespaceSupport.pushContext:()V]
NamespaceSupport.reset ( ) : void
[mangled: org/xml/sax/helpers/NamespaceSupport.reset:()V]
xerces_1_0_3.jar, Node.class
package org.w3c.dom
Node.getLocalName ( ) [abstract] : String
[mangled: org/w3c/dom/Node.getLocalName:()Ljava/lang/String;]
Node.getNamespaceURI ( ) [abstract] : String
[mangled: org/w3c/dom/Node.getNamespaceURI:()Ljava/lang/String;]
Node.getPrefix ( ) [abstract] : String
[mangled: org/w3c/dom/Node.getPrefix:()Ljava/lang/String;]
Node.normalize ( ) [abstract] : void
[mangled: org/w3c/dom/Node.normalize:()V]
Node.setPrefix ( String p1 ) [abstract] : void
[mangled: org/w3c/dom/Node.setPrefix:(Ljava/lang/String;)V]
Node.supports ( String p1, String p2 ) [abstract] : boolean
[mangled: org/w3c/dom/Node.supports:(Ljava/lang/String;Ljava/lang/String;)Z]
xerces_1_0_3.jar, NodeContainer.class
package org.apache.xerces.dom
NodeContainer.appendChild ( Node p1 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeContainer.cloneNode ( boolean p1 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.cloneNode:(Z)Lorg/w3c/dom/Node;]
NodeContainer.getChildNodes ( ) : NodeList
[mangled: org/apache/xerces/dom/NodeContainer.getChildNodes:()Lorg/w3c/dom/NodeList;]
NodeContainer.getFirstChild ( ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.getFirstChild:()Lorg/w3c/dom/Node;]
NodeContainer.getLastChild ( ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.getLastChild:()Lorg/w3c/dom/Node;]
NodeContainer.getLength ( ) : int
[mangled: org/apache/xerces/dom/NodeContainer.getLength:()I]
NodeContainer.hasChildNodes ( ) : boolean
[mangled: org/apache/xerces/dom/NodeContainer.hasChildNodes:()Z]
NodeContainer.insertBefore ( Node p1, Node p2 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.insertBefore:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeContainer.item ( int p1 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.item:(I)Lorg/w3c/dom/Node;]
NodeContainer.NodeContainer ( )
[mangled: org/apache/xerces/dom/NodeContainer."<init>":()V]
NodeContainer.NodeContainer ( DocumentImpl p1, String p2, String p3 )
[mangled: org/apache/xerces/dom/NodeContainer."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;Ljava/lang/String;)V]
NodeContainer.normalize ( ) : void
[mangled: org/apache/xerces/dom/NodeContainer.normalize:()V]
NodeContainer.removeChild ( Node p1 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.removeChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeContainer.replaceChild ( Node p1, Node p2 ) : Node
[mangled: org/apache/xerces/dom/NodeContainer.replaceChild:(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
NodeContainer.setReadOnly ( boolean p1, boolean p2 ) : void
[mangled: org/apache/xerces/dom/NodeContainer.setReadOnly:(ZZ)V]
NodeContainer.synchronizeChildren ( ) : void
[mangled: org/apache/xerces/dom/NodeContainer.synchronizeChildren:()V]
xerces_1_0_3.jar, NodeFilter.class
package org.w3c.dom.traversal
NodeFilter.acceptNode ( Node p1 ) [abstract] : short
[mangled: org/w3c/dom/traversal/NodeFilter.acceptNode:(Lorg/w3c/dom/Node;)S]
xerces_1_0_3.jar, NodeImpl.class
package org.apache.xerces.dom
NodeImpl.addEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/xerces/dom/NodeImpl.addEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
NodeImpl.dispatchEvent ( Event p1 ) : boolean
[mangled: org/apache/xerces/dom/NodeImpl.dispatchEvent:(Lorg/w3c/dom/events/Event;)Z]
NodeImpl.normalize ( ) : void
[mangled: org/apache/xerces/dom/NodeImpl.normalize:()V]
NodeImpl.removeEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/xerces/dom/NodeImpl.removeEventListener:(Ljava/lang/String;Lorg/w3c/dom/events/EventListener;Z)V]
xerces_1_0_3.jar, NodeIterator.class
package org.w3c.dom.traversal
NodeIterator.detach ( ) [abstract] : void
[mangled: org/w3c/dom/traversal/NodeIterator.detach:()V]
NodeIterator.getExpandEntityReferences ( ) [abstract] : boolean
[mangled: org/w3c/dom/traversal/NodeIterator.getExpandEntityReferences:()Z]
NodeIterator.getFilter ( ) [abstract] : NodeFilter
[mangled: org/w3c/dom/traversal/NodeIterator.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
NodeIterator.getRoot ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/NodeIterator.getRoot:()Lorg/w3c/dom/Node;]
NodeIterator.getWhatToShow ( ) [abstract] : int
[mangled: org/w3c/dom/traversal/NodeIterator.getWhatToShow:()I]
NodeIterator.nextNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/NodeIterator.nextNode:()Lorg/w3c/dom/Node;]
NodeIterator.previousNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/NodeIterator.previousNode:()Lorg/w3c/dom/Node;]
xerces_1_0_3.jar, NodeIteratorImpl.class
package org.apache.xerces.dom
NodeIteratorImpl.detach ( ) : void
[mangled: org/apache/xerces/dom/NodeIteratorImpl.detach:()V]
NodeIteratorImpl.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/xerces/dom/NodeIteratorImpl.getExpandEntityReferences:()Z]
NodeIteratorImpl.getFilter ( ) : NodeFilter
[mangled: org/apache/xerces/dom/NodeIteratorImpl.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
NodeIteratorImpl.getRoot ( ) : Node
[mangled: org/apache/xerces/dom/NodeIteratorImpl.getRoot:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.getWhatToShow ( ) : int
[mangled: org/apache/xerces/dom/NodeIteratorImpl.getWhatToShow:()I]
NodeIteratorImpl.nextNode ( ) : Node
[mangled: org/apache/xerces/dom/NodeIteratorImpl.nextNode:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.NodeIteratorImpl ( DocumentImpl p1, Node p2, int p3, NodeFilter p4, boolean p5 )
[mangled: org/apache/xerces/dom/NodeIteratorImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V]
NodeIteratorImpl.previousNode ( ) : Node
[mangled: org/apache/xerces/dom/NodeIteratorImpl.previousNode:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.removeNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/NodeIteratorImpl.removeNode:(Lorg/w3c/dom/Node;)V]
xerces_1_0_3.jar, ParserAdapter.class
package org.xml.sax.helpers
ParserAdapter.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.characters:([CII)V]
ParserAdapter.endDocument ( ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.endDocument:()V]
ParserAdapter.endElement ( String p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.endElement:(Ljava/lang/String;)V]
ParserAdapter.getContentHandler ( ) : ContentHandler
[mangled: org/xml/sax/helpers/ParserAdapter.getContentHandler:()Lorg/xml/sax/ContentHandler;]
ParserAdapter.getDTDHandler ( ) : DTDHandler
[mangled: org/xml/sax/helpers/ParserAdapter.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
ParserAdapter.getEntityResolver ( ) : EntityResolver
[mangled: org/xml/sax/helpers/ParserAdapter.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
ParserAdapter.getErrorHandler ( ) : ErrorHandler
[mangled: org/xml/sax/helpers/ParserAdapter.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
ParserAdapter.getFeature ( String p1 ) : boolean
[mangled: org/xml/sax/helpers/ParserAdapter.getFeature:(Ljava/lang/String;)Z]
ParserAdapter.getProperty ( String p1 ) : Object
[mangled: org/xml/sax/helpers/ParserAdapter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ParserAdapter.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.ignorableWhitespace:([CII)V]
ParserAdapter.parse ( InputSource p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.parse:(Lorg/xml/sax/InputSource;)V]
ParserAdapter.parse ( String p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.parse:(Ljava/lang/String;)V]
ParserAdapter.ParserAdapter ( )
[mangled: org/xml/sax/helpers/ParserAdapter."<init>":()V]
ParserAdapter.ParserAdapter ( Parser p1 )
[mangled: org/xml/sax/helpers/ParserAdapter."<init>":(Lorg/xml/sax/Parser;)V]
ParserAdapter.processingInstruction ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
ParserAdapter.setContentHandler ( ContentHandler p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
ParserAdapter.setDocumentLocator ( Locator p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
ParserAdapter.setDTDHandler ( DTDHandler p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
ParserAdapter.setEntityResolver ( EntityResolver p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
ParserAdapter.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
ParserAdapter.setFeature ( String p1, boolean p2 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setFeature:(Ljava/lang/String;Z)V]
ParserAdapter.setProperty ( String p1, Object p2 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
ParserAdapter.startDocument ( ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.startDocument:()V]
ParserAdapter.startElement ( String p1, AttributeList p2 ) : void
[mangled: org/xml/sax/helpers/ParserAdapter.startElement:(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V]
xerces_1_0_3.jar, Range.class
package org.w3c.dom.range
Range.cloneContents ( ) [abstract] : DocumentFragment
[mangled: org/w3c/dom/range/Range.cloneContents:()Lorg/w3c/dom/DocumentFragment;]
Range.cloneRange ( ) [abstract] : Range
[mangled: org/w3c/dom/range/Range.cloneRange:()Lorg/w3c/dom/range/Range;]
Range.collapse ( boolean p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.collapse:(Z)V]
Range.compareBoundaryPoints ( short p1, Range p2 ) [abstract] : short
[mangled: org/w3c/dom/range/Range.compareBoundaryPoints:(SLorg/w3c/dom/range/Range;)S]
Range.deleteContents ( ) [abstract] : void
[mangled: org/w3c/dom/range/Range.deleteContents:()V]
Range.detach ( ) [abstract] : void
[mangled: org/w3c/dom/range/Range.detach:()V]
Range.extractContents ( ) [abstract] : DocumentFragment
[mangled: org/w3c/dom/range/Range.extractContents:()Lorg/w3c/dom/DocumentFragment;]
Range.getCollapsed ( ) [abstract] : boolean
[mangled: org/w3c/dom/range/Range.getCollapsed:()Z]
Range.getCommonAncestorContainer ( ) [abstract] : Node
[mangled: org/w3c/dom/range/Range.getCommonAncestorContainer:()Lorg/w3c/dom/Node;]
Range.getEndContainer ( ) [abstract] : Node
[mangled: org/w3c/dom/range/Range.getEndContainer:()Lorg/w3c/dom/Node;]
Range.getEndOffset ( ) [abstract] : int
[mangled: org/w3c/dom/range/Range.getEndOffset:()I]
Range.getStartContainer ( ) [abstract] : Node
[mangled: org/w3c/dom/range/Range.getStartContainer:()Lorg/w3c/dom/Node;]
Range.getStartOffset ( ) [abstract] : int
[mangled: org/w3c/dom/range/Range.getStartOffset:()I]
Range.insertNode ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.insertNode:(Lorg/w3c/dom/Node;)V]
Range.selectNode ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.selectNode:(Lorg/w3c/dom/Node;)V]
Range.selectNodeContents ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.selectNodeContents:(Lorg/w3c/dom/Node;)V]
Range.setEnd ( Node p1, int p2 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setEnd:(Lorg/w3c/dom/Node;I)V]
Range.setEndAfter ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setEndAfter:(Lorg/w3c/dom/Node;)V]
Range.setEndBefore ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setEndBefore:(Lorg/w3c/dom/Node;)V]
Range.setStart ( Node p1, int p2 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setStart:(Lorg/w3c/dom/Node;I)V]
Range.setStartAfter ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setStartAfter:(Lorg/w3c/dom/Node;)V]
Range.setStartBefore ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.setStartBefore:(Lorg/w3c/dom/Node;)V]
Range.surroundContents ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/range/Range.surroundContents:(Lorg/w3c/dom/Node;)V]
Range.toString ( ) [abstract] : String
[mangled: org/w3c/dom/range/Range.toString:()Ljava/lang/String;]
xerces_1_0_3.jar, RangeException.class
package org.w3c.dom.range
RangeException.RangeException ( short p1, String p2 )
[mangled: org/w3c/dom/range/RangeException."<init>":(SLjava/lang/String;)V]
xerces_1_0_3.jar, RangeExceptionImpl.class
package org.apache.xerces.dom
RangeExceptionImpl.RangeExceptionImpl ( short p1, String p2 )
[mangled: org/apache/xerces/dom/RangeExceptionImpl."<init>":(SLjava/lang/String;)V]
xerces_1_0_3.jar, RangeImpl.class
package org.apache.xerces.dom
RangeImpl.cloneContents ( ) : DocumentFragment
[mangled: org/apache/xerces/dom/RangeImpl.cloneContents:()Lorg/w3c/dom/DocumentFragment;]
RangeImpl.cloneRange ( ) : Range
[mangled: org/apache/xerces/dom/RangeImpl.cloneRange:()Lorg/w3c/dom/range/Range;]
RangeImpl.collapse ( boolean p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.collapse:(Z)V]
RangeImpl.compareBoundaryPoints ( short p1, Range p2 ) : short
[mangled: org/apache/xerces/dom/RangeImpl.compareBoundaryPoints:(SLorg/w3c/dom/range/Range;)S]
RangeImpl.deleteContents ( ) : void
[mangled: org/apache/xerces/dom/RangeImpl.deleteContents:()V]
RangeImpl.detach ( ) : void
[mangled: org/apache/xerces/dom/RangeImpl.detach:()V]
RangeImpl.extractContents ( ) : DocumentFragment
[mangled: org/apache/xerces/dom/RangeImpl.extractContents:()Lorg/w3c/dom/DocumentFragment;]
RangeImpl.getCollapsed ( ) : boolean
[mangled: org/apache/xerces/dom/RangeImpl.getCollapsed:()Z]
RangeImpl.getCommonAncestorContainer ( ) : Node
[mangled: org/apache/xerces/dom/RangeImpl.getCommonAncestorContainer:()Lorg/w3c/dom/Node;]
RangeImpl.getEndContainer ( ) : Node
[mangled: org/apache/xerces/dom/RangeImpl.getEndContainer:()Lorg/w3c/dom/Node;]
RangeImpl.getEndOffset ( ) : int
[mangled: org/apache/xerces/dom/RangeImpl.getEndOffset:()I]
RangeImpl.getStartContainer ( ) : Node
[mangled: org/apache/xerces/dom/RangeImpl.getStartContainer:()Lorg/w3c/dom/Node;]
RangeImpl.getStartOffset ( ) : int
[mangled: org/apache/xerces/dom/RangeImpl.getStartOffset:()I]
RangeImpl.insertedNodeFromDOM ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.insertedNodeFromDOM:(Lorg/w3c/dom/Node;)V]
RangeImpl.insertNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.insertNode:(Lorg/w3c/dom/Node;)V]
RangeImpl.RangeImpl ( DocumentImpl p1 )
[mangled: org/apache/xerces/dom/RangeImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;)V]
RangeImpl.selectNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.selectNode:(Lorg/w3c/dom/Node;)V]
RangeImpl.selectNodeContents ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.selectNodeContents:(Lorg/w3c/dom/Node;)V]
RangeImpl.setEnd ( Node p1, int p2 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setEnd:(Lorg/w3c/dom/Node;I)V]
RangeImpl.setEndAfter ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setEndAfter:(Lorg/w3c/dom/Node;)V]
RangeImpl.setEndBefore ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setEndBefore:(Lorg/w3c/dom/Node;)V]
RangeImpl.setStart ( Node p1, int p2 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setStart:(Lorg/w3c/dom/Node;I)V]
RangeImpl.setStartAfter ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setStartAfter:(Lorg/w3c/dom/Node;)V]
RangeImpl.setStartBefore ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.setStartBefore:(Lorg/w3c/dom/Node;)V]
RangeImpl.surroundContents ( Node p1 ) : void
[mangled: org/apache/xerces/dom/RangeImpl.surroundContents:(Lorg/w3c/dom/Node;)V]
RangeImpl.toString ( ) : String
[mangled: org/apache/xerces/dom/RangeImpl.toString:()Ljava/lang/String;]
xerces_1_0_3.jar, SAXParser.class
package org.apache.xerces.parsers
SAXParser.getContentHandler ( ) : ContentHandler
[mangled: org/apache/xerces/parsers/SAXParser.getContentHandler:()Lorg/xml/sax/ContentHandler;]
SAXParser.getDeclHandler ( ) : DeclHandler
[mangled: org/apache/xerces/parsers/SAXParser.getDeclHandler:()Lorg/xml/sax/ext/DeclHandler;]
SAXParser.getDTDHandler ( ) : DTDHandler
[mangled: org/apache/xerces/parsers/SAXParser.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
SAXParser.getLexicalHandler ( ) : LexicalHandler
[mangled: org/apache/xerces/parsers/SAXParser.getLexicalHandler:()Lorg/xml/sax/ext/LexicalHandler;]
SAXParser.getNamespacePrefixes ( ) : boolean
[mangled: org/apache/xerces/parsers/SAXParser.getNamespacePrefixes:()Z]
SAXParser.internalSubset ( int p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.internalSubset:(I)V]
SAXParser.setContentHandler ( ContentHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
SAXParser.setDeclHandler ( DeclHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setDeclHandler:(Lorg/xml/sax/ext/DeclHandler;)V]
SAXParser.setLexicalHandler ( LexicalHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setLexicalHandler:(Lorg/xml/sax/ext/LexicalHandler;)V]
SAXParser.setNamespacePrefixes ( boolean p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setNamespacePrefixes:(Z)V]
xerces_1_0_3.jar, Serializer.class
package org.apache.xml.serialize
Serializer.asContentHandler ( ) [abstract] : ContentHandler
[mangled: org/apache/xml/serialize/Serializer.asContentHandler:()Lorg/xml/sax/ContentHandler;]
xerces_1_0_3.jar, TextSerializer.class
package org.apache.xml.serialize
TextSerializer.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/apache/xml/serialize/TextSerializer.characters:([CII)V]
TextSerializer.characters ( String p1, boolean p2 ) : void
[mangled: org/apache/xml/serialize/TextSerializer.characters:(Ljava/lang/String;Z)V]
TextSerializer.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/xml/serialize/TextSerializer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
TextSerializer.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/xml/serialize/TextSerializer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
xerces_1_0_3.jar, TimeDurationValidator.class
package org.apache.xerces.validators.datatype
TimeDurationValidator.normalizeDuration ( char[ ] p1, int p2, int p3 ) [static] : long
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.normalizeDuration:([CII)J]
TimeDurationValidator.setBasetype ( DatatypeValidator p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.setBasetype:(Lorg/apache/xerces/validators/datatype/DatatypeValidator;)V]
TimeDurationValidator.setFacets ( Hashtable p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.setFacets:(Ljava/util/Hashtable;)V]
TimeDurationValidator.setFacets ( int[ ] p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.setFacets:([I)V]
TimeDurationValidator.setLocale ( Locale p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.setLocale:(Ljava/util/Locale;)V]
TimeDurationValidator.TimeDurationValidator ( )
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator."<init>":()V]
TimeDurationValidator.validate ( int p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.validate:(I)V]
TimeDurationValidator.validate ( String p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeDurationValidator.validate:(Ljava/lang/String;)V]
xerces_1_0_3.jar, TimeInstantValidator.class
package org.apache.xerces.validators.datatype
TimeInstantValidator.indexOf ( char[ ] p1, int p2, char p3 ) [static] : int
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.indexOf:([CIC)I]
TimeInstantValidator.indexOf ( char[ ] p1, int p2, char p3, int p4 ) [static] : int
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.indexOf:([CICI)I]
TimeInstantValidator.indexOneOf ( char[ ] p1, int p2, String p3 ) [static] : int
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.indexOneOf:([CILjava/lang/String;)I]
TimeInstantValidator.indexOneOf ( char[ ] p1, int p2, String p3, int p4 ) [static] : int
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.indexOneOf:([CILjava/lang/String;I)I]
TimeInstantValidator.normalizeInstant ( char[ ] p1, int p2, int p3 ) [static] : Calendar
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.normalizeInstant:([CII)Ljava/util/Calendar;]
TimeInstantValidator.parseInt ( char[ ] p1, int p2, int p3 ) [static] : int
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.parseInt:([CII)I]
TimeInstantValidator.setBasetype ( DatatypeValidator p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.setBasetype:(Lorg/apache/xerces/validators/datatype/DatatypeValidator;)V]
TimeInstantValidator.setFacets ( Hashtable p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.setFacets:(Ljava/util/Hashtable;)V]
TimeInstantValidator.setFacets ( int[ ] p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.setFacets:([I)V]
TimeInstantValidator.setLocale ( Locale p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.setLocale:(Ljava/util/Locale;)V]
TimeInstantValidator.TimeInstantValidator ( )
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator."<init>":()V]
TimeInstantValidator.validate ( int p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.validate:(I)V]
TimeInstantValidator.validate ( String p1 ) : void
[mangled: org/apache/xerces/validators/datatype/TimeInstantValidator.validate:(Ljava/lang/String;)V]
xerces_1_0_3.jar, TreeWalker.class
package org.w3c.dom.traversal
TreeWalker.firstChild ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.firstChild:()Lorg/w3c/dom/Node;]
TreeWalker.getCurrentNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.getCurrentNode:()Lorg/w3c/dom/Node;]
TreeWalker.getExpandEntityReferences ( ) [abstract] : boolean
[mangled: org/w3c/dom/traversal/TreeWalker.getExpandEntityReferences:()Z]
TreeWalker.getFilter ( ) [abstract] : NodeFilter
[mangled: org/w3c/dom/traversal/TreeWalker.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
TreeWalker.getRoot ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.getRoot:()Lorg/w3c/dom/Node;]
TreeWalker.getWhatToShow ( ) [abstract] : int
[mangled: org/w3c/dom/traversal/TreeWalker.getWhatToShow:()I]
TreeWalker.lastChild ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.lastChild:()Lorg/w3c/dom/Node;]
TreeWalker.nextNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.nextNode:()Lorg/w3c/dom/Node;]
TreeWalker.nextSibling ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.nextSibling:()Lorg/w3c/dom/Node;]
TreeWalker.parentNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.parentNode:()Lorg/w3c/dom/Node;]
TreeWalker.previousNode ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.previousNode:()Lorg/w3c/dom/Node;]
TreeWalker.previousSibling ( ) [abstract] : Node
[mangled: org/w3c/dom/traversal/TreeWalker.previousSibling:()Lorg/w3c/dom/Node;]
TreeWalker.setCurrentNode ( Node p1 ) [abstract] : void
[mangled: org/w3c/dom/traversal/TreeWalker.setCurrentNode:(Lorg/w3c/dom/Node;)V]
xerces_1_0_3.jar, TreeWalkerImpl.class
package org.apache.xerces.dom
TreeWalkerImpl.firstChild ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.firstChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getCurrentNode ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.getCurrentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/xerces/dom/TreeWalkerImpl.getExpandEntityReferences:()Z]
TreeWalkerImpl.getFilter ( ) : NodeFilter
[mangled: org/apache/xerces/dom/TreeWalkerImpl.getFilter:()Lorg/w3c/dom/traversal/NodeFilter;]
TreeWalkerImpl.getRoot ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.getRoot:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getWhatToShow ( ) : int
[mangled: org/apache/xerces/dom/TreeWalkerImpl.getWhatToShow:()I]
TreeWalkerImpl.lastChild ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.lastChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextNode ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.nextNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextSibling ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.nextSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.parentNode ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.parentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousNode ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.previousNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousSibling ( ) : Node
[mangled: org/apache/xerces/dom/TreeWalkerImpl.previousSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.setCurrentNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/TreeWalkerImpl.setCurrentNode:(Lorg/w3c/dom/Node;)V]
TreeWalkerImpl.TreeWalkerImpl ( Node p1, int p2, NodeFilter p3, boolean p4 )
[mangled: org/apache/xerces/dom/TreeWalkerImpl."<init>":(Lorg/w3c/dom/Node;ILorg/w3c/dom/traversal/NodeFilter;Z)V]
xerces_1_0_3.jar, URIValidator.class
package org.apache.xerces.validators.datatype
URIValidator.setBasetype ( DatatypeValidator p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.setBasetype:(Lorg/apache/xerces/validators/datatype/DatatypeValidator;)V]
URIValidator.setFacets ( Hashtable p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.setFacets:(Ljava/util/Hashtable;)V]
URIValidator.setFacets ( int[ ] p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.setFacets:([I)V]
URIValidator.setLocale ( Locale p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.setLocale:(Ljava/util/Locale;)V]
URIValidator.URIValidator ( )
[mangled: org/apache/xerces/validators/datatype/URIValidator."<init>":()V]
URIValidator.validate ( int p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.validate:(I)V]
URIValidator.validate ( String p1 ) : void
[mangled: org/apache/xerces/validators/datatype/URIValidator.validate:(Ljava/lang/String;)V]
xerces_1_0_3.jar, XMLFilter.class
package org.xml.sax
XMLFilter.getParent ( ) [abstract] : XMLReader
[mangled: org/xml/sax/XMLFilter.getParent:()Lorg/xml/sax/XMLReader;]
XMLFilter.setParent ( XMLReader p1 ) [abstract] : void
[mangled: org/xml/sax/XMLFilter.setParent:(Lorg/xml/sax/XMLReader;)V]
xerces_1_0_3.jar, XMLFilterImpl.class
package org.xml.sax.helpers
XMLFilterImpl.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.characters:([CII)V]
XMLFilterImpl.endDocument ( ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.endDocument:()V]
XMLFilterImpl.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XMLFilterImpl.endPrefixMapping ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.endPrefixMapping:(Ljava/lang/String;)V]
XMLFilterImpl.error ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.error:(Lorg/xml/sax/SAXParseException;)V]
XMLFilterImpl.fatalError ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.fatalError:(Lorg/xml/sax/SAXParseException;)V]
XMLFilterImpl.getContentHandler ( ) : ContentHandler
[mangled: org/xml/sax/helpers/XMLFilterImpl.getContentHandler:()Lorg/xml/sax/ContentHandler;]
XMLFilterImpl.getDTDHandler ( ) : DTDHandler
[mangled: org/xml/sax/helpers/XMLFilterImpl.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
XMLFilterImpl.getEntityResolver ( ) : EntityResolver
[mangled: org/xml/sax/helpers/XMLFilterImpl.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
XMLFilterImpl.getErrorHandler ( ) : ErrorHandler
[mangled: org/xml/sax/helpers/XMLFilterImpl.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
XMLFilterImpl.getFeature ( String p1 ) : boolean
[mangled: org/xml/sax/helpers/XMLFilterImpl.getFeature:(Ljava/lang/String;)Z]
XMLFilterImpl.getParent ( ) : XMLReader
[mangled: org/xml/sax/helpers/XMLFilterImpl.getParent:()Lorg/xml/sax/XMLReader;]
XMLFilterImpl.getProperty ( String p1 ) : Object
[mangled: org/xml/sax/helpers/XMLFilterImpl.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XMLFilterImpl.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.ignorableWhitespace:([CII)V]
XMLFilterImpl.notationDecl ( String p1, String p2, String p3 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.notationDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XMLFilterImpl.parse ( InputSource p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.parse:(Lorg/xml/sax/InputSource;)V]
XMLFilterImpl.parse ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.parse:(Ljava/lang/String;)V]
XMLFilterImpl.processingInstruction ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
XMLFilterImpl.resolveEntity ( String p1, String p2 ) : InputSource
[mangled: org/xml/sax/helpers/XMLFilterImpl.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;]
XMLFilterImpl.setContentHandler ( ContentHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
XMLFilterImpl.setDocumentLocator ( Locator p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
XMLFilterImpl.setDTDHandler ( DTDHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
XMLFilterImpl.setEntityResolver ( EntityResolver p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
XMLFilterImpl.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XMLFilterImpl.setFeature ( String p1, boolean p2 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setFeature:(Ljava/lang/String;Z)V]
XMLFilterImpl.setParent ( XMLReader p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setParent:(Lorg/xml/sax/XMLReader;)V]
XMLFilterImpl.setProperty ( String p1, Object p2 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
XMLFilterImpl.skippedEntity ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.skippedEntity:(Ljava/lang/String;)V]
XMLFilterImpl.startDocument ( ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.startDocument:()V]
XMLFilterImpl.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
XMLFilterImpl.startPrefixMapping ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
XMLFilterImpl.unparsedEntityDecl ( String p1, String p2, String p3, String p4 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.unparsedEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XMLFilterImpl.warning ( SAXParseException p1 ) : void
[mangled: org/xml/sax/helpers/XMLFilterImpl.warning:(Lorg/xml/sax/SAXParseException;)V]
XMLFilterImpl.XMLFilterImpl ( )
[mangled: org/xml/sax/helpers/XMLFilterImpl."<init>":()V]
XMLFilterImpl.XMLFilterImpl ( XMLReader p1 )
[mangled: org/xml/sax/helpers/XMLFilterImpl."<init>":(Lorg/xml/sax/XMLReader;)V]
xerces_1_0_3.jar, XMLParser.class
package org.apache.xerces.framework
XMLParser.getEntityResolver ( ) : EntityResolver
[mangled: org/apache/xerces/framework/XMLParser.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
XMLParser.getErrorHandler ( ) : ErrorHandler
[mangled: org/apache/xerces/framework/XMLParser.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
XMLParser.internalSubset ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/framework/XMLParser.internalSubset:(I)V]
xerces_1_0_3.jar, XMLReader.class
package org.xml.sax
XMLReader.getContentHandler ( ) [abstract] : ContentHandler
[mangled: org/xml/sax/XMLReader.getContentHandler:()Lorg/xml/sax/ContentHandler;]
XMLReader.getDTDHandler ( ) [abstract] : DTDHandler
[mangled: org/xml/sax/XMLReader.getDTDHandler:()Lorg/xml/sax/DTDHandler;]
XMLReader.getEntityResolver ( ) [abstract] : EntityResolver
[mangled: org/xml/sax/XMLReader.getEntityResolver:()Lorg/xml/sax/EntityResolver;]
XMLReader.getErrorHandler ( ) [abstract] : ErrorHandler
[mangled: org/xml/sax/XMLReader.getErrorHandler:()Lorg/xml/sax/ErrorHandler;]
XMLReader.getFeature ( String p1 ) [abstract] : boolean
[mangled: org/xml/sax/XMLReader.getFeature:(Ljava/lang/String;)Z]
XMLReader.getProperty ( String p1 ) [abstract] : Object
[mangled: org/xml/sax/XMLReader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
XMLReader.parse ( InputSource p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.parse:(Lorg/xml/sax/InputSource;)V]
XMLReader.parse ( String p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.parse:(Ljava/lang/String;)V]
XMLReader.setContentHandler ( ContentHandler p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setContentHandler:(Lorg/xml/sax/ContentHandler;)V]
XMLReader.setDTDHandler ( DTDHandler p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
XMLReader.setEntityResolver ( EntityResolver p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
XMLReader.setErrorHandler ( ErrorHandler p1 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XMLReader.setFeature ( String p1, boolean p2 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setFeature:(Ljava/lang/String;Z)V]
XMLReader.setProperty ( String p1, Object p2 ) [abstract] : void
[mangled: org/xml/sax/XMLReader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
xerces_1_0_3.jar, XMLReaderAdapter.class
package org.xml.sax.helpers
XMLReaderAdapter.characters ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.characters:([CII)V]
XMLReaderAdapter.endDocument ( ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.endDocument:()V]
XMLReaderAdapter.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XMLReaderAdapter.endPrefixMapping ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.endPrefixMapping:(Ljava/lang/String;)V]
XMLReaderAdapter.ignorableWhitespace ( char[ ] p1, int p2, int p3 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.ignorableWhitespace:([CII)V]
XMLReaderAdapter.parse ( InputSource p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.parse:(Lorg/xml/sax/InputSource;)V]
XMLReaderAdapter.parse ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.parse:(Ljava/lang/String;)V]
XMLReaderAdapter.processingInstruction ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
XMLReaderAdapter.setDocumentHandler ( DocumentHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setDocumentHandler:(Lorg/xml/sax/DocumentHandler;)V]
XMLReaderAdapter.setDocumentLocator ( Locator p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setDocumentLocator:(Lorg/xml/sax/Locator;)V]
XMLReaderAdapter.setDTDHandler ( DTDHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
XMLReaderAdapter.setEntityResolver ( EntityResolver p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
XMLReaderAdapter.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
XMLReaderAdapter.setLocale ( Locale p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.setLocale:(Ljava/util/Locale;)V]
XMLReaderAdapter.skippedEntity ( String p1 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.skippedEntity:(Ljava/lang/String;)V]
XMLReaderAdapter.startDocument ( ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.startDocument:()V]
XMLReaderAdapter.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
XMLReaderAdapter.startPrefixMapping ( String p1, String p2 ) : void
[mangled: org/xml/sax/helpers/XMLReaderAdapter.startPrefixMapping:(Ljava/lang/String;Ljava/lang/String;)V]
XMLReaderAdapter.XMLReaderAdapter ( )
[mangled: org/xml/sax/helpers/XMLReaderAdapter."<init>":()V]
XMLReaderAdapter.XMLReaderAdapter ( XMLReader p1 )
[mangled: org/xml/sax/helpers/XMLReaderAdapter."<init>":(Lorg/xml/sax/XMLReader;)V]
xerces_1_0_3.jar, XMLReaderFactory.class
package org.xml.sax.helpers
XMLReaderFactory.createXMLReader ( ) [static] : XMLReader
[mangled: org/xml/sax/helpers/XMLReaderFactory.createXMLReader:()Lorg/xml/sax/XMLReader;]
XMLReaderFactory.createXMLReader ( String p1 ) [static] : XMLReader
[mangled: org/xml/sax/helpers/XMLReaderFactory.createXMLReader:(Ljava/lang/String;)Lorg/xml/sax/XMLReader;]
xerces_1_0_3.jar, XMLSerializer.class
package org.apache.xml.serialize
XMLSerializer.endElement ( String p1, String p2, String p3 ) : void
[mangled: org/apache/xml/serialize/XMLSerializer.endElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
XMLSerializer.startElement ( String p1, String p2, String p3, Attributes p4 ) : void
[mangled: org/apache/xml/serialize/XMLSerializer.startElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/xml/sax/Attributes;)V]
xerces_1_0_3.jar, XSchemaValidator.class
package org.apache.xerces.validators.schema
XSchemaValidator.loadSchema ( InputSource p1 ) : void
[mangled: org/apache/xerces/validators/schema/XSchemaValidator.loadSchema:(Lorg/xml/sax/InputSource;)V]
to the top
Removed Methods (198)
xalan_0_19_4.jar, ChunkedIntArray.class
package org.apache.xalan.xpath.dtm
ChunkedIntArray.ChunkedIntArray ( int slotsize )
[mangled: org/apache/xalan/xpath/dtm/ChunkedIntArray."<init>":(I)V]
xalan_0_19_4.jar, DTMtest.class
package org.apache.xalan.xpath.dtm
DTMtest.DTMtest ( )
[mangled: org/apache/xalan/xpath/dtm/DTMtest."<init>":()V]
DTMtest.main ( String[ ] args ) [static] : void
[mangled: org/apache/xalan/xpath/dtm/DTMtest.main:([Ljava/lang/String;)V]
xalan_0_19_4.jar, Expression.class
package org.apache.xalan.xslt
Expression.Expression ( String expressionString, String[ ] tokenQueue, int tokenQueueSize, int[ ] patternMap, int patternMapSize )
[mangled: org/apache/xalan/xslt/Expression."<init>":(Ljava/lang/String;[Ljava/lang/String;I[II)V]
xalan_0_19_4.jar, FoundIndex.class
package org.apache.xalan.xpath
FoundIndex.FoundIndex ( )
[mangled: org/apache/xalan/xpath/FoundIndex."<init>":()V]
xalan_0_19_4.jar, KeyTable.class
package org.apache.xalan.xslt
KeyTable.KeyTable ( Node doc, Node startNode, PrefixResolver nscontext, String name, Vector keyDeclarations, XMLParserLiaison xmlLiaison )
[mangled: org/apache/xalan/xslt/KeyTable."<init>":(Lorg/w3c/dom/Node;Lorg/w3c/dom/Node;Lorg/apache/xalan/xpath/xml/PrefixResolver;Ljava/lang/String;Ljava/util/Vector;Lorg/apache/xalan/xpath/xml/XMLParserLiaison;)V]
xalan_0_19_4.jar, SerializableAttrListImpl.class
package org.apache.xalan.xslt
SerializableAttrListImpl.SerializableAttrListImpl ( )
[mangled: org/apache/xalan/xslt/SerializableAttrListImpl."<init>":()V]
SerializableAttrListImpl.SerializableAttrListImpl ( AttributeList atts )
[mangled: org/apache/xalan/xslt/SerializableAttrListImpl."<init>":(Lorg/xml/sax/AttributeList;)V]
xalan_0_19_4.jar, XercesLiaison.class
package org.apache.xalan.xpath.xdom
XercesLiaison.checkXML4JVersion ( ) : void
[mangled: org/apache/xalan/xpath/xdom/XercesLiaison.checkXML4JVersion:()V]
xalan_0_19_4.jar, XMLParserLiaison.class
package org.apache.xalan.xpath.xml
XMLParserLiaison.SetShouldExpandEntityRefs ( boolean p1 ) [abstract] : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaison.SetShouldExpandEntityRefs:(Z)V]
xalan_0_19_4.jar, XMLParserLiaisonDefault.class
package org.apache.xalan.xpath.xml
XMLParserLiaisonDefault.getFormatterListener ( ) : DocumentHandler
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.getFormatterListener:()Lorg/xml/sax/DocumentHandler;]
XMLParserLiaisonDefault.setFormatterListener ( DocumentHandler fl ) : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.setFormatterListener:(Lorg/xml/sax/DocumentHandler;)V]
XMLParserLiaisonDefault.SetShouldExpandEntityRefs ( boolean b ) : void
[mangled: org/apache/xalan/xpath/xml/XMLParserLiaisonDefault.SetShouldExpandEntityRefs:(Z)V]
xalan_0_19_4.jar, XMLSourceInfo.class
package org.apache.xalan.xslt
XMLSourceInfo.getXMLSourceNode ( ) [abstract] : Node
[mangled: org/apache/xalan/xslt/XMLSourceInfo.getXMLSourceNode:()Lorg/w3c/dom/Node;]
XMLSourceInfo.setXMLSourceNode ( Node p1 ) [abstract] : void
[mangled: org/apache/xalan/xslt/XMLSourceInfo.setXMLSourceNode:(Lorg/w3c/dom/Node;)V]
xalan_0_19_4.jar, XPath.class
package org.apache.xalan.xpath
XPath.createXLocatorHandler ( XPath xpath ) : XLocator
[mangled: org/apache/xalan/xpath/XPath.createXLocatorHandler:(Lorg/apache/xalan/xpath/XPath;)Lorg/apache/xalan/xpath/XLocator;]
XPath.getRoot ( XPathSupport execContext, Node node ) : Node
[mangled: org/apache/xalan/xpath/XPath.getRoot:(Lorg/apache/xalan/xpath/XPathSupport;Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
XPath.nodeTest ( XPathSupport execContext, Node context, int opPos, int argLen, int stepType ) : double
[mangled: org/apache/xalan/xpath/XPath.nodeTest:(Lorg/apache/xalan/xpath/XPathSupport;Lorg/w3c/dom/Node;III)D]
XPath.XPath ( XPathSupport callbacks, ProblemListener problemListener )
[mangled: org/apache/xalan/xpath/XPath."<init>":(Lorg/apache/xalan/xpath/XPathSupport;Lorg/apache/xalan/xpath/xml/ProblemListener;)V]
xalan_0_19_4.jar, XPathProcessorImpl.class
package org.apache.xalan.xpath
XPathProcessorImpl.AxisName ( ) : void
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.AxisName:()V]
XPathProcessorImpl.displayDuration ( String info, Object key ) : void
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.displayDuration:(Ljava/lang/String;Ljava/lang/Object;)V]
XPathProcessorImpl.NodeTest ( ) : void
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.NodeTest:()V]
XPathProcessorImpl.popDuration ( Object key ) : long
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.popDuration:(Ljava/lang/Object;)J]
XPathProcessorImpl.pushTime ( Object key ) : void
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.pushTime:(Ljava/lang/Object;)V]
xalan_0_19_4.jar, XPointer.class
package org.apache.xalan.xpath
XPointer.getNode ( String xpointer ) [static] : XSpan
[mangled: org/apache/xalan/xpath/XPointer.getNode:(Ljava/lang/String;)Lorg/apache/xalan/xpath/XSpan;]
XPointer.getNode ( XPath xpath ) [static] : XSpan
[mangled: org/apache/xalan/xpath/XPointer.getNode:(Lorg/apache/xalan/xpath/XPath;)Lorg/apache/xalan/xpath/XSpan;]
XPointer.XPointer ( )
[mangled: org/apache/xalan/xpath/XPointer."<init>":()V]
xalan_0_19_4.jar, XSLTEngineImpl.class
package org.apache.xalan.xslt
XSLTEngineImpl.cdata ( char[ ] ch, int start, int length ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.cdata:([CII)V]
XSLTEngineImpl.comment ( String data ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.comment:(Ljava/lang/String;)V]
XSLTEngineImpl.entityReference ( String name ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.entityReference:(Ljava/lang/String;)V]
XSLTEngineImpl.handleFunctionsInstruction ( Element extensionElem ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.handleFunctionsInstruction:(Lorg/w3c/dom/Element;)V]
XSLTEngineImpl.setOutputCarriageReturns ( boolean b ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.setOutputCarriageReturns:(Z)V]
XSLTEngineImpl.setOutputLinefeeds ( boolean b ) : void
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.setOutputLinefeeds:(Z)V]
XSLTEngineImpl.setTranslateCSS ( boolean b ) : void *DEPRECATED*
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.setTranslateCSS:(Z)V]
xalan_0_19_4.jar, XSpan.class
package org.apache.xalan.xpath
XSpan.getEnd ( ) : int
[mangled: org/apache/xalan/xpath/XSpan.getEnd:()I]
XSpan.getStart ( ) : int
[mangled: org/apache/xalan/xpath/XSpan.getStart:()I]
XSpan.setEnd ( int end ) : void
[mangled: org/apache/xalan/xpath/XSpan.setEnd:(I)V]
XSpan.setSpan ( int firstNodeOffset, int lastNodeOffset ) : void
[mangled: org/apache/xalan/xpath/XSpan.setSpan:(II)V]
XSpan.setStart ( int start ) : void
[mangled: org/apache/xalan/xpath/XSpan.setStart:(I)V]
XSpan.XSpan ( )
[mangled: org/apache/xalan/xpath/XSpan."<init>":()V]
XSpan.XSpan ( Node n )
[mangled: org/apache/xalan/xpath/XSpan."<init>":(Lorg/w3c/dom/Node;)V]
XSpan.XSpan ( NodeList val )
[mangled: org/apache/xalan/xpath/XSpan."<init>":(Lorg/w3c/dom/NodeList;)V]
xerces_1_0_1.jar, AttrImpl.class
package org.apache.xerces.dom
AttrImpl.AttrImpl ( DocumentImpl p1, String p2, String p3 )
[mangled: org/apache/xerces/dom/AttrImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_1.jar, BaseMarkupSerializer.class
package org.apache.xml.serialize
BaseMarkupSerializer.characters ( String p1, boolean p2, boolean p3 ) : void
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.characters:(Ljava/lang/String;ZZ)V]
BaseMarkupSerializer.enterElementState ( String p1, boolean p2 ) : ElementState
[mangled: org/apache/xml/serialize/BaseMarkupSerializer.enterElementState:(Ljava/lang/String;Z)Lorg/apache/xml/serialize/ElementState;]
xerces_1_0_1.jar, Configurable.class
package org.xml.sax
Configurable.getFeature ( String p1 ) [abstract] : boolean
[mangled: org/xml/sax/Configurable.getFeature:(Ljava/lang/String;)Z]
Configurable.getProperty ( String p1 ) [abstract] : Object
[mangled: org/xml/sax/Configurable.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
Configurable.setFeature ( String p1, boolean p2 ) [abstract] : void
[mangled: org/xml/sax/Configurable.setFeature:(Ljava/lang/String;Z)V]
Configurable.setProperty ( String p1, Object p2 ) [abstract] : void
[mangled: org/xml/sax/Configurable.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
xerces_1_0_1.jar, ConfigurableParserAdapter.class
package org.xml.sax.helpers
ConfigurableParserAdapter.ConfigurableParserAdapter ( Parser p1 )
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter."<init>":(Lorg/xml/sax/Parser;)V]
ConfigurableParserAdapter.getFeature ( String p1 ) : boolean
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.getFeature:(Ljava/lang/String;)Z]
ConfigurableParserAdapter.getProperty ( String p1 ) : Object
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ConfigurableParserAdapter.parse ( InputSource p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.parse:(Lorg/xml/sax/InputSource;)V]
ConfigurableParserAdapter.parse ( String p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.parse:(Ljava/lang/String;)V]
ConfigurableParserAdapter.setDocumentHandler ( DocumentHandler p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setDocumentHandler:(Lorg/xml/sax/DocumentHandler;)V]
ConfigurableParserAdapter.setDTDHandler ( DTDHandler p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V]
ConfigurableParserAdapter.setEntityResolver ( EntityResolver p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V]
ConfigurableParserAdapter.setErrorHandler ( ErrorHandler p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V]
ConfigurableParserAdapter.setFeature ( String p1, boolean p2 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setFeature:(Ljava/lang/String;Z)V]
ConfigurableParserAdapter.setLocale ( Locale p1 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setLocale:(Ljava/util/Locale;)V]
ConfigurableParserAdapter.setProperty ( String p1, Object p2 ) : void
[mangled: org/xml/sax/helpers/ConfigurableParserAdapter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
xerces_1_0_1.jar, DeclHandler.class
package org.xml.sax.misc
DeclHandler.attributeDecl ( String p1, String p2, String p3, String p4, String p5 ) [abstract] : void
[mangled: org/xml/sax/misc/DeclHandler.attributeDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.elementDecl ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/misc/DeclHandler.elementDecl:(Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.externalEntityDecl ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xml/sax/misc/DeclHandler.externalEntityDecl:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
DeclHandler.internalEntityDecl ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/misc/DeclHandler.internalEntityDecl:(Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_1.jar, DocumentEvent.class
package org.apache.xerces.domx.events
DocumentEvent.createEvent ( String p1 ) [abstract] : Event
[mangled: org/apache/xerces/domx/events/DocumentEvent.createEvent:(Ljava/lang/String;)Lorg/apache/xerces/domx/events/Event;]
xerces_1_0_1.jar, DocumentImpl.class
package org.apache.xerces.dom
DocumentImpl.createEvent ( String p1 ) : Event
[mangled: org/apache/xerces/dom/DocumentImpl.createEvent:(Ljava/lang/String;)Lorg/apache/xerces/domx/events/Event;]
DocumentImpl.createNodeIterator ( Node p1, int p2, NodeFilter p3, boolean p4 ) : NodeIterator
[mangled: org/apache/xerces/dom/DocumentImpl.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)Lorg/apache/xerces/domx/traversal/NodeIterator;]
DocumentImpl.createNodeIterator ( Node p1, short p2, NodeFilter p3 ) : NodeIterator
[mangled: org/apache/xerces/dom/DocumentImpl.createNodeIterator:(Lorg/w3c/dom/Node;SLorg/apache/xerces/domx/traversal/NodeFilter;)Lorg/apache/xerces/domx/traversal/NodeIterator;]
DocumentImpl.createTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 ) : TreeWalker
[mangled: org/apache/xerces/dom/DocumentImpl.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)Lorg/apache/xerces/domx/traversal/TreeWalker;]
DocumentImpl.createTreeWalker ( Node p1, short p2, NodeFilter p3 ) : TreeWalker
[mangled: org/apache/xerces/dom/DocumentImpl.createTreeWalker:(Lorg/w3c/dom/Node;SLorg/apache/xerces/domx/traversal/NodeFilter;)Lorg/apache/xerces/domx/traversal/TreeWalker;]
DocumentImpl.removeNodeIterator ( NodeIterator p1 ) : void
[mangled: org/apache/xerces/dom/DocumentImpl.removeNodeIterator:(Lorg/apache/xerces/domx/traversal/NodeIterator;)V]
DocumentImpl.removeNodeIterators ( ) : void
[mangled: org/apache/xerces/dom/DocumentImpl.removeNodeIterators:()V]
DocumentImpl.removeTreeWalker ( TreeWalker p1 ) : void
[mangled: org/apache/xerces/dom/DocumentImpl.removeTreeWalker:(Lorg/apache/xerces/domx/traversal/TreeWalker;)V]
DocumentImpl.removeTreeWalkers ( ) : void
[mangled: org/apache/xerces/dom/DocumentImpl.removeTreeWalkers:()V]
xerces_1_0_1.jar, DocumentTraversal.class
package org.apache.xerces.domx.traversal
DocumentTraversal.createNodeIterator ( Node p1, int p2, NodeFilter p3, boolean p4 ) [abstract] : NodeIterator
[mangled: org/apache/xerces/domx/traversal/DocumentTraversal.createNodeIterator:(Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)Lorg/apache/xerces/domx/traversal/NodeIterator;]
DocumentTraversal.createTreeWalker ( Node p1, int p2, NodeFilter p3, boolean p4 ) [abstract] : TreeWalker
[mangled: org/apache/xerces/domx/traversal/DocumentTraversal.createTreeWalker:(Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)Lorg/apache/xerces/domx/traversal/TreeWalker;]
xerces_1_0_1.jar, DocumentTWIF.class
package org.apache.xerces.domx.traversal
DocumentTWIF.createNodeIterator ( Node p1, short p2, NodeFilter p3 ) [abstract] : NodeIterator
[mangled: org/apache/xerces/domx/traversal/DocumentTWIF.createNodeIterator:(Lorg/w3c/dom/Node;SLorg/apache/xerces/domx/traversal/NodeFilter;)Lorg/apache/xerces/domx/traversal/NodeIterator;]
xerces_1_0_1.jar, DocumentTypeImpl.class
package org.apache.xerces.dom
DocumentTypeImpl.getPublicID ( ) : String
[mangled: org/apache/xerces/dom/DocumentTypeImpl.getPublicID:()Ljava/lang/String;]
DocumentTypeImpl.getSystemID ( ) : String
[mangled: org/apache/xerces/dom/DocumentTypeImpl.getSystemID:()Ljava/lang/String;]
xerces_1_0_1.jar, ElementImpl.class
package org.apache.xerces.dom
ElementImpl.ElementImpl ( DocumentImpl p1, String p2, String p3 )
[mangled: org/apache/xerces/dom/ElementImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_1.jar, Event.class
package org.apache.xerces.domx.events
Event.getBubbles ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/Event.getBubbles:()Z]
Event.getCancelable ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/Event.getCancelable:()Z]
Event.getCurrentNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/events/Event.getCurrentNode:()Lorg/w3c/dom/Node;]
Event.getEventPhase ( ) [abstract] : short
[mangled: org/apache/xerces/domx/events/Event.getEventPhase:()S]
Event.getTarget ( ) [abstract] : EventTarget
[mangled: org/apache/xerces/domx/events/Event.getTarget:()Lorg/apache/xerces/domx/events/EventTarget;]
Event.getType ( ) [abstract] : String
[mangled: org/apache/xerces/domx/events/Event.getType:()Ljava/lang/String;]
Event.initEvent ( String p1, boolean p2, boolean p3 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/Event.initEvent:(Ljava/lang/String;ZZ)V]
Event.preventDefault ( ) [abstract] : void
[mangled: org/apache/xerces/domx/events/Event.preventDefault:()V]
Event.stopPropagation ( ) [abstract] : void
[mangled: org/apache/xerces/domx/events/Event.stopPropagation:()V]
xerces_1_0_1.jar, EventImpl.class
package org.apache.xerces.dom.events
EventImpl.getTarget ( ) : EventTarget
[mangled: org/apache/xerces/dom/events/EventImpl.getTarget:()Lorg/apache/xerces/domx/events/EventTarget;]
xerces_1_0_1.jar, EventListener.class
package org.apache.xerces.domx.events
EventListener.handleEvent ( Event p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/EventListener.handleEvent:(Lorg/apache/xerces/domx/events/Event;)V]
xerces_1_0_1.jar, EventTarget.class
package org.apache.xerces.domx.events
EventTarget.addEventListener ( String p1, EventListener p2, boolean p3 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/EventTarget.addEventListener:(Ljava/lang/String;Lorg/apache/xerces/domx/events/EventListener;Z)V]
EventTarget.dispatchEvent ( Event p1 ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/EventTarget.dispatchEvent:(Lorg/apache/xerces/domx/events/Event;)Z]
EventTarget.removeEventListener ( String p1, EventListener p2, boolean p3 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/EventTarget.removeEventListener:(Ljava/lang/String;Lorg/apache/xerces/domx/events/EventListener;Z)V]
xerces_1_0_1.jar, HTMLSerializer.class
package org.apache.xml.serialize
HTMLSerializer.characters ( String p1, boolean p2, boolean p3 ) : void
[mangled: org/apache/xml/serialize/HTMLSerializer.characters:(Ljava/lang/String;ZZ)V]
xerces_1_0_1.jar, LexicalHandler.class
package org.xml.sax.misc
LexicalHandler.comment ( char[ ] p1, int p2, int p3 ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.comment:([CII)V]
LexicalHandler.endCDATA ( ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.endCDATA:()V]
LexicalHandler.endDTD ( ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.endDTD:()V]
LexicalHandler.endEntity ( String p1 ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.endEntity:(Ljava/lang/String;)V]
LexicalHandler.startCDATA ( ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.startCDATA:()V]
LexicalHandler.startDTD ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
LexicalHandler.startEntity ( String p1 ) [abstract] : void
[mangled: org/xml/sax/misc/LexicalHandler.startEntity:(Ljava/lang/String;)V]
xerces_1_0_1.jar, MutationEvent.class
package org.apache.xerces.domx.events
MutationEvent.getAttrName ( ) [abstract] : String
[mangled: org/apache/xerces/domx/events/MutationEvent.getAttrName:()Ljava/lang/String;]
MutationEvent.getNewValue ( ) [abstract] : String
[mangled: org/apache/xerces/domx/events/MutationEvent.getNewValue:()Ljava/lang/String;]
MutationEvent.getPrevValue ( ) [abstract] : String
[mangled: org/apache/xerces/domx/events/MutationEvent.getPrevValue:()Ljava/lang/String;]
MutationEvent.getRelatedNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/events/MutationEvent.getRelatedNode:()Lorg/w3c/dom/Node;]
MutationEvent.initMutationEvent ( String p1, boolean p2, boolean p3, Node p4, String p5, String p6, String p7 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/MutationEvent.initMutationEvent:(Ljava/lang/String;ZZLorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_1.jar, NamespaceHandler.class
package org.xml.sax.misc
NamespaceHandler.endNamespaceDeclScope ( String p1 ) [abstract] : void
[mangled: org/xml/sax/misc/NamespaceHandler.endNamespaceDeclScope:(Ljava/lang/String;)V]
NamespaceHandler.startNamespaceDeclScope ( String p1, String p2 ) [abstract] : void
[mangled: org/xml/sax/misc/NamespaceHandler.startNamespaceDeclScope:(Ljava/lang/String;Ljava/lang/String;)V]
xerces_1_0_1.jar, NodeFilter.class
package org.apache.xerces.domx.traversal
NodeFilter.acceptNode ( Node p1 ) [abstract] : short
[mangled: org/apache/xerces/domx/traversal/NodeFilter.acceptNode:(Lorg/w3c/dom/Node;)S]
xerces_1_0_1.jar, NodeImpl.class
package org.apache.xerces.dom
NodeImpl.addEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/xerces/dom/NodeImpl.addEventListener:(Ljava/lang/String;Lorg/apache/xerces/domx/events/EventListener;Z)V]
NodeImpl.dispatchEvent ( Event p1 ) : boolean
[mangled: org/apache/xerces/dom/NodeImpl.dispatchEvent:(Lorg/apache/xerces/domx/events/Event;)Z]
NodeImpl.removeEventListener ( String p1, EventListener p2, boolean p3 ) : void
[mangled: org/apache/xerces/dom/NodeImpl.removeEventListener:(Ljava/lang/String;Lorg/apache/xerces/domx/events/EventListener;Z)V]
NodeImpl.synchronizeChildren ( ) : void
[mangled: org/apache/xerces/dom/NodeImpl.synchronizeChildren:()V]
xerces_1_0_1.jar, NodeIterator.class
package org.apache.xerces.domx.traversal
NodeIterator.detach ( ) [abstract] : void
[mangled: org/apache/xerces/domx/traversal/NodeIterator.detach:()V]
NodeIterator.getExpandEntityReferences ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/traversal/NodeIterator.getExpandEntityReferences:()Z]
NodeIterator.getFilter ( ) [abstract] : NodeFilter
[mangled: org/apache/xerces/domx/traversal/NodeIterator.getFilter:()Lorg/apache/xerces/domx/traversal/NodeFilter;]
NodeIterator.getWhatToShow ( ) [abstract] : int
[mangled: org/apache/xerces/domx/traversal/NodeIterator.getWhatToShow:()I]
NodeIterator.nextNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/NodeIterator.nextNode:()Lorg/w3c/dom/Node;]
NodeIterator.previousNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/NodeIterator.previousNode:()Lorg/w3c/dom/Node;]
xerces_1_0_1.jar, NodeIteratorImpl.class
package org.apache.xerces.dom.traversal
NodeIteratorImpl.detach ( ) : void
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.detach:()V]
NodeIteratorImpl.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.getExpandEntityReferences:()Z]
NodeIteratorImpl.getFilter ( ) : NodeFilter
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.getFilter:()Lorg/apache/xerces/domx/traversal/NodeFilter;]
NodeIteratorImpl.getWhatToShow ( ) : int
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.getWhatToShow:()I]
NodeIteratorImpl.nextNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.nextNode:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.NodeIteratorImpl ( DocumentImpl p1, Node p2, int p3, NodeFilter p4, boolean p5 )
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl."<init>":(Lorg/apache/xerces/dom/DocumentImpl;Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)V]
NodeIteratorImpl.previousNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.previousNode:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.removeNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/traversal/NodeIteratorImpl.removeNode:(Lorg/w3c/dom/Node;)V]
xerces_1_0_1.jar, RevalidatingDOMParser.class
package org.apache.xerces.parsers
RevalidatingDOMParser.RevalidatingDOMParser ( )
[mangled: org/apache/xerces/parsers/RevalidatingDOMParser."<init>":()V]
RevalidatingDOMParser.validate ( Node p1 ) : Node
[mangled: org/apache/xerces/parsers/RevalidatingDOMParser.validate:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
xerces_1_0_1.jar, SAXParser.class
package org.apache.xerces.parsers
SAXParser.getDeclHandler ( ) : DeclHandler
[mangled: org/apache/xerces/parsers/SAXParser.getDeclHandler:()Lorg/xml/sax/misc/DeclHandler;]
SAXParser.getLexicalHandler ( ) : LexicalHandler
[mangled: org/apache/xerces/parsers/SAXParser.getLexicalHandler:()Lorg/xml/sax/misc/LexicalHandler;]
SAXParser.getNamespaceHandler ( ) : NamespaceHandler
[mangled: org/apache/xerces/parsers/SAXParser.getNamespaceHandler:()Lorg/xml/sax/misc/NamespaceHandler;]
SAXParser.getNormalizeText ( ) : boolean
[mangled: org/apache/xerces/parsers/SAXParser.getNormalizeText:()Z]
SAXParser.getUseLocator ( ) : boolean
[mangled: org/apache/xerces/parsers/SAXParser.getUseLocator:()Z]
SAXParser.setDeclHandler ( DeclHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setDeclHandler:(Lorg/xml/sax/misc/DeclHandler;)V]
SAXParser.setLexicalHandler ( LexicalHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setLexicalHandler:(Lorg/xml/sax/misc/LexicalHandler;)V]
SAXParser.setNamespaceHandler ( NamespaceHandler p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setNamespaceHandler:(Lorg/xml/sax/misc/NamespaceHandler;)V]
SAXParser.setNormalizeText ( boolean p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setNormalizeText:(Z)V]
SAXParser.setUseLocator ( boolean p1 ) : void
[mangled: org/apache/xerces/parsers/SAXParser.setUseLocator:(Z)V]
xerces_1_0_1.jar, TextSerializer.class
package org.apache.xml.serialize
TextSerializer.characters ( String p1, boolean p2, boolean p3 ) : void
[mangled: org/apache/xml/serialize/TextSerializer.characters:(Ljava/lang/String;ZZ)V]
xerces_1_0_1.jar, TreeWalker.class
package org.apache.xerces.domx.traversal
TreeWalker.firstChild ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.firstChild:()Lorg/w3c/dom/Node;]
TreeWalker.getCurrentNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.getCurrentNode:()Lorg/w3c/dom/Node;]
TreeWalker.getExpandEntityReferences ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/traversal/TreeWalker.getExpandEntityReferences:()Z]
TreeWalker.getFilter ( ) [abstract] : NodeFilter
[mangled: org/apache/xerces/domx/traversal/TreeWalker.getFilter:()Lorg/apache/xerces/domx/traversal/NodeFilter;]
TreeWalker.getWhatToShow ( ) [abstract] : int
[mangled: org/apache/xerces/domx/traversal/TreeWalker.getWhatToShow:()I]
TreeWalker.lastChild ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.lastChild:()Lorg/w3c/dom/Node;]
TreeWalker.nextNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.nextNode:()Lorg/w3c/dom/Node;]
TreeWalker.nextSibling ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.nextSibling:()Lorg/w3c/dom/Node;]
TreeWalker.parentNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.parentNode:()Lorg/w3c/dom/Node;]
TreeWalker.previousNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.previousNode:()Lorg/w3c/dom/Node;]
TreeWalker.previousSibling ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/traversal/TreeWalker.previousSibling:()Lorg/w3c/dom/Node;]
TreeWalker.setCurrentNode ( Node p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/traversal/TreeWalker.setCurrentNode:(Lorg/w3c/dom/Node;)V]
xerces_1_0_1.jar, TreeWalkerImpl.class
package org.apache.xerces.dom.traversal
TreeWalkerImpl.firstChild ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.firstChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getCurrentNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.getCurrentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.getExpandEntityReferences ( ) : boolean
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.getExpandEntityReferences:()Z]
TreeWalkerImpl.getFilter ( ) : NodeFilter
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.getFilter:()Lorg/apache/xerces/domx/traversal/NodeFilter;]
TreeWalkerImpl.getWhatToShow ( ) : int
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.getWhatToShow:()I]
TreeWalkerImpl.lastChild ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.lastChild:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.nextNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.nextSibling ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.nextSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.parentNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.parentNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousNode ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.previousNode:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.previousSibling ( ) : Node
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.previousSibling:()Lorg/w3c/dom/Node;]
TreeWalkerImpl.setCurrentNode ( Node p1 ) : void
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl.setCurrentNode:(Lorg/w3c/dom/Node;)V]
TreeWalkerImpl.TreeWalkerImpl ( Node p1, int p2, NodeFilter p3, boolean p4 )
[mangled: org/apache/xerces/dom/traversal/TreeWalkerImpl."<init>":(Lorg/w3c/dom/Node;ILorg/apache/xerces/domx/traversal/NodeFilter;Z)V]
xerces_1_0_1.jar, UIEvent.class
package org.apache.xerces.domx.events
UIEvent.getAltKey ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/UIEvent.getAltKey:()Z]
UIEvent.getButton ( ) [abstract] : short
[mangled: org/apache/xerces/domx/events/UIEvent.getButton:()S]
UIEvent.getCharCode ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getCharCode:()I]
UIEvent.getClickCount ( ) [abstract] : short
[mangled: org/apache/xerces/domx/events/UIEvent.getClickCount:()S]
UIEvent.getClientX ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getClientX:()I]
UIEvent.getClientY ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getClientY:()I]
UIEvent.getCtrlKey ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/UIEvent.getCtrlKey:()Z]
UIEvent.getKeyCode ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getKeyCode:()I]
UIEvent.getMetaKey ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/UIEvent.getMetaKey:()Z]
UIEvent.getRelatedNode ( ) [abstract] : Node
[mangled: org/apache/xerces/domx/events/UIEvent.getRelatedNode:()Lorg/w3c/dom/Node;]
UIEvent.getScreenX ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getScreenX:()I]
UIEvent.getScreenY ( ) [abstract] : int
[mangled: org/apache/xerces/domx/events/UIEvent.getScreenY:()I]
UIEvent.getShiftKey ( ) [abstract] : boolean
[mangled: org/apache/xerces/domx/events/UIEvent.getShiftKey:()Z]
UIEvent.initUIEvent ( String p1, boolean p2, boolean p3, int p4, int p5, int p6, int p7, boolean p8, boolean p9, boolean p10, boolean p11, int p12, int p13, short p14, short p15, Node p16 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.initUIEvent:(Ljava/lang/String;ZZIIIIZZZZIISSLorg/w3c/dom/Node;)V]
UIEvent.setAltKey ( boolean p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setAltKey:(Z)V]
UIEvent.setButton ( short p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setButton:(S)V]
UIEvent.setCharCode ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setCharCode:(I)V]
UIEvent.setClickCount ( short p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setClickCount:(S)V]
UIEvent.setClientX ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setClientX:(I)V]
UIEvent.setClientY ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setClientY:(I)V]
UIEvent.setCtrlKey ( boolean p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setCtrlKey:(Z)V]
UIEvent.setKeyCode ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setKeyCode:(I)V]
UIEvent.setMetaKey ( boolean p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setMetaKey:(Z)V]
UIEvent.setRelatedNode ( Node p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setRelatedNode:(Lorg/w3c/dom/Node;)V]
UIEvent.setScreenX ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setScreenX:(I)V]
UIEvent.setScreenY ( int p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setScreenY:(I)V]
UIEvent.setShiftKey ( boolean p1 ) [abstract] : void
[mangled: org/apache/xerces/domx/events/UIEvent.setShiftKey:(Z)V]
xerces_1_0_1.jar, XMLParser.class
package org.apache.xerces.framework
XMLParser.getNamespaceSep ( ) : String
[mangled: org/apache/xerces/framework/XMLParser.getNamespaceSep:()Ljava/lang/String;]
XMLParser.getXMLString ( ) : String
[mangled: org/apache/xerces/framework/XMLParser.getXMLString:()Ljava/lang/String;]
XMLParser.setNamespaceSep ( String p1 ) : void
[mangled: org/apache/xerces/framework/XMLParser.setNamespaceSep:(Ljava/lang/String;)V]
xerces_1_0_1.jar, XSchemaValidator.class
package org.apache.xerces.validators.schema
XSchemaValidator.loadSchema ( String p1 ) : void
[mangled: org/apache/xerces/validators/schema/XSchemaValidator.loadSchema:(Ljava/lang/String;)V]
to the top
Problems with Data Types, High Severity (68)
xalan_0_19_4.jar
package org.apache.xalan.xpath
[+] SimpleNodeLocator (1)
| Change | Effect |
---|
1 | Field USEDEPTHFIRST of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
SimpleNodeLocator ( )This constructor is from 'SimpleNodeLocator' class.
connect ( String, String )This method is from 'SimpleNodeLocator' class.
connectToNodes ( XPath, XPathSupport, Node, int, Vector )This method is from 'SimpleNodeLocator' class.
factory ( )This method is from 'SimpleNodeLocator' class.
findAncestors ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findAncestorsOrSelf ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findAttributes ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findChildren ( XPath, XPathSupport, Node, int, int, MutableNodeList, NodeCallback, Object, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findDescendants ( XPath, XPathSupport, Node, int, int, MutableNodeList, NodeCallback, Object, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findFollowing ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findFollowingSiblings ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
findNamespace ( XPath, XPathSupport, Node, int, int, MutableNodeList, boolean, boolean )This method is from 'SimpleNodeLocator' class.
...
[+] XPath (12)
| Change | Effect |
---|
1 | Access level of field MAXTOKENQUEUESIZE has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field NEXT_FREE_ID has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field m_currentPattern has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
4 | Access level of field m_debug has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
5 | Access level of field m_false has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
6 | Access level of field m_opMap has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
7 | Access level of field m_tokenQueue has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
8 | Access level of field m_tokenQueueSize has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
9 | Access level of field m_trace has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
10 | Access level of field m_true has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
11 | Field m_patternMap of type int[] has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
12 | Field m_patternMapSize of type int has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (338)
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
execute ( XPath, XPathSupport, Node, int, Vector )1st parameter 'path' of this method has type 'XPath'.
...
[+] XPathException (1)
| Change | Effect |
---|
1 | Access level of field m_styleNode has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (8)
XPathException ( String )This constructor is from 'XPathException' class.
XPathException ( String, Exception )This constructor is from 'XPathException' class.
XPathException ( String, Object )This constructor is from 'XPathException' class.
XPathException ( String, Node, Exception )This constructor is from 'XPathException' class.
getException ( )This method is from 'XPathException' class.
getMessage ( )This method is from 'XPathException' class.
printStackTrace ( PrintStream )This method is from 'XPathException' class.
printStackTrace ( PrintWriter )This method is from 'XPathException' class.
[+] XPathProcessorImpl (3)
| Change | Effect |
---|
1 | Access level of field m_debug has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field m_queueMark has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field m_trace has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (49)
XPathProcessorImpl ( )This constructor is from 'XPathProcessorImpl' class.
XPathProcessorImpl ( XPathSupport )This constructor is from 'XPathProcessorImpl' class.
AbbreviatedNodeTestStep ( )This method is from 'XPathProcessorImpl' class.
AdditiveExpr ( int )This method is from 'XPathProcessorImpl' class.
AndExpr ( )This method is from 'XPathProcessorImpl' class.
Argument ( )This method is from 'XPathProcessorImpl' class.
Basis ( )This method is from 'XPathProcessorImpl' class.
BooleanExpr ( )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString2 ( String )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString3 ( String )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString ( String )This method is from 'XPathProcessorImpl' class.
dumpRemainingTokenQueue ( )This method is from 'XPathProcessorImpl' class.
...
[+] XPointer (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XPointer ( )This constructor is from 'XPointer' class.
getNode ( String )This method is from 'XPointer' class.
getNode ( XPath )This method is from 'XPointer' class.
[+] XSpan (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
XSpan ( )This constructor is from 'XSpan' class.
XSpan ( Node )This constructor is from 'XSpan' class.
XSpan ( NodeList )This constructor is from 'XSpan' class.
getEnd ( )This method is from 'XSpan' class.
getStart ( )This method is from 'XSpan' class.
setEnd ( int )This method is from 'XSpan' class.
setSpan ( int, int )This method is from 'XSpan' class.
setStart ( int )This method is from 'XSpan' class.
package org.apache.xalan.xpath.dtm
[+] DTMtest (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
DTMtest ( )This constructor is from 'DTMtest' class.
main ( String[ ] )This method is from 'DTMtest' class.
package org.apache.xalan.xpath.xml
[+] FormatterToDOM (1)
| Change | Effect |
---|
1 | Removed super-interface org.xml.sax.misc.LexicalHandler. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (23)
FormatterToDOM ( Document )This constructor is from 'FormatterToDOM' class.
FormatterToDOM ( Document, DocumentFragment )This constructor is from 'FormatterToDOM' class.
FormatterToDOM ( Document, Element )This constructor is from 'FormatterToDOM' class.
cdata ( char[ ], int, int )This method is from 'FormatterToDOM' class.
characters ( char[ ], int, int )This method is from 'FormatterToDOM' class.
charactersRaw ( char[ ], int, int )This method is from 'FormatterToDOM' class.
comment ( char[ ], int, int )This method is from 'FormatterToDOM' class.
endCDATA ( )This method is from 'FormatterToDOM' class.
endDocument ( )This method is from 'FormatterToDOM' class.
endDTD ( )This method is from 'FormatterToDOM' class.
endElement ( String )This method is from 'FormatterToDOM' class.
endEntity ( String )This method is from 'FormatterToDOM' class.
...
[+] FormatterToXML (1)
| Change | Effect |
---|
1 | Removed super-interface org.xml.sax.misc.LexicalHandler. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (45)
FormatterToHTML ( FormatterToXML )1st parameter 'xmlListener' of this method has type 'FormatterToXML'.
FormatterToXML ( )This constructor is from 'FormatterToXML' class.
FormatterToXML ( Writer )This constructor is from 'FormatterToXML' class.
FormatterToXML ( FormatterToXML )This constructor is from 'FormatterToXML' class.
accum ( char[ ], int, int )This method is from 'FormatterToXML' class.
accum ( byte )This method is from 'FormatterToXML' class.
accum ( char )This method is from 'FormatterToXML' class.
accum ( String )This method is from 'FormatterToXML' class.
cdata ( char[ ], int, int )This method is from 'FormatterToXML' class.
characters ( char[ ], int, int )This method is from 'FormatterToXML' class.
charactersRaw ( char[ ], int, int )This method is from 'FormatterToXML' class.
childNodesWereAdded ( )This method is from 'FormatterToXML' class.
...
[+] XMLParserLiaison (1)
| Change | Effect |
---|
1 | Abstract method SetShouldExpandEntityRefs ( boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (28)
checkNode ( Node )This abstract method is from 'XMLParserLiaison' interface.
createDocument ( )This abstract method is from 'XMLParserLiaison' interface.
getAcceptLanguage ( )This abstract method is from 'XMLParserLiaison' interface.
getDefaultXPathFactory ( )This abstract method is from 'XMLParserLiaison' interface.
getDocument ( )This abstract method is from 'XMLParserLiaison' interface.
getExpandedAttributeName ( Attr )This abstract method is from 'XMLParserLiaison' interface.
getExpandedElementName ( Element )This abstract method is from 'XMLParserLiaison' interface.
getIndent ( )This abstract method is from 'XMLParserLiaison' interface.
getParserDescription ( )This abstract method is from 'XMLParserLiaison' interface.
getProblemListener ( )This abstract method is from 'XMLParserLiaison' interface.
getShouldExpandEntityRefs ( )This abstract method is from 'XMLParserLiaison' interface.
getSpecialCharacters ( )This abstract method is from 'XMLParserLiaison' interface.
...
[+] XMLParserLiaisonDefault (3)
| Change | Effect |
---|
1 | Access level of field m_dataProviders has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field m_formatterListener has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field m_use_validation has been changed from public to protected. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (73)
XMLParserLiaisonDefault ( )This constructor is from 'XMLParserLiaisonDefault' class.
XMLParserLiaisonDefault ( ProblemListener )This constructor is from 'XMLParserLiaisonDefault' class.
addExtensionElementNamespace ( String, ExtensionFunctionHandler )This method is from 'XMLParserLiaisonDefault' class.
addExtensionNamespace ( String, ExtensionFunctionHandler )This method is from 'XMLParserLiaisonDefault' class.
associateXLocatorToNode ( Node, XLocator )This method is from 'XMLParserLiaisonDefault' class.
checkNode ( Node )This method is from 'XMLParserLiaisonDefault' class.
createDocument ( )This method is from 'XMLParserLiaisonDefault' class.
createXLocatorHandler ( )This method is from 'XMLParserLiaisonDefault' class.
error ( int )This method is from 'XMLParserLiaisonDefault' class.
error ( Node, int )This method is from 'XMLParserLiaisonDefault' class.
error ( Node, int, Object[ ] )This method is from 'XMLParserLiaisonDefault' class.
extFunction ( String, String, Vector, Object )This method is from 'XMLParserLiaisonDefault' class.
...
package org.apache.xalan.xslt
[+] Expression (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
Expression ( String, String[ ], int, int[ ], int )This constructor is from 'Expression' class.
[+] SerializableAttrListImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SerializableAttrListImpl ( )This constructor is from 'SerializableAttrListImpl' class.
SerializableAttrListImpl ( AttributeList )This constructor is from 'SerializableAttrListImpl' class.
[+] XMLSourceInfo (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
getXMLSourceNode ( )This abstract method is from 'XMLSourceInfo' interface.
setXMLSourceNode ( Node )This abstract method is from 'XMLSourceInfo' interface.
xerces_1_0_1.jar
package org.apache.xerces.dom
[+] AttrImpl (3)
| Change | Effect |
---|
1 | Field localName of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field namespaceURI of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field prefix of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
AttrImpl ( DocumentImpl, String )This constructor is from 'AttrImpl' class.
getElement ( )This method is from 'AttrImpl' class.
getName ( )This method is from 'AttrImpl' class.
getNodeType ( )This method is from 'AttrImpl' class.
getNodeValue ( )This method is from 'AttrImpl' class.
getOwnerElement ( )This method is from 'AttrImpl' class.
getParentNode ( )This method is from 'AttrImpl' class.
getSpecified ( )This method is from 'AttrImpl' class.
getValue ( )This method is from 'AttrImpl' class.
setNodeValue ( String )This method is from 'AttrImpl' class.
setSpecified ( boolean )This method is from 'AttrImpl' class.
setValue ( String )This method is from 'AttrImpl' class.
...
[+] DocumentImpl (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.xerces.domx.events.DocumentEvent. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface org.apache.xerces.domx.traversal.DocumentTraversal. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (139)
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
AttrImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CDATASectionImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CharacterDataImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CommentImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
getLength ( )Field 'this.rootNode.ownerDocument' in the object of this method has type 'DocumentImpl'.
item ( int )Field 'this.rootNode.ownerDocument' in the object of this method has type 'DocumentImpl'.
DocumentFragmentImpl ( DocumentImpl )1st parameter 'p1' of this method has type 'DocumentImpl'.
DocumentImpl ( )This constructor is from 'DocumentImpl' class.
DocumentImpl ( DocumentType )This constructor is from 'DocumentImpl' class.
...
[+] ElementImpl (4)
| Change | Effect |
---|
1 | Field enableNamespace of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field localName of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field namespaceURI of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field prefix of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (174)
HTMLBuilder ( )Field 'this._current' in the object of this method has type 'ElementImpl'.
characters ( char[ ], int, int )Field 'this._current' in the object of this method has type 'ElementImpl'.
characters ( String )Field 'this._current' in the object of this method has type 'ElementImpl'.
endDocument ( )Field 'this._current' in the object of this method has type 'ElementImpl'.
endElement ( String )Field 'this._current' in the object of this method has type 'ElementImpl'.
getHTMLDocument ( )Field 'this._current' in the object of this method has type 'ElementImpl'.
ignorableWhitespace ( char[ ], int, int )Field 'this._current' in the object of this method has type 'ElementImpl'.
processingInstruction ( String, String )Field 'this._current' in the object of this method has type 'ElementImpl'.
setDocumentLocator ( Locator )Field 'this._current' in the object of this method has type 'ElementImpl'.
startDocument ( )Field 'this._current' in the object of this method has type 'ElementImpl'.
startElement ( String, AttributeList )Field 'this._current' in the object of this method has type 'ElementImpl'.
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument.docElement' in 1st parameter 'p1' of this method has type 'ElementImpl'.
...
[+] NodeImpl (5)
| Change | Effect |
---|
1 | Removed super-interface org.apache.xerces.domx.events.EventTarget. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field firstChild of type NodeImpl has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field kidOK of type int[] has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field lastChild of type NodeImpl has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Field syncChildren of type boolean has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (40)
NameNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String, String )1st parameter 'p1' of this method has type 'NodeImpl'.
getLength ( )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
item ( int )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
NodeImpl ( )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( DocumentImpl, String, String )This constructor is from 'NodeImpl' abstract class.
appendChild ( Node )This method is from 'NodeImpl' abstract class.
changed ( )This method is from 'NodeImpl' abstract class.
cloneNode ( boolean )This method is from 'NodeImpl' abstract class.
finalize ( )This method is from 'NodeImpl' abstract class.
getAttributes ( )This method is from 'NodeImpl' abstract class.
...
package org.apache.xerces.dom.events
[+] EventImpl (2)
| Change | Effect |
---|
1 | Type of field target has been changed from org.apache.xerces.domx.events.EventTarget to org.w3c.dom.events.EventTarget. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Removed super-interface org.apache.xerces.domx.events.Event. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (9)
EventImpl ( )This constructor is from 'EventImpl' class.
getBubbles ( )This method is from 'EventImpl' class.
getCancelable ( )This method is from 'EventImpl' class.
getCurrentNode ( )This method is from 'EventImpl' class.
getEventPhase ( )This method is from 'EventImpl' class.
getType ( )This method is from 'EventImpl' class.
initEvent ( String, boolean, boolean )This method is from 'EventImpl' class.
preventDefault ( )This method is from 'EventImpl' class.
stopPropagation ( )This method is from 'EventImpl' class.
[+] MutationEventImpl (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.xerces.domx.events.MutationEvent. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (6)
MutationEventImpl ( )This constructor is from 'MutationEventImpl' class.
getAttrName ( )This method is from 'MutationEventImpl' class.
getNewValue ( )This method is from 'MutationEventImpl' class.
getPrevValue ( )This method is from 'MutationEventImpl' class.
getRelatedNode ( )This method is from 'MutationEventImpl' class.
initMutationEvent ( String, boolean, boolean, Node, String, String, String )This method is from 'MutationEventImpl' class.
package org.apache.xerces.dom.traversal
[+] NodeIteratorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
NodeIteratorImpl ( DocumentImpl, Node, int, NodeFilter, boolean )This constructor is from 'NodeIteratorImpl' class.
detach ( )This method is from 'NodeIteratorImpl' class.
getExpandEntityReferences ( )This method is from 'NodeIteratorImpl' class.
getFilter ( )This method is from 'NodeIteratorImpl' class.
getWhatToShow ( )This method is from 'NodeIteratorImpl' class.
nextNode ( )This method is from 'NodeIteratorImpl' class.
previousNode ( )This method is from 'NodeIteratorImpl' class.
removeNode ( Node )This method is from 'NodeIteratorImpl' class.
[+] TreeWalkerImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (13)
TreeWalkerImpl ( Node, int, NodeFilter, boolean )This constructor is from 'TreeWalkerImpl' class.
firstChild ( )This method is from 'TreeWalkerImpl' class.
getCurrentNode ( )This method is from 'TreeWalkerImpl' class.
getExpandEntityReferences ( )This method is from 'TreeWalkerImpl' class.
getFilter ( )This method is from 'TreeWalkerImpl' class.
getWhatToShow ( )This method is from 'TreeWalkerImpl' class.
lastChild ( )This method is from 'TreeWalkerImpl' class.
nextNode ( )This method is from 'TreeWalkerImpl' class.
nextSibling ( )This method is from 'TreeWalkerImpl' class.
parentNode ( )This method is from 'TreeWalkerImpl' class.
previousNode ( )This method is from 'TreeWalkerImpl' class.
previousSibling ( )This method is from 'TreeWalkerImpl' class.
...
package org.apache.xerces.domx.events
[+] DocumentEvent (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
createEvent ( String )This abstract method is from 'DocumentEvent' interface.
[+] Event (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (9)
getBubbles ( )This abstract method is from 'Event' interface.
getCancelable ( )This abstract method is from 'Event' interface.
getCurrentNode ( )This abstract method is from 'Event' interface.
getEventPhase ( )This abstract method is from 'Event' interface.
getTarget ( )This abstract method is from 'Event' interface.
getType ( )This abstract method is from 'Event' interface.
initEvent ( String, boolean, boolean )This abstract method is from 'Event' interface.
preventDefault ( )This abstract method is from 'Event' interface.
stopPropagation ( )This abstract method is from 'Event' interface.
[+] EventListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
handleEvent ( Event )This abstract method is from 'EventListener' interface.
[+] EventTarget (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
addEventListener ( String, EventListener, boolean )This abstract method is from 'EventTarget' interface.
dispatchEvent ( Event )This abstract method is from 'EventTarget' interface.
removeEventListener ( String, EventListener, boolean )This abstract method is from 'EventTarget' interface.
[+] MutationEvent (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
getAttrName ( )This abstract method is from 'MutationEvent' interface.
getNewValue ( )This abstract method is from 'MutationEvent' interface.
getPrevValue ( )This abstract method is from 'MutationEvent' interface.
getRelatedNode ( )This abstract method is from 'MutationEvent' interface.
initMutationEvent ( String, boolean, boolean, Node, String, String, String )This abstract method is from 'MutationEvent' interface.
[+] UIEvent (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
getAltKey ( )This abstract method is from 'UIEvent' interface.
getButton ( )This abstract method is from 'UIEvent' interface.
getCharCode ( )This abstract method is from 'UIEvent' interface.
getClickCount ( )This abstract method is from 'UIEvent' interface.
getClientX ( )This abstract method is from 'UIEvent' interface.
getClientY ( )This abstract method is from 'UIEvent' interface.
getCtrlKey ( )This abstract method is from 'UIEvent' interface.
getKeyCode ( )This abstract method is from 'UIEvent' interface.
getMetaKey ( )This abstract method is from 'UIEvent' interface.
getRelatedNode ( )This abstract method is from 'UIEvent' interface.
getScreenX ( )This abstract method is from 'UIEvent' interface.
getScreenY ( )This abstract method is from 'UIEvent' interface.
...
package org.apache.xerces.domx.traversal
[+] DocumentTraversal (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
createNodeIterator ( Node, int, NodeFilter, boolean )This abstract method is from 'DocumentTraversal' interface.
createTreeWalker ( Node, int, NodeFilter, boolean )This abstract method is from 'DocumentTraversal' interface.
[+] DocumentTWIF (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
createNodeIterator ( Node, short, NodeFilter )This abstract method is from 'DocumentTWIF' interface.
[+] NodeFilter (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
acceptNode ( Node )This abstract method is from 'NodeFilter' interface.
[+] NodeIterator (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
detach ( )This abstract method is from 'NodeIterator' interface.
getExpandEntityReferences ( )This abstract method is from 'NodeIterator' interface.
getFilter ( )This abstract method is from 'NodeIterator' interface.
getWhatToShow ( )This abstract method is from 'NodeIterator' interface.
nextNode ( )This abstract method is from 'NodeIterator' interface.
previousNode ( )This abstract method is from 'NodeIterator' interface.
[+] TreeWalker (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
firstChild ( )This abstract method is from 'TreeWalker' interface.
getCurrentNode ( )This abstract method is from 'TreeWalker' interface.
getExpandEntityReferences ( )This abstract method is from 'TreeWalker' interface.
getFilter ( )This abstract method is from 'TreeWalker' interface.
getWhatToShow ( )This abstract method is from 'TreeWalker' interface.
lastChild ( )This abstract method is from 'TreeWalker' interface.
nextNode ( )This abstract method is from 'TreeWalker' interface.
nextSibling ( )This abstract method is from 'TreeWalker' interface.
parentNode ( )This abstract method is from 'TreeWalker' interface.
previousNode ( )This abstract method is from 'TreeWalker' interface.
previousSibling ( )This abstract method is from 'TreeWalker' interface.
setCurrentNode ( Node )This abstract method is from 'TreeWalker' interface.
...
package org.apache.xerces.framework
[+] XMLParser (1)
| Change | Effect |
---|
1 | Removed super-interface org.xml.sax.Configurable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (106)
XMLParser ( )This constructor is from 'XMLParser' abstract class.
addRecognizer ( XMLDeclRecognizer )This method is from 'XMLParser' abstract class.
attlistDecl ( int, int, int, String, int, int )This abstract method is from 'XMLParser' abstract class.
callCharacters ( int )This method is from 'XMLParser' abstract class.
callComment ( int )This method is from 'XMLParser' abstract class.
callEndDocument ( )This method is from 'XMLParser' abstract class.
callEndElement ( int )This method is from 'XMLParser' abstract class.
callProcessingInstruction ( int, int )This method is from 'XMLParser' abstract class.
callStartDocument ( int, int, int )This method is from 'XMLParser' abstract class.
callStartElement ( int )This method is from 'XMLParser' abstract class.
changeReaders ( )This method is from 'XMLParser' abstract class.
characters ( char[ ], int, int )This abstract method is from 'XMLParser' abstract class.
...
package org.apache.xerces.parsers
[+] RevalidatingDOMParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
RevalidatingDOMParser ( )This constructor is from 'RevalidatingDOMParser' class.
validate ( Node )This method is from 'RevalidatingDOMParser' class.
package org.apache.xml.serialize
[+] BaseMarkupSerializer (2)
| Change | Effect |
---|
1 | Removed super-interface org.xml.sax.misc.DeclHandler. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Removed super-interface org.xml.sax.misc.LexicalHandler. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (52)
BaseMarkupSerializer ( )This constructor is from 'BaseMarkupSerializer' abstract class.
asDocumentHandler ( )This method is from 'BaseMarkupSerializer' abstract class.
asDOMSerializer ( )This method is from 'BaseMarkupSerializer' abstract class.
attributeDecl ( String, String, String, String, String )This method is from 'BaseMarkupSerializer' abstract class.
breakLine ( )This method is from 'BaseMarkupSerializer' abstract class.
characters ( char[ ], int, int )This method is from 'BaseMarkupSerializer' abstract class.
comment ( char[ ], int, int )This method is from 'BaseMarkupSerializer' abstract class.
comment ( String )This method is from 'BaseMarkupSerializer' abstract class.
content ( )This method is from 'BaseMarkupSerializer' abstract class.
elementDecl ( String, String )This method is from 'BaseMarkupSerializer' abstract class.
endCDATA ( )This method is from 'BaseMarkupSerializer' abstract class.
endDocument ( )This method is from 'BaseMarkupSerializer' abstract class.
...
package org.xml.sax
[+] Configurable (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
getFeature ( String )This abstract method is from 'Configurable' interface.
getProperty ( String )This abstract method is from 'Configurable' interface.
setFeature ( String, boolean )This abstract method is from 'Configurable' interface.
setProperty ( String, Object )This abstract method is from 'Configurable' interface.
package org.xml.sax.helpers
[+] ConfigurableParserAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (12)
ConfigurableParserAdapter ( Parser )This constructor is from 'ConfigurableParserAdapter' class.
getFeature ( String )This method is from 'ConfigurableParserAdapter' class.
getProperty ( String )This method is from 'ConfigurableParserAdapter' class.
parse ( String )This method is from 'ConfigurableParserAdapter' class.
parse ( InputSource )This method is from 'ConfigurableParserAdapter' class.
setDocumentHandler ( DocumentHandler )This method is from 'ConfigurableParserAdapter' class.
setDTDHandler ( DTDHandler )This method is from 'ConfigurableParserAdapter' class.
setEntityResolver ( EntityResolver )This method is from 'ConfigurableParserAdapter' class.
setErrorHandler ( ErrorHandler )This method is from 'ConfigurableParserAdapter' class.
setFeature ( String, boolean )This method is from 'ConfigurableParserAdapter' class.
setLocale ( Locale )This method is from 'ConfigurableParserAdapter' class.
setProperty ( String, Object )This method is from 'ConfigurableParserAdapter' class.
...
package org.xml.sax.misc
[+] DeclHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
attributeDecl ( String, String, String, String, String )This abstract method is from 'DeclHandler' interface.
elementDecl ( String, String )This abstract method is from 'DeclHandler' interface.
externalEntityDecl ( String, String, String )This abstract method is from 'DeclHandler' interface.
internalEntityDecl ( String, String )This abstract method is from 'DeclHandler' interface.
[+] LexicalHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
comment ( char[ ], int, int )This abstract method is from 'LexicalHandler' interface.
endCDATA ( )This abstract method is from 'LexicalHandler' interface.
endDTD ( )This abstract method is from 'LexicalHandler' interface.
endEntity ( String )This abstract method is from 'LexicalHandler' interface.
startCDATA ( )This abstract method is from 'LexicalHandler' interface.
startDTD ( String, String, String )This abstract method is from 'LexicalHandler' interface.
startEntity ( String )This abstract method is from 'LexicalHandler' interface.
[+] NamespaceHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
endNamespaceDeclScope ( String )This abstract method is from 'NamespaceHandler' interface.
startNamespaceDeclScope ( String, String )This abstract method is from 'NamespaceHandler' interface.
to the top
Problems with Methods, High Severity (26)
xalan_0_19_4.jar, ElemNumber
package org.apache.xalan.xslt
[+] ElemNumber.getMatchingAncestors ( XPathSupport execContext, Node node, boolean stopAtFirstFound ) : NodeList (1)
[mangled: org/apache/xalan/xslt/ElemNumber.getMatchingAncestors:(Lorg/apache/xalan/xpath/XPathSupport;Lorg/w3c/dom/Node;Z)Lorg/w3c/dom/NodeList;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
xalan_0_19_4.jar, XPath
package org.apache.xalan.xpath
[+] XPath.createXLocatorHandler ( XPathSupport callbacks ) : XLocator (1)
[mangled: org/apache/xalan/xpath/XPath.createXLocatorHandler:(Lorg/apache/xalan/xpath/XPathSupport;)Lorg/apache/xalan/xpath/XLocator;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.error ( int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.error:(I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.error ( int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.error:(I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.error ( Node sourceNode, int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.error:(Lorg/w3c/dom/Node;I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.error ( Node sourceNode, int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.error:(Lorg/w3c/dom/Node;I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.shrink ( ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.shrink:()V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.warn ( int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.warn:(I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.warn ( int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.warn:(I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.warn ( Node sourceNode, int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.warn:(Lorg/w3c/dom/Node;I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPath.warn ( Node sourceNode, int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPath.warn:(Lorg/w3c/dom/Node;I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
xalan_0_19_4.jar, XPathProcessorImpl
package org.apache.xalan.xpath
[+] XPathProcessorImpl.AxisName ( ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.AxisName:()V]
| Change | Effect |
---|
1 | Return value type has been changed from void to int.
| This method has been removed because the return type is part of the method signature. |
[+] XPathProcessorImpl.error ( int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.error:(I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.error ( int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.error:(I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.error ( Node sourceNode, int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.error:(Lorg/w3c/dom/Node;I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.error ( Node sourceNode, int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.error:(Lorg/w3c/dom/Node;I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.warn ( int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.warn:(I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.warn ( int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.warn:(I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.warn ( Node sourceNode, int msg ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.warn:(Lorg/w3c/dom/Node;I)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XPathProcessorImpl.warn ( Node sourceNode, int msg, Object[ ] args ) : void (1)
[mangled: org/apache/xalan/xpath/XPathProcessorImpl.warn:(Lorg/w3c/dom/Node;I[Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
xalan_0_19_4.jar, XSLTEngineImpl
package org.apache.xalan.xslt
[+] XSLTEngineImpl.fixWhiteSpace ( String string, boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces ) : String (1)
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.fixWhiteSpace:(Ljava/lang/String;ZZZ)Ljava/lang/String;]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XSLTEngineImpl.isSpace ( char ch ) [static] : boolean (1)
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.isSpace:(C)Z]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XSLTEngineImpl.isWhiteSpace ( String string ) : boolean (1)
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.isWhiteSpace:(Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XSLTEngineImpl.popDuration ( Object key ) : long (1)
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.popDuration:(Ljava/lang/Object;)J]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
[+] XSLTEngineImpl.pushTime ( Object key ) : void (1)
[mangled: org/apache/xalan/xslt/XSLTEngineImpl.pushTime:(Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to package-private. | A client program may be interrupted by IllegalAccessError exception. |
xerces_1_0_1.jar, ParserFactory
package org.xml.sax.helpers
[+] ParserFactory.ParserFactory ( ) (1)
[mangled: org/xml/sax/helpers/ParserFactory."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (25)
xalan_0_19_4.jar
package org.apache.xalan.xpath
[+] XPathEnvSupport (1)
| Change | Effect |
---|
1 | Abstract method elementAvailable ( String, String ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method execute ( XPath, XPathSupport, Node, int, Vector ) and may not be implemented by old clients. |
[+] affected methods (87)
DTMLiaison ( XPathEnvSupport )1st parameter 'envSupport' of this method has type 'XPathEnvSupport'.
XercesLiaison ( XPathEnvSupport )1st parameter 'envSupport' of this method has type 'XPathEnvSupport'.
setEnvSupport ( XPathEnvSupport )1st parameter 'p1' of this abstract method has type 'XPathEnvSupport'.
XMLParserLiaisonDefault ( )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
XMLParserLiaisonDefault ( ProblemListener )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
addExtensionElementNamespace ( String, ExtensionFunctionHandler )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
addExtensionNamespace ( String, ExtensionFunctionHandler )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
associateXLocatorToNode ( Node, XLocator )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
checkNode ( Node )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
createDocument ( )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
createXLocatorHandler ( )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
error ( int )Field 'this.m_envSupport' in the object of this method has type 'XPathEnvSupport'.
...
package org.apache.xalan.xpath.res
[+] XPATHErrorResources (3)
| Change | Effect |
---|
1 | Value of final field MAX_CODE (int) has been changed from 43 to 68. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 | Value of final field MAX_MESSAGES (int) has been changed from 53 to 79. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
3 | Value of final field MAX_WARNING (int) has been changed from 9 to 10. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (8)
printArgOptions ( XPATHErrorResources )1st parameter 'resbundle' of this method has type 'XPATHErrorResources'.
XPATHErrorResources ( )This constructor is from 'XPATHErrorResources' class.
getContents ( )This method is from 'XPATHErrorResources' class.
getMessageKey ( int )This method is from 'XPATHErrorResources' class.
getMKey ( int )This method is from 'XPATHErrorResources' class.
getWarningKey ( int )This method is from 'XPATHErrorResources' class.
getWKey ( int )This method is from 'XPATHErrorResources' class.
loadResourceBundle ( String )This method is from 'XPATHErrorResources' class.
package org.apache.xalan.xpath.xml
[+] XMLParserLiaison (2)
| Change | Effect |
---|
1 | Abstract method copyFromOtherLiaison ( XMLParserLiaisonDefault ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method startDocument ( ) and may not be implemented by old clients. |
2 | Abstract method setShouldExpandEntityRefs ( boolean ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method main ( String[ ] ) and may not be implemented by old clients. |
[+] affected methods (28)
checkNode ( Node )This abstract method is from 'XMLParserLiaison' interface.
createDocument ( )This abstract method is from 'XMLParserLiaison' interface.
getAcceptLanguage ( )This abstract method is from 'XMLParserLiaison' interface.
getDefaultXPathFactory ( )This abstract method is from 'XMLParserLiaison' interface.
getDocument ( )This abstract method is from 'XMLParserLiaison' interface.
getExpandedAttributeName ( Attr )This abstract method is from 'XMLParserLiaison' interface.
getExpandedElementName ( Element )This abstract method is from 'XMLParserLiaison' interface.
getIndent ( )This abstract method is from 'XMLParserLiaison' interface.
getParserDescription ( )This abstract method is from 'XMLParserLiaison' interface.
getProblemListener ( )This abstract method is from 'XMLParserLiaison' interface.
getShouldExpandEntityRefs ( )This abstract method is from 'XMLParserLiaison' interface.
getSpecialCharacters ( )This abstract method is from 'XMLParserLiaison' interface.
...
package org.apache.xalan.xslt.res
[+] XSLTErrorResources (3)
| Change | Effect |
---|
1 | Value of final field MAX_CODE (int) has been changed from 95 to 104. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 | Value of final field MAX_MESSAGES (int) has been changed from 120 to 130. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
3 | Value of final field MAX_WARNING (int) has been changed from 24 to 25. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (8)
printArgOptions ( XSLTErrorResources )1st parameter 'resbundle' of this method has type 'XSLTErrorResources'.
XSLTErrorResources ( )This constructor is from 'XSLTErrorResources' class.
getContents ( )This method is from 'XSLTErrorResources' class.
getMessageKey ( int )This method is from 'XSLTErrorResources' class.
getMKey ( int )This method is from 'XSLTErrorResources' class.
getWarningKey ( int )This method is from 'XSLTErrorResources' class.
getWKey ( int )This method is from 'XSLTErrorResources' class.
loadResourceBundle ( String )This method is from 'XSLTErrorResources' class.
xerces_1_0_1.jar
package org.apache.xerces.dom
[+] AttrImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (13)
AttrImpl ( DocumentImpl, String )This constructor is from 'AttrImpl' class.
getElement ( )This method is from 'AttrImpl' class.
getName ( )This method is from 'AttrImpl' class.
getNodeType ( )This method is from 'AttrImpl' class.
getNodeValue ( )This method is from 'AttrImpl' class.
getOwnerElement ( )This method is from 'AttrImpl' class.
getParentNode ( )This method is from 'AttrImpl' class.
getSpecified ( )This method is from 'AttrImpl' class.
getValue ( )This method is from 'AttrImpl' class.
setNodeValue ( String )This method is from 'AttrImpl' class.
setSpecified ( boolean )This method is from 'AttrImpl' class.
setValue ( String )This method is from 'AttrImpl' class.
...
[+] DocumentFragmentImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
DocumentFragmentImpl ( )This constructor is from 'DocumentFragmentImpl' class.
DocumentFragmentImpl ( DocumentImpl )This constructor is from 'DocumentFragmentImpl' class.
getNodeName ( )This method is from 'DocumentFragmentImpl' class.
getNodeType ( )This method is from 'DocumentFragmentImpl' class.
setNodeValue ( String )This method is from 'DocumentFragmentImpl' class.
[+] DocumentImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (139)
NameNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has base type 'DocumentImpl'.
AttrImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CDATASectionImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CharacterDataImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CommentImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has base type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String, String )1st parameter 'p1' of this method has base type 'DocumentImpl'.
getLength ( )Field 'this.rootNode' in the object of this method has base type 'DocumentImpl'.
item ( int )Field 'this.rootNode' in the object of this method has base type 'DocumentImpl'.
DocumentFragmentImpl ( DocumentImpl )1st parameter 'p1' of this method has type 'DocumentImpl'.
DocumentImpl ( )This constructor is from 'DocumentImpl' class.
DocumentImpl ( DocumentType )This constructor is from 'DocumentImpl' class.
...
[+] DocumentTypeImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (147)
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
AttrImpl ( DocumentImpl, String )1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
CDATASectionImpl ( DocumentImpl, String )1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
CharacterDataImpl ( DocumentImpl, String )1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
CommentImpl ( DocumentImpl, String )1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
DeepNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
DeepNodeListImpl ( NodeImpl, String, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
getLength ( )Field 'this.rootNode.ownerDocument' in the object of this method has base type 'DocumentTypeImpl'.
item ( int )Field 'this.rootNode.ownerDocument' in the object of this method has base type 'DocumentTypeImpl'.
DocumentFragmentImpl ( DocumentImpl )1st parameter 'p1' of this method has base type 'DocumentTypeImpl'.
DocumentImpl ( )This constructor is from 'DocumentTypeImpl' class.
DocumentImpl ( DocumentType )This constructor is from 'DocumentTypeImpl' class.
...
[+] ElementDefinitionImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
createElementDefinition ( String )Return value of this method has type 'ElementDefinitionImpl'.
ElementDefinitionImpl ( DocumentImpl, String )This constructor is from 'ElementDefinitionImpl' class.
cloneNode ( boolean )This method is from 'ElementDefinitionImpl' class.
getAttributes ( )This method is from 'ElementDefinitionImpl' class.
getNodeType ( )This method is from 'ElementDefinitionImpl' class.
[+] ElementImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (174)
HTMLBuilder ( )This constructor is from 'ElementImpl' class.
characters ( char[ ], int, int )This method is from 'ElementImpl' class.
characters ( String )This method is from 'ElementImpl' class.
endDocument ( )This method is from 'ElementImpl' class.
endElement ( String )This method is from 'ElementImpl' class.
getHTMLDocument ( )This method is from 'ElementImpl' class.
ignorableWhitespace ( char[ ], int, int )This method is from 'ElementImpl' class.
processingInstruction ( String, String )This method is from 'ElementImpl' class.
setDocumentLocator ( Locator )This method is from 'ElementImpl' class.
startDocument ( )This method is from 'ElementImpl' class.
startElement ( String, AttributeList )This method is from 'ElementImpl' class.
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has base type 'ElementImpl'.
...
[+] EntityImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
EntityImpl ( DocumentImpl, String )This constructor is from 'EntityImpl' class.
getNodeType ( )This method is from 'EntityImpl' class.
getNodeValue ( )This method is from 'EntityImpl' class.
getNotationName ( )This method is from 'EntityImpl' class.
getPublicId ( )This method is from 'EntityImpl' class.
getSystemId ( )This method is from 'EntityImpl' class.
setNodeValue ( String )This method is from 'EntityImpl' class.
setNotationName ( String )This method is from 'EntityImpl' class.
setPublicId ( String )This method is from 'EntityImpl' class.
setSystemId ( String )This method is from 'EntityImpl' class.
[+] EntityReferenceImpl (1)
| Change | Effect |
---|
1 | Superclass has been changed from NodeImpl to NodeContainer. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
EntityReferenceImpl ( DocumentImpl, String )This constructor is from 'EntityReferenceImpl' class.
getNodeType ( )This method is from 'EntityReferenceImpl' class.
setNodeValue ( String )This method is from 'EntityReferenceImpl' class.
setReadOnly ( boolean, boolean )This method is from 'EntityReferenceImpl' class.
[+] NodeImpl (1)
| Change | Effect |
---|
1 | Added super-interface org.w3c.dom.events.EventTarget. | If abstract methods from an added super-interface must be implemented by client then it may be interrupted by AbstractMethodError exception. Abstract method dispatchAggregateEvents (NodeImpl.EnclosingAttr) from the added super-interface is called by the method replaceChild ( Node, Node ) in 2nd library version and may not be implemented by old clients. |
[+] affected methods (40)
NameNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String, String )1st parameter 'p1' of this method has type 'NodeImpl'.
getLength ( )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
item ( int )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
NodeImpl ( )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( DocumentImpl, String, String )This constructor is from 'NodeImpl' abstract class.
appendChild ( Node )This method is from 'NodeImpl' abstract class.
changed ( )This method is from 'NodeImpl' abstract class.
cloneNode ( boolean )This method is from 'NodeImpl' abstract class.
finalize ( )This method is from 'NodeImpl' abstract class.
getAttributes ( )This method is from 'NodeImpl' abstract class.
...
package org.apache.xerces.validators.datatype
[+] DatatypeMessageProvider (1)
| Change | Effect |
---|
1 | Value of final field MSG_MAX_CODE (int) has been changed from 15 to 18. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (4)
DatatypeMessageProvider ( )This constructor is from 'DatatypeMessageProvider' class.
createMessage ( Locale, int, int, Object[ ] )This method is from 'DatatypeMessageProvider' class.
getLocale ( )This method is from 'DatatypeMessageProvider' class.
setLocale ( Locale )This method is from 'DatatypeMessageProvider' class.
package org.w3c.dom
[+] Document (1)
| Change | Effect |
---|
1 | Abstract method createElementNS ( String, String ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method startElement ( int, XMLAttrList, int ) and may not be implemented by old clients. |
[+] affected methods (354)
buildFOTree ( Document )1st parameter 'p1' of this method has type 'Document'.
HTMLBuilder ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
characters ( char[ ], int, int )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
characters ( String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
endDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
endElement ( String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
getHTMLDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
ignorableWhitespace ( char[ ], int, int )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
processingInstruction ( String, String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
setDocumentLocator ( Locator )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
startDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
startElement ( String, AttributeList )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
...
[+] DocumentType (3)
| Change | Effect |
---|
1 | Abstract method getInternalSubset ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method serializeNode ( Node ) and may not be implemented by old clients. |
2 | Abstract method getPublicId ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method serializeNode ( Node ) and may not be implemented by old clients. |
3 | Abstract method getSystemId ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method serializeNode ( Node ) and may not be implemented by old clients. |
[+] affected methods (57)
getDoctype ( )Return value of this method has type 'DocumentType'.
getDoctype ( )Return value of this method has type 'DocumentType'.
DocumentImpl ( DocumentType )1st parameter 'p1' of this method has type 'DocumentType'.
DocumentImpl ( DocumentType, boolean )1st parameter 'p1' of this method has type 'DocumentType'.
createDocumentType ( String, String, String )Return value of this method has type 'DocumentType'.
getDoctype ( )Return value of this method has type 'DocumentType'.
createDocument ( String, String, DocumentType )3rd parameter 'p3' of this method has type 'DocumentType'.
createDocumentType ( String, String, String )Return value of this method has type 'DocumentType'.
printGrammar ( String, DocumentType )2nd parameter 'p2' of this method has type 'DocumentType'.
DOMParser ( )Field 'this.fDocumentType' in the object of this method has type 'DocumentType'.
attlistDecl ( int, int, int, String, int, int )Field 'this.fDocumentType' in the object of this method has type 'DocumentType'.
characters ( char[ ], int, int )Field 'this.fDocumentType' in the object of this method has type 'DocumentType'.
...
[+] Element (1)
| Change | Effect |
---|
1 | Abstract method setAttributeNS ( String, String, String ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method startElement ( int, XMLAttrList, int ) and may not be implemented by old clients. |
[+] affected methods (85)
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
getElementById ( String )Return value of this method has type 'Element'.
BasicEntry ( Engine, URL, String, Element, Parameters )4th parameter 'p4' of this method has type 'Element'.
getFallbackElement ( )Return value of this abstract method has type 'Element'.
create ( Element, Element )1st parameter 'p1' of this abstract method has type 'Element'.
getIdentifier ( String )Return value of this method has type 'Element'.
getElementByID ( String, Document )Return value of this method has type 'Element'.
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
...
[+] Node (1)
| Change | Effect |
---|
1 | Abstract method normalize ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method printEntityDecl ( Element ) and may not be implemented by old clients. |
[+] affected methods (558)
cloneNode ( boolean )Return value of this method has type 'Node'.
checkNode ( Node )1st parameter 'node' of this method has type 'Node'.
getLocalNameOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getNamespaceOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getParentOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getXLocatorFromNode ( Node )1st parameter 'node' of this method has type 'Node'.
appendChild ( Node )1st parameter 'newChild' of this method has type 'Node'.
cloneNode ( boolean )Return value of this method has type 'Node'.
equals ( Node )1st parameter 'node' of this method has type 'Node'.
getFirstChild ( )Return value of this method has type 'Node'.
getLastChild ( )Return value of this method has type 'Node'.
getNextSibling ( )Return value of this method has type 'Node'.
...
to the top
Problems with Data Types, Low Severity (31)
xalan_0_19_4.jar
package org.apache.xalan.xpath
[+] XPathProcessorImpl (6)
| Change | Effect |
---|
1 | Field PSEUDONAME_ANY (java.lang.String) with the compile-time constant value "*" has been removed from this class. | A client program may change behavior. |
2 | Field PSEUDONAME_COMMENT (java.lang.String) with the compile-time constant value "#comment" has been removed from this class. | A client program may change behavior. |
3 | Field PSEUDONAME_OTHER (java.lang.String) with the compile-time constant value "*" has been removed from this class. | A client program may change behavior. |
4 | Field PSEUDONAME_PI (java.lang.String) with the compile-time constant value "#pi" has been removed from this class. | A client program may change behavior. |
5 | Field PSEUDONAME_ROOT (java.lang.String) with the compile-time constant value "/" has been removed from this class. | A client program may change behavior. |
6 | Field PSEUDONAME_TEXT (java.lang.String) with the compile-time constant value "#text" has been removed from this class. | A client program may change behavior. |
[+] affected methods (49)
XPathProcessorImpl ( )This constructor is from 'XPathProcessorImpl' class.
XPathProcessorImpl ( XPathSupport )This constructor is from 'XPathProcessorImpl' class.
AbbreviatedNodeTestStep ( )This method is from 'XPathProcessorImpl' class.
AdditiveExpr ( int )This method is from 'XPathProcessorImpl' class.
AndExpr ( )This method is from 'XPathProcessorImpl' class.
Argument ( )This method is from 'XPathProcessorImpl' class.
Basis ( )This method is from 'XPathProcessorImpl' class.
BooleanExpr ( )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString2 ( String )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString3 ( String )This method is from 'XPathProcessorImpl' class.
diagnoseXPathString ( String )This method is from 'XPathProcessorImpl' class.
dumpRemainingTokenQueue ( )This method is from 'XPathProcessorImpl' class.
...
package org.apache.xalan.xpath.dtm
[+] DTM (1)
| Change | Effect |
---|
1 | Method setFeature ( String, boolean ) has been overridden by setFeature ( String, boolean ) | Method setFeature ( String, boolean ) will be called instead of setFeature ( String, boolean ) in a client program. |
[+] affected methods (1)
setFeature ( String, boolean )Method 'setFeature ( String, boolean )' will be called instead of this method in a client program.
package org.apache.xalan.xpath.xdom
[+] XercesLiaison (2)
| Change | Effect |
---|
1 | Method getNamespaceOfNode ( Node ) has been overridden by getNamespaceOfNode ( Node ) | Method getNamespaceOfNode ( Node ) will be called instead of getNamespaceOfNode ( Node ) in a client program. |
2 | Field XML4J_VERSION (java.lang.String) with the compile-time constant value "XML4J 2.0.15" has been removed from this class. | A client program may change behavior. |
[+] affected methods (12)
XercesLiaison ( )This constructor is from 'XercesLiaison' class.
XercesLiaison ( XPathEnvSupport )This constructor is from 'XercesLiaison' class.
XercesLiaison ( ErrorHandler )This constructor is from 'XercesLiaison' class.
checkNode ( Node )This method is from 'XercesLiaison' class.
createDocument ( )This method is from 'XercesLiaison' class.
getElementByID ( String, Document )This method is from 'XercesLiaison' class.
getParentOfNode ( Node )This method is from 'XercesLiaison' class.
getParserDescription ( )This method is from 'XercesLiaison' class.
isIgnorableWhitespace ( Text )This method is from 'XercesLiaison' class.
parse ( InputSource )This method is from 'XercesLiaison' class.
supportsSAX ( )This method is from 'XercesLiaison' class.
getNamespaceOfNode ( Node )Method 'getNamespaceOfNode ( Node )' will be called instead of this method in a client program.
...
package org.apache.xalan.xpath.xml
[+] XMLParserLiaisonDefault (1)
| Change | Effect |
---|
1 | Field S_XMLNAMESPACEURI (java.lang.String) with the compile-time constant value "http://www.w3.org/XML/1998/namespace" has been removed from this class. | A client program may change behavior. |
[+] affected methods (73)
XMLParserLiaisonDefault ( )This constructor is from 'XMLParserLiaisonDefault' class.
XMLParserLiaisonDefault ( ProblemListener )This constructor is from 'XMLParserLiaisonDefault' class.
addExtensionElementNamespace ( String, ExtensionFunctionHandler )This method is from 'XMLParserLiaisonDefault' class.
addExtensionNamespace ( String, ExtensionFunctionHandler )This method is from 'XMLParserLiaisonDefault' class.
associateXLocatorToNode ( Node, XLocator )This method is from 'XMLParserLiaisonDefault' class.
checkNode ( Node )This method is from 'XMLParserLiaisonDefault' class.
createDocument ( )This method is from 'XMLParserLiaisonDefault' class.
createXLocatorHandler ( )This method is from 'XMLParserLiaisonDefault' class.
error ( int )This method is from 'XMLParserLiaisonDefault' class.
error ( Node, int )This method is from 'XMLParserLiaisonDefault' class.
error ( Node, int, Object[ ] )This method is from 'XMLParserLiaisonDefault' class.
extFunction ( String, String, Vector, Object )This method is from 'XMLParserLiaisonDefault' class.
...
xerces_1_0_1.jar
package org.apache.html.dom
[+] HTMLDocumentImpl (2)
| Change | Effect |
---|
1 | Method getElementsByTagName ( String ) has been overridden by getElementsByTagName ( String ) | Method getElementsByTagName ( String ) will be called instead of getElementsByTagName ( String ) in a client program. |
2 | Method getElementsByTagNameNS ( String, String ) has been overridden by getElementsByTagNameNS ( String, String ) | Method getElementsByTagNameNS ( String, String ) will be called instead of getElementsByTagNameNS ( String, String ) in a client program. |
[+] affected methods (2)
getElementsByTagName ( String )Method 'getElementsByTagName ( String )' will be called instead of this method in a client program.
getElementsByTagNameNS ( String, String )Method 'getElementsByTagNameNS ( String, String )' will be called instead of this method in a client program.
[+] HTMLElementImpl (6)
| Change | Effect |
---|
1 | Method getAttribute ( String ) has been overridden by getAttribute ( String ) | Method getAttribute ( String ) will be called instead of getAttribute ( String ) in a client program. |
2 | Method getAttributeNS ( String, String ) has been overridden by getAttributeNS ( String, String ) | Method getAttributeNS ( String, String ) will be called instead of getAttributeNS ( String, String ) in a client program. |
3 | Method getAttributeNode ( String ) has been overridden by getAttributeNode ( String ) | Method getAttributeNode ( String ) will be called instead of getAttributeNode ( String ) in a client program. |
4 | Method getAttributeNodeNS ( String, String ) has been overridden by getAttributeNodeNS ( String, String ) | Method getAttributeNodeNS ( String, String ) will be called instead of getAttributeNodeNS ( String, String ) in a client program. |
5 | Method getElementsByTagName ( String ) has been overridden by getElementsByTagName ( String ) | Method getElementsByTagName ( String ) will be called instead of getElementsByTagName ( String ) in a client program. |
6 | Method getElementsByTagNameNS ( String, String ) has been overridden by getElementsByTagNameNS ( String, String ) | Method getElementsByTagNameNS ( String, String ) will be called instead of getElementsByTagNameNS ( String, String ) in a client program. |
[+] affected methods (6)
getAttribute ( String )Method 'getAttribute ( String )' will be called instead of this method in a client program.
getAttributeNode ( String )Method 'getAttributeNode ( String )' will be called instead of this method in a client program.
getAttributeNodeNS ( String, String )Method 'getAttributeNodeNS ( String, String )' will be called instead of this method in a client program.
getAttributeNS ( String, String )Method 'getAttributeNS ( String, String )' will be called instead of this method in a client program.
getElementsByTagName ( String )Method 'getElementsByTagName ( String )' will be called instead of this method in a client program.
getElementsByTagNameNS ( String, String )Method 'getElementsByTagNameNS ( String, String )' will be called instead of this method in a client program.
package org.apache.xerces.dom
[+] AttrImpl (4)
| Change | Effect |
---|
1 | Method getLocalName ( ) has been moved up type hierarchy to getLocalName ( ) | Method getLocalName ( ) will be called instead of getLocalName ( ) in a client program. |
2 | Method getNamespaceURI ( ) has been moved up type hierarchy to getNamespaceURI ( ) | Method getNamespaceURI ( ) will be called instead of getNamespaceURI ( ) in a client program. |
3 | Method getPrefix ( ) has been moved up type hierarchy to getPrefix ( ) | Method getPrefix ( ) will be called instead of getPrefix ( ) in a client program. |
4 | Method setPrefix ( String ) has been moved up type hierarchy to setPrefix ( String ) | Method setPrefix ( String ) will be called instead of setPrefix ( String ) in a client program. |
[+] affected methods (4)
getLocalName ( )Method 'getLocalName ( )' will be called instead of this method in a client program.
getNamespaceURI ( )Method 'getNamespaceURI ( )' will be called instead of this method in a client program.
getPrefix ( )Method 'getPrefix ( )' will be called instead of this method in a client program.
setPrefix ( String )Method 'setPrefix ( String )' will be called instead of this method in a client program.
[+] DocumentImpl (1)
| Change | Effect |
---|
1 | Method getOwnerDocument ( ) has been overridden by getOwnerDocument ( ) | Method getOwnerDocument ( ) will be called instead of getOwnerDocument ( ) in a client program. |
[+] affected methods (1)
getOwnerDocument ( )Method 'getOwnerDocument ( )' will be called instead of this method in a client program.
[+] ElementImpl (4)
| Change | Effect |
---|
1 | Method getLocalName ( ) has been moved up type hierarchy to getLocalName ( ) | Method getLocalName ( ) will be called instead of getLocalName ( ) in a client program. |
2 | Method getNamespaceURI ( ) has been moved up type hierarchy to getNamespaceURI ( ) | Method getNamespaceURI ( ) will be called instead of getNamespaceURI ( ) in a client program. |
3 | Method getPrefix ( ) has been moved up type hierarchy to getPrefix ( ) | Method getPrefix ( ) will be called instead of getPrefix ( ) in a client program. |
4 | Method setPrefix ( String ) has been moved up type hierarchy to setPrefix ( String ) | Method setPrefix ( String ) will be called instead of setPrefix ( String ) in a client program. |
[+] affected methods (4)
getLocalName ( )Method 'getLocalName ( )' will be called instead of this method in a client program.
getNamespaceURI ( )Method 'getNamespaceURI ( )' will be called instead of this method in a client program.
getPrefix ( )Method 'getPrefix ( )' will be called instead of this method in a client program.
setPrefix ( String )Method 'setPrefix ( String )' will be called instead of this method in a client program.
package org.apache.xerces.domx
[+] DOMException (1)
| Change | Effect |
---|
1 | Field INVALID_STATE_ERR (short) with the compile-time constant value 11 has been removed from this class. | A client program may change behavior. |
[+] affected methods (1)
DOMException ( short, String )This constructor is from 'DOMException' abstract class.
package org.apache.xerces.framework
[+] XMLParser (1)
| Change | Effect |
---|
1 | Field SAX2_HANDLERS_PREFIX (java.lang.String) with the compile-time constant value "http://xml.org/sax/handlers/" has been removed from this class. | A client program may change behavior. |
[+] affected methods (106)
XMLParser ( )This constructor is from 'XMLParser' abstract class.
addRecognizer ( XMLDeclRecognizer )This method is from 'XMLParser' abstract class.
attlistDecl ( int, int, int, String, int, int )This abstract method is from 'XMLParser' abstract class.
callCharacters ( int )This method is from 'XMLParser' abstract class.
callComment ( int )This method is from 'XMLParser' abstract class.
callEndDocument ( )This method is from 'XMLParser' abstract class.
callEndElement ( int )This method is from 'XMLParser' abstract class.
callProcessingInstruction ( int, int )This method is from 'XMLParser' abstract class.
callStartDocument ( int, int, int )This method is from 'XMLParser' abstract class.
callStartElement ( int )This method is from 'XMLParser' abstract class.
changeReaders ( )This method is from 'XMLParser' abstract class.
characters ( char[ ], int, int )This abstract method is from 'XMLParser' abstract class.
...
package org.apache.xml.serialize
[+] HTMLSerializer (1)
| Change | Effect |
---|
1 | Method characters ( char[ ], int, int ) has been overridden by characters ( char[ ], int, int ) | Method characters ( char[ ], int, int ) will be called instead of characters ( char[ ], int, int ) in a client program. |
[+] affected methods (1)
characters ( char[ ], int, int )Method 'characters ( char[ ], int, int )' will be called instead of this method in a client program.
[+] TextSerializer (1)
| Change | Effect |
---|
1 | Method characters ( char[ ], int, int ) has been overridden by characters ( char[ ], int, int ) | Method characters ( char[ ], int, int ) will be called instead of characters ( char[ ], int, int ) in a client program. |
[+] affected methods (1)
characters ( char[ ], int, int )Method 'characters ( char[ ], int, int )' will be called instead of this method in a client program.
to the top
Problems with Methods, Low Severity (114)
xalan_0_19_4.jar, FormatterToXML
package org.apache.xalan.xpath.xml
[+] FormatterToXML.convertMime2JavaEncoding ( String mimeCharsetName ) [static] : String (1)
[mangled: org/apache/xalan/xpath/xml/FormatterToXML.convertMime2JavaEncoding:(Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Added java.io.UnsupportedEncodingException exception thrown.
| A client program may be interrupted by added exception. |
xerces_1_0_1.jar, DOMParser
package org.apache.xerces.parsers
[+] DOMParser.getCreateEntityReferenceNodes ( ) : boolean (3)
[mangled: org/apache/xerces/parsers/DOMParser.getCreateEntityReferenceNodes:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.getCurrentElementNode ( ) : Element (3)
[mangled: org/apache/xerces/parsers/DOMParser.getCurrentElementNode:()Lorg/w3c/dom/Element;]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.getDeferNodeExpansion ( ) : boolean (3)
[mangled: org/apache/xerces/parsers/DOMParser.getDeferNodeExpansion:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.getDocumentClassName ( ) : String (3)
[mangled: org/apache/xerces/parsers/DOMParser.getDocumentClassName:()Ljava/lang/String;]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.getFeature ( String p1 ) : boolean (3)
[mangled: org/apache/xerces/parsers/DOMParser.getFeature:(Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.getProperty ( String p1 ) : Object (3)
[mangled: org/apache/xerces/parsers/DOMParser.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.setCreateEntityReferenceNodes ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/parsers/DOMParser.setCreateEntityReferenceNodes:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.setDeferNodeExpansion ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/parsers/DOMParser.setDeferNodeExpansion:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.setDocumentClassName ( String p1 ) : void (3)
[mangled: org/apache/xerces/parsers/DOMParser.setDocumentClassName:(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.setFeature ( String p1, boolean p2 ) : void (3)
[mangled: org/apache/xerces/parsers/DOMParser.setFeature:(Ljava/lang/String;Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] DOMParser.setProperty ( String p1, Object p2 ) : void (3)
[mangled: org/apache/xerces/parsers/DOMParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
xerces_1_0_1.jar, NamedNodeMapImpl
package org.apache.xerces.dom
[+] NamedNodeMapImpl.removeNamedItem ( String p1 ) : Node (1)
[mangled: org/apache/xerces/dom/NamedNodeMapImpl.removeNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
| Change | Effect |
---|
1 | Added org.w3c.dom.DOMException exception thrown.
| A client program may be interrupted by added exception. |
xerces_1_0_1.jar, SAXParser
package org.apache.xerces.parsers
[+] SAXParser.getFeature ( String p1 ) : boolean (3)
[mangled: org/apache/xerces/parsers/SAXParser.getFeature:(Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] SAXParser.getProperty ( String p1 ) : Object (3)
[mangled: org/apache/xerces/parsers/SAXParser.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] SAXParser.setFeature ( String p1, boolean p2 ) : void (3)
[mangled: org/apache/xerces/parsers/SAXParser.setFeature:(Ljava/lang/String;Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] SAXParser.setProperty ( String p1, Object p2 ) : void (3)
[mangled: org/apache/xerces/parsers/SAXParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
xerces_1_0_1.jar, XMLParser
package org.apache.xerces.framework
[+] XMLParser.getAllowJavaEncodings ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getAllowJavaEncodings:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getContinueAfterFatalError ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getContinueAfterFatalError:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getExternalGeneralEntities ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getExternalGeneralEntities:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getExternalParameterEntities ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getExternalParameterEntities:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getFeature ( String p1 ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getFeature:(Ljava/lang/String;)Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getNamespaces ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getNamespaces:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getProperty ( String p1 ) : Object (3)
[mangled: org/apache/xerces/framework/XMLParser.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getValidation ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getValidation:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getValidationDynamic ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getValidationDynamic:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getValidationWarnOnDuplicateAttdef ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getValidationWarnOnDuplicateAttdef:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.getValidationWarnOnUndeclaredElemdef ( ) : boolean (3)
[mangled: org/apache/xerces/framework/XMLParser.getValidationWarnOnUndeclaredElemdef:()Z]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setAllowJavaEncodings ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setAllowJavaEncodings:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setContinueAfterFatalError ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setContinueAfterFatalError:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setExternalGeneralEntities ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setExternalGeneralEntities:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setExternalParameterEntities ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setExternalParameterEntities:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setFeature ( String p1, boolean p2 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setFeature:(Ljava/lang/String;Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setNamespaces ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setNamespaces:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setProperty ( String p1, Object p2 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setValidation ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setValidation:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setValidationDynamic ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setValidationDynamic:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setValidationWarnOnDuplicateAttdef ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setValidationWarnOnDuplicateAttdef:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
[+] XMLParser.setValidationWarnOnUndeclaredElemdef ( boolean p1 ) : void (3)
[mangled: org/apache/xerces/framework/XMLParser.setValidationWarnOnUndeclaredElemdef:(Z)V]
| Change | Effect |
---|
1 | Removed org.xml.sax.SAXException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added org.xml.sax.SAXNotSupportedException exception thrown.
| A client program may be interrupted by added exception. |
3 | Added org.xml.sax.SAXNotRecognizedException exception thrown.
| A client program may be interrupted by added exception. |
xerces_1_0_1.jar, XSchemaValidator
package org.apache.xerces.validators.schema
[+] XSchemaValidator.traverseDatatypeDecl ( Element p1 ) : int (1)
[mangled: org/apache/xerces/validators/schema/XSchemaValidator.traverseDatatypeDecl:(Lorg/w3c/dom/Element;)I]
| Change | Effect |
---|
1 | Added java.lang.Exception exception thrown.
| A client program may be interrupted by added exception. |
to the top
Other Changes in Data Types (85)
xalan_0_19_4.jar
package org.apache.xalan.xpath
[+] ExtensionFunctionHandler (1)
| Change | Effect |
---|
1 | Field elements has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (12)
ExtensionFunctionHandler ( String )This constructor is from 'ExtensionFunctionHandler' class.
ExtensionFunctionHandler ( String, String, String, String, String )This constructor is from 'ExtensionFunctionHandler' class.
callFunction ( String, Vector, Object, Class )This method is from 'ExtensionFunctionHandler' class.
callJava ( Object, String, Object[ ], Object )This method is from 'ExtensionFunctionHandler' class.
isFunctionAvailable ( String )This method is from 'ExtensionFunctionHandler' class.
setFunctions ( String )This method is from 'ExtensionFunctionHandler' class.
setScript ( String, String, String )This method is from 'ExtensionFunctionHandler' class.
startupComponent ( Class )This method is from 'ExtensionFunctionHandler' class.
addExtensionElementNamespace ( String, ExtensionFunctionHandler )2nd parameter 'extNS' of this method has type 'ExtensionFunctionHandler'.
addExtensionNamespace ( String, ExtensionFunctionHandler )2nd parameter 'extNS' of this method has type 'ExtensionFunctionHandler'.
addExtensionNamespace ( String, ExtensionFunctionHandler )2nd parameter 'p2' of this abstract method has type 'ExtensionFunctionHandler'.
addExtensionNamespace ( String, ExtensionFunctionHandler )2nd parameter 'extNS' of this method has type 'ExtensionFunctionHandler'.
...
package org.apache.xalan.xpath.res
[+] XPATHErrorResources (26)
| Change | Effect |
---|
1 | Field ER_AXES_NOT_ALLOWED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field ER_CANNOT_CREATE_URL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field ER_CANT_HAVE_MORE_THAN_ONE_ROOT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field ER_CANT_OUTPUT_TEXT_BEFORE_DOC has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field ER_CHILD_HAS_NO_OWNER_DOCUMENT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field ER_COULDNOT_FIND_FUNCTION has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field ER_COUNT_TAKES_1_ARG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field ER_CREATEDOCUMENT_NOT_SUPPORTED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
11 | Field ER_DTM_CANNOT_HANDLE_NODES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
12 | Field ER_IGNORABLE_WHITESPACE_NOT_HANDLED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
13 | Field ER_INVALID_UTF16_SURROGATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
14 | Field ER_KEY_HAS_TOO_MANY_ARGS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
15 | Field ER_OIERROR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
16 | Field ER_PARSE_NOT_SUPPORTED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
17 | Field ER_PREFIX_MUST_RESOLVE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
18 | Field ER_PROBLEM_IN_DTM_NEXTSIBLING has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
19 | Field ER_SAX_API_NOT_HANDLED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
20 | Field ER_SETDOMFACTORY_NOT_SUPPORTED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
21 | Field ER_UNSUPPORTED_ENCODING has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
22 | Field ER_XERCES_CANNOT_HANDLE_NODES has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
23 | Field ER_XERCES_PARSE_ERROR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
24 | Field ER_XERCES_PARSE_ERROR_DETAILS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
25 | Field ER_XPATH_READOBJECT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
26 | Field WG_EXPAND_ENTITIES_NOT_SUPPORTED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
printArgOptions ( XPATHErrorResources )1st parameter 'resbundle' of this method has type 'XPATHErrorResources'.
XPATHErrorResources ( )This constructor is from 'XPATHErrorResources' class.
getContents ( )This method is from 'XPATHErrorResources' class.
getMessageKey ( int )This method is from 'XPATHErrorResources' class.
getMKey ( int )This method is from 'XPATHErrorResources' class.
getWarningKey ( int )This method is from 'XPATHErrorResources' class.
getWKey ( int )This method is from 'XPATHErrorResources' class.
loadResourceBundle ( String )This method is from 'XPATHErrorResources' class.
package org.apache.xalan.xpath.xml
[+] FormatterToXML (1)
| Change | Effect |
---|
1 | Field m_inEntityRef has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (45)
FormatterToHTML ( FormatterToXML )1st parameter 'xmlListener' of this method has type 'FormatterToXML'.
FormatterToXML ( )This constructor is from 'FormatterToXML' class.
FormatterToXML ( Writer )This constructor is from 'FormatterToXML' class.
FormatterToXML ( FormatterToXML )This constructor is from 'FormatterToXML' class.
accum ( char[ ], int, int )This method is from 'FormatterToXML' class.
accum ( byte )This method is from 'FormatterToXML' class.
accum ( char )This method is from 'FormatterToXML' class.
accum ( String )This method is from 'FormatterToXML' class.
cdata ( char[ ], int, int )This method is from 'FormatterToXML' class.
characters ( char[ ], int, int )This method is from 'FormatterToXML' class.
charactersRaw ( char[ ], int, int )This method is from 'FormatterToXML' class.
childNodesWereAdded ( )This method is from 'FormatterToXML' class.
...
package org.apache.xalan.xslt
[+] XSLTEngineImpl (1)
| Change | Effect |
---|
1 | Field m_recursionLimit has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (176)
AVT ( String, String, String, PrefixResolver, Stylesheet, XSLTEngineImpl )6th parameter 'execContext' of this method has type 'XSLTEngineImpl'.
ElemApplyTemplates ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
execute ( XSLTEngineImpl, Node, Node, QName )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
ElemChoose ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
execute ( XSLTEngineImpl, Node, Node, QName )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
ElemComment ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
execute ( XSLTEngineImpl, Node, Node, QName )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
ElemCopy ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
execute ( XSLTEngineImpl, Node, Node, QName )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
ElemCopyOf ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
execute ( XSLTEngineImpl, Node, Node, QName )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
ElemDecimalFormat ( XSLTEngineImpl, Stylesheet, String, AttributeList, int, int )1st parameter 'processor' of this method has type 'XSLTEngineImpl'.
...
[+] XSLTProcessor (1)
| Change | Effect |
---|
1 | Added super-interface org.xml.sax.ext.LexicalHandler. | No effect. |
[+] affected methods (40)
process ( XSLTProcessor, XSLTInputSource, XSLTResultTarget )1st parameter 'iprocessor' of this method has type 'XSLTProcessor'.
process ( XSLTProcessor, Node, XSLTResultTarget )1st parameter 'iprocessor' of this method has type 'XSLTProcessor'.
addTraceListener ( TraceListener )This abstract method is from 'XSLTProcessor' interface.
createXBoolean ( boolean )This abstract method is from 'XSLTProcessor' interface.
createXNodeSet ( Node )This abstract method is from 'XSLTProcessor' interface.
createXNodeSet ( NodeList )This abstract method is from 'XSLTProcessor' interface.
createXNull ( )This abstract method is from 'XSLTProcessor' interface.
createXNumber ( double )This abstract method is from 'XSLTProcessor' interface.
createXObject ( Object )This abstract method is from 'XSLTProcessor' interface.
createXString ( String )This abstract method is from 'XSLTProcessor' interface.
getAssociatedStylesheet ( XSLTInputSource, String, String )This abstract method is from 'XSLTProcessor' interface.
getAssociatedStylesheets ( XSLTInputSource, String, String )This abstract method is from 'XSLTProcessor' interface.
...
package org.apache.xalan.xslt.res
[+] XSLTErrorResources (10)
| Change | Effect |
---|
1 | Field ER_CALL_TO_EXT_FAILED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field ER_CANNOT_MIX_XERCESDOM has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field ER_CANT_USE_DTM_FOR_INPUT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field ER_CANT_USE_DTM_FOR_OUTPUT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field ER_INVALID_UTF16_SURROGATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field ER_IN_ELEMTEMPLATEELEM_READOBJECT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field ER_PREFIX_MUST_RESOLVE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field ER_TOO_MANY_LISTENERS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
9 | Field ER_XSLATTRSET_USED_ITSELF has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
10 | Field WG_ILLEGAL_ATTRIBUTE_VALUE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
printArgOptions ( XSLTErrorResources )1st parameter 'resbundle' of this method has type 'XSLTErrorResources'.
XSLTErrorResources ( )This constructor is from 'XSLTErrorResources' class.
getContents ( )This method is from 'XSLTErrorResources' class.
getMessageKey ( int )This method is from 'XSLTErrorResources' class.
getMKey ( int )This method is from 'XSLTErrorResources' class.
getWarningKey ( int )This method is from 'XSLTErrorResources' class.
getWKey ( int )This method is from 'XSLTErrorResources' class.
loadResourceBundle ( String )This method is from 'XSLTErrorResources' class.
xerces_1_0_1.jar
package org.apache.xerces.dom
[+] DocumentImpl (1)
| Change | Effect |
---|
1 | Field ranges has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (139)
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
AttrImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CDATASectionImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CharacterDataImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
CommentImpl ( DocumentImpl, String )1st parameter 'p1' of this method has type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
DeepNodeListImpl ( NodeImpl, String, String )Field 'p1.ownerDocument' in 1st parameter 'p1' of this method has type 'DocumentImpl'.
getLength ( )Field 'this.rootNode.ownerDocument' in the object of this method has type 'DocumentImpl'.
item ( int )Field 'this.rootNode.ownerDocument' in the object of this method has type 'DocumentImpl'.
DocumentFragmentImpl ( DocumentImpl )1st parameter 'p1' of this method has type 'DocumentImpl'.
DocumentImpl ( )This constructor is from 'DocumentImpl' class.
DocumentImpl ( DocumentType )This constructor is from 'DocumentImpl' class.
...
[+] DocumentTypeImpl (1)
| Change | Effect |
---|
1 | Field internalSubset has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (147)
NameNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
AttrImpl ( DocumentImpl, String )Field 'p1.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
CDATASectionImpl ( DocumentImpl, String )Field 'p1.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
CharacterDataImpl ( DocumentImpl, String )Field 'p1.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
CommentImpl ( DocumentImpl, String )Field 'p1.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
DeepNodeListImpl ( NodeImpl, String )Field 'p1.ownerDocument.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
DeepNodeListImpl ( NodeImpl, String, String )Field 'p1.ownerDocument.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
getLength ( )Field 'this.rootNode.ownerDocument.docType' in the object of this method has type 'DocumentTypeImpl'.
item ( int )Field 'this.rootNode.ownerDocument.docType' in the object of this method has type 'DocumentTypeImpl'.
DocumentFragmentImpl ( DocumentImpl )Field 'p1.docType' in 1st parameter 'p1' of this method has type 'DocumentTypeImpl'.
DocumentImpl ( )Field 'this.docType' in the object of this method has type 'DocumentTypeImpl'.
DocumentImpl ( DocumentType )Field 'this.docType' in the object of this method has type 'DocumentTypeImpl'.
...
[+] NodeImpl (1)
| Change | Effect |
---|
1 | Field fInternalSetNodeValue has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (40)
NameNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String )1st parameter 'p1' of this method has type 'NodeImpl'.
DeepNodeListImpl ( NodeImpl, String, String )1st parameter 'p1' of this method has type 'NodeImpl'.
getLength ( )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
item ( int )Field 'this.rootNode' in the object of this method has type 'NodeImpl'.
NodeImpl ( )This constructor is from 'NodeImpl' abstract class.
NodeImpl ( DocumentImpl, String, String )This constructor is from 'NodeImpl' abstract class.
appendChild ( Node )This method is from 'NodeImpl' abstract class.
changed ( )This method is from 'NodeImpl' abstract class.
cloneNode ( boolean )This method is from 'NodeImpl' abstract class.
finalize ( )This method is from 'NodeImpl' abstract class.
getAttributes ( )This method is from 'NodeImpl' abstract class.
...
package org.apache.xerces.dom.events
[+] EventImpl (1)
| Change | Effect |
---|
1 | Field timeStamp has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
EventImpl ( )This constructor is from 'EventImpl' class.
getBubbles ( )This method is from 'EventImpl' class.
getCancelable ( )This method is from 'EventImpl' class.
getCurrentNode ( )This method is from 'EventImpl' class.
getEventPhase ( )This method is from 'EventImpl' class.
getType ( )This method is from 'EventImpl' class.
initEvent ( String, boolean, boolean )This method is from 'EventImpl' class.
preventDefault ( )This method is from 'EventImpl' class.
stopPropagation ( )This method is from 'EventImpl' class.
package org.apache.xerces.framework
[+] XMLDTDScanner.EventHandler (1)
| Change | Effect |
---|
1 | Abstract method internalSubset ( int ) has been added to this interface. | No effect. |
[+] affected methods (32)
XMLDTDScanner ( XMLDTDScanner.EventHandler, StringPool, XMLErrorReporter, XMLEntityHandler, XMLEntityHandler.CharBuffer )1st parameter 'p1' of this method has type 'XMLDTDScanner.EventHandler'.
addAttDef ( int, int, int, int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addContentSpecNode ( int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addContentSpecNode ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addElementDecl ( int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addElementDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addExternalEntityDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addExternalPEDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addInternalEntityDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addInternalPEDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addNameToEnumeration ( int, int, int, int, boolean )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
addNotationDecl ( int, int, int )This abstract method is from 'XMLDTDScanner.EventHandler' interface.
...
[+] XMLParser (1)
| Change | Effect |
---|
1 | Abstract method internalSubset ( int ) has been added to this class. | No effect. |
[+] affected methods (106)
XMLParser ( )This constructor is from 'XMLParser' abstract class.
addRecognizer ( XMLDeclRecognizer )This method is from 'XMLParser' abstract class.
attlistDecl ( int, int, int, String, int, int )This abstract method is from 'XMLParser' abstract class.
callCharacters ( int )This method is from 'XMLParser' abstract class.
callComment ( int )This method is from 'XMLParser' abstract class.
callEndDocument ( )This method is from 'XMLParser' abstract class.
callEndElement ( int )This method is from 'XMLParser' abstract class.
callProcessingInstruction ( int, int )This method is from 'XMLParser' abstract class.
callStartDocument ( int, int, int )This method is from 'XMLParser' abstract class.
callStartElement ( int )This method is from 'XMLParser' abstract class.
changeReaders ( )This method is from 'XMLParser' abstract class.
characters ( char[ ], int, int )This abstract method is from 'XMLParser' abstract class.
...
package org.apache.xerces.validators.datatype
[+] DatatypeMessageProvider (3)
| Change | Effect |
---|
1 | Field PrecisionExceeded has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field ScaleExceeded has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field ScaleLargerThanPrecision has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
DatatypeMessageProvider ( )This constructor is from 'DatatypeMessageProvider' class.
createMessage ( Locale, int, int, Object[ ] )This method is from 'DatatypeMessageProvider' class.
getLocale ( )This method is from 'DatatypeMessageProvider' class.
setLocale ( Locale )This method is from 'DatatypeMessageProvider' class.
package org.apache.xerces.validators.dtd
[+] DTDValidator.EventHandler (1)
| Change | Effect |
---|
1 | Abstract method internalSubset ( int ) has been added to this interface. | No effect. |
[+] affected methods (16)
DTDValidator ( DTDValidator.EventHandler, StringPool, XMLErrorReporter, XMLEntityHandler )1st parameter 'p1' of this method has type 'DTDValidator.EventHandler'.
attlistDecl ( int, int, int, String, int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
commentInDTD ( int )This abstract method is from 'DTDValidator.EventHandler' interface.
elementDecl ( int, XMLValidator.ContentSpec )This abstract method is from 'DTDValidator.EventHandler' interface.
endDTD ( )This abstract method is from 'DTDValidator.EventHandler' interface.
endNamespaceDeclScope ( int )This abstract method is from 'DTDValidator.EventHandler' interface.
externalEntityDecl ( int, int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
externalPEDecl ( int, int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
internalEntityDecl ( int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
internalPEDecl ( int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
notationDecl ( int, int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
processingInstructionInDTD ( int, int )This abstract method is from 'DTDValidator.EventHandler' interface.
...
package org.apache.xml.serialize
[+] BaseMarkupSerializer (8)
| Change | Effect |
---|
1 | Abstract method endElement ( String, String, String ) has been added to this class. | No effect. |
2 | Abstract method startElement ( String, String, String, Attributes ) has been added to this class. | No effect. |
3 | Added super-interface org.xml.sax.ContentHandler. | No effect. |
4 | Added super-interface org.xml.sax.ext.DeclHandler. | No effect. |
5 | Added super-interface org.xml.sax.ext.LexicalHandler. | No effect. |
6 | Field _docTypePublicId has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field _docTypeSystemId has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field _prefixes has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (52)
BaseMarkupSerializer ( )This constructor is from 'BaseMarkupSerializer' abstract class.
asDocumentHandler ( )This method is from 'BaseMarkupSerializer' abstract class.
asDOMSerializer ( )This method is from 'BaseMarkupSerializer' abstract class.
attributeDecl ( String, String, String, String, String )This method is from 'BaseMarkupSerializer' abstract class.
breakLine ( )This method is from 'BaseMarkupSerializer' abstract class.
characters ( char[ ], int, int )This method is from 'BaseMarkupSerializer' abstract class.
comment ( char[ ], int, int )This method is from 'BaseMarkupSerializer' abstract class.
comment ( String )This method is from 'BaseMarkupSerializer' abstract class.
content ( )This method is from 'BaseMarkupSerializer' abstract class.
elementDecl ( String, String )This method is from 'BaseMarkupSerializer' abstract class.
endCDATA ( )This method is from 'BaseMarkupSerializer' abstract class.
endDocument ( )This method is from 'BaseMarkupSerializer' abstract class.
...
[+] HTMLSerializer (1)
| Change | Effect |
---|
1 | Field XHTMLNamespace has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (13)
HTMLSerializer ( )This constructor is from 'HTMLSerializer' class.
HTMLSerializer ( OutputStream, OutputFormat )This constructor is from 'HTMLSerializer' class.
HTMLSerializer ( Writer, OutputFormat )This constructor is from 'HTMLSerializer' class.
HTMLSerializer ( OutputFormat )This constructor is from 'HTMLSerializer' class.
HTMLSerializer ( boolean, OutputFormat )This constructor is from 'HTMLSerializer' class.
endElement ( String )This method is from 'HTMLSerializer' class.
escapeURI ( String )This method is from 'HTMLSerializer' class.
getEntityRef ( char )This method is from 'HTMLSerializer' class.
serializeElement ( Element )This method is from 'HTMLSerializer' class.
setOutputFormat ( OutputFormat )This method is from 'HTMLSerializer' class.
startDocument ( )This method is from 'HTMLSerializer' class.
startDocument ( String )This method is from 'HTMLSerializer' class.
...
[+] Serializer (1)
| Change | Effect |
---|
1 | Abstract method asContentHandler ( ) has been added to this interface. | No effect. |
[+] affected methods (8)
asDocumentHandler ( )This abstract method is from 'Serializer' interface.
asDOMSerializer ( )This abstract method is from 'Serializer' interface.
setOutputByteStream ( OutputStream )This abstract method is from 'Serializer' interface.
setOutputCharStream ( Writer )This abstract method is from 'Serializer' interface.
setOutputFormat ( OutputFormat )This abstract method is from 'Serializer' interface.
makeSerializer ( OutputStream, OutputFormat )Return value of this abstract method has type 'Serializer'.
makeSerializer ( Writer, OutputFormat )Return value of this abstract method has type 'Serializer'.
makeSerializer ( OutputFormat )Return value of this abstract method has type 'Serializer'.
package org.w3c.dom
[+] Attr (1)
| Change | Effect |
---|
1 | Abstract method getOwnerElement ( ) has been added to this interface. | No effect. |
[+] affected methods (29)
createAttribute ( String )Return value of this method has type 'Attr'.
createAttribute ( String )Return value of this method has type 'Attr'.
createAttributeNS ( String, String )Return value of this method has type 'Attr'.
getAttributeNode ( String )Return value of this method has type 'Attr'.
getAttributeNodeNS ( String, String )Return value of this method has type 'Attr'.
removeAttributeNode ( Attr )1st parameter 'oldAttr' of this method has type 'Attr'.
setAttributeNode ( Attr )1st parameter 'newAttr' of this method has type 'Attr'.
setAttributeNodeNS ( Attr )1st parameter 'newAttr' of this method has type 'Attr'.
getExpandedAttributeName ( Attr )1st parameter 'p1' of this abstract method has type 'Attr'.
getExpandedAttributeName ( Attr )1st parameter 'attr' of this method has type 'Attr'.
createAttribute ( String )Return value of this method has type 'Attr'.
createAttributeNS ( String, String )Return value of this method has type 'Attr'.
...
[+] Document (4)
| Change | Effect |
---|
1 | Abstract method createAttributeNS ( String, String ) has been added to this interface. | No effect. |
2 | Abstract method getElementById ( String ) has been added to this interface. | No effect. |
3 | Abstract method getElementsByTagNameNS ( String, String ) has been added to this interface. | No effect. |
4 | Abstract method importNode ( Node, boolean ) has been added to this interface. | No effect. |
[+] affected methods (354)
buildFOTree ( Document )1st parameter 'p1' of this method has type 'Document'.
HTMLBuilder ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
characters ( char[ ], int, int )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
characters ( String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
endDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
endElement ( String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
getHTMLDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
ignorableWhitespace ( char[ ], int, int )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
processingInstruction ( String, String )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
setDocumentLocator ( Locator )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
startDocument ( )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
startElement ( String, AttributeList )Field 'this._current.attributes.ownerDocument' in the object of this method has type 'Document'.
...
[+] DOMException (5)
| Change | Effect |
---|
1 | Field INVALID_ACCESS_ERR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field INVALID_MODIFICATION_ERR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field INVALID_STATE_ERR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field NAMESPACE_ERR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field SYNTAX_ERR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
DOMException ( short, String )This constructor is from 'DOMException' abstract class.
[+] DOMImplementation (2)
| Change | Effect |
---|
1 | Abstract method createDocument ( String, String, DocumentType ) has been added to this interface. | No effect. |
2 | Abstract method createDocumentType ( String, String, String ) has been added to this interface. | No effect. |
[+] affected methods (6)
getImplementation ( )Return value of this method has type 'DOMImplementation'.
getImplementation ( )Return value of this method has type 'DOMImplementation'.
getImplementation ( )Return value of this method has type 'DOMImplementation'.
getDOMImplementation ( )Return value of this method has type 'DOMImplementation'.
getImplementation ( )Return value of this abstract method has type 'DOMImplementation'.
hasFeature ( String, String )This abstract method is from 'DOMImplementation' interface.
[+] Element (5)
| Change | Effect |
---|
1 | Abstract method getAttributeNS ( String, String ) has been added to this interface. | No effect. |
2 | Abstract method getAttributeNodeNS ( String, String ) has been added to this interface. | No effect. |
3 | Abstract method getElementsByTagNameNS ( String, String ) has been added to this interface. | No effect. |
4 | Abstract method removeAttributeNS ( String, String ) has been added to this interface. | No effect. |
5 | Abstract method setAttributeNodeNS ( Attr ) has been added to this interface. | No effect. |
[+] affected methods (85)
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
getElementById ( String )Return value of this method has type 'Element'.
BasicEntry ( Engine, URL, String, Element, Parameters )4th parameter 'p4' of this method has type 'Element'.
getFallbackElement ( )Return value of this abstract method has type 'Element'.
create ( Element, Element )1st parameter 'p1' of this abstract method has type 'Element'.
getIdentifier ( String )Return value of this method has type 'Element'.
getElementByID ( String, Document )Return value of this method has type 'Element'.
createElement ( String )Return value of this method has type 'Element'.
createElementNS ( String, String )Return value of this method has type 'Element'.
getDocumentElement ( )Return value of this method has type 'Element'.
...
[+] NamedNodeMap (3)
| Change | Effect |
---|
1 | Abstract method getNamedItemNS ( String, String ) has been added to this interface. | No effect. |
2 | Abstract method removeNamedItemNS ( String, String ) has been added to this interface. | No effect. |
3 | Abstract method setNamedItemNS ( Node ) has been added to this interface. | No effect. |
[+] affected methods (17)
getAttributes ( )Return value of this method has type 'NamedNodeMap'.
AttList ( NamedNodeMap )1st parameter 'attrs' of this method has type 'NamedNodeMap'.
getAttributes ( )Return value of this method has type 'NamedNodeMap'.
getElements ( )Return value of this method has type 'NamedNodeMap'.
getEntities ( )Return value of this method has type 'NamedNodeMap'.
getNotations ( )Return value of this method has type 'NamedNodeMap'.
getAttributes ( )Return value of this method has type 'NamedNodeMap'.
getAttributes ( )Return value of this method has type 'NamedNodeMap'.
getAttributes ( )Return value of this method has type 'NamedNodeMap'.
getEntities ( )Return value of this abstract method has type 'NamedNodeMap'.
getNotations ( )Return value of this abstract method has type 'NamedNodeMap'.
getLength ( )This abstract method is from 'NamedNodeMap' interface.
...
[+] Node (5)
| Change | Effect |
---|
1 | Abstract method getLocalName ( ) has been added to this interface. | No effect. |
2 | Abstract method getNamespaceURI ( ) has been added to this interface. | No effect. |
3 | Abstract method getPrefix ( ) has been added to this interface. | No effect. |
4 | Abstract method setPrefix ( String ) has been added to this interface. | No effect. |
5 | Abstract method supports ( String, String ) has been added to this interface. | No effect. |
[+] affected methods (558)
cloneNode ( boolean )Return value of this method has type 'Node'.
checkNode ( Node )1st parameter 'node' of this method has type 'Node'.
getLocalNameOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getNamespaceOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getParentOfNode ( Node )1st parameter 'n' of this method has type 'Node'.
getXLocatorFromNode ( Node )1st parameter 'node' of this method has type 'Node'.
appendChild ( Node )1st parameter 'newChild' of this method has type 'Node'.
cloneNode ( boolean )Return value of this method has type 'Node'.
equals ( Node )1st parameter 'node' of this method has type 'Node'.
getFirstChild ( )Return value of this method has type 'Node'.
getLastChild ( )Return value of this method has type 'Node'.
getNextSibling ( )Return value of this method has type 'Node'.
...
to the top
Java ARchives (7)
ant.jar
fop_0_12_1.jar
servlet_2_2.jar
stylebook-1.0-b2.jar
xalan_0_19_4.jar
xerces_1_0_1.jar
xml.jar
to the top