Xalan - API Change History


2.5.1 to 2.6.0

Removed Packages:

Removed Interfaces:

Removed Classes:

Newly Deprecated Classes:

Modified Interfaces:

org.apache.xerces.dom3.DOMConfiguration

New Methods:

org.apache.xerces.dom3.DOMImplementationSource

Removed Methods:
New Methods:

org.apache.xerces.dom3.DOMLocator

Removed Methods:
New Methods:

org.apache.xerces.dom3.TypeInfo

New Fields:
New Methods:

org.apache.xerces.dom3.UserDataHandler

New Fields:

org.apache.xerces.dom3.as.DOMASBuilder

Declaration Changes:

old:public interface org.apache.xerces.dom3.as.DOMASBuilder extends org.w3c.dom.ls.DOMBuilder[deprecated]
new:public interface org.apache.xerces.dom3.as.DOMASBuilder extends org.w3c.dom.ls.LSParser[deprecated]

Removed Methods:
New Methods:

org.apache.xerces.dom3.as.DOMASWriter

Declaration Changes:

old:public interface org.apache.xerces.dom3.as.DOMASWriter extends org.w3c.dom.ls.DOMWriter[deprecated]
new:public interface org.apache.xerces.dom3.as.DOMASWriter extends org.w3c.dom.ls.LSSerializer[deprecated]

org.apache.xerces.impl.RevalidationHandler

Removed Methods:

org.apache.xerces.impl.dv.ValidationContext

New Methods:

org.apache.xerces.impl.dv.XSSimpleType

Declaration Changes:

old:public interface org.apache.xerces.impl.dv.XSSimpleType extends org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition
new:public interface org.apache.xerces.impl.dv.XSSimpleType extends org.apache.xerces.xs.XSSimpleTypeDefinition

org.apache.xerces.impl.xs.identity.ValueStore

Removed Methods:
New Methods:

org.apache.xerces.xni.grammars.XSGrammar

Method Declaration Changes:

old:public abstract org.apache.xerces.impl.xs.psvi.XSModel toXSModel()
new:public abstract org.apache.xerces.xs.XSModel toXSModel()

New Methods:

org.apache.xml.dtm.DTM

New Methods:

org.apache.xml.serializer.ExtendedContentHandler

New Fields:
New Methods:

org.apache.xml.serializer.SerializationHandler

Method Declaration Changes:

old:public abstract void flushPending()
new:public abstract void flushPending() throws org.xml.sax.SAXException

org.w3c.dom.ls.DOMImplementationLS

Removed Methods:
New Methods:

org.w3c.dom.ls.LSLoadEvent

Removed Methods:
New Methods:

org.w3c.dom.ls.LSProgressEvent

Removed Methods:
New Methods:

Modified Classes:

org.apache.xalan.client.XSLTProcessorApplet

Removed Fields:
New Fields:

org.apache.xalan.extensions.ExtensionHandler

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public static java.lang.Class getClassForName(java.lang.String) throws java.lang.ClassNotFoundException
new:static java.lang.Class getClassForName(java.lang.String) throws java.lang.ClassNotFoundException

org.apache.xalan.extensions.ExtensionHandlerGeneral

Removed Fields:
New Fields:

org.apache.xalan.lib.sql.DefaultConnectionPool

Removed Fields:
Removed Methods:

org.apache.xalan.lib.sql.QueryParameter

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public java.lang.String getType()
new:public int getType()

New Fields:
New Constructors:
New Methods:

org.apache.xalan.lib.sql.SQLDocument

Removed Fields:
Removed Constructors:
Removed Methods:
New Fields:
New Constructors:
New Methods:

org.apache.xalan.lib.sql.SQLErrorDocument

New Fields:
New Constructors:

org.apache.xalan.lib.sql.XConnection

Removed Methods:
Newly Deprecated Methods:
Field Declaration Changes:

old:private org.apache.xalan.lib.sql.SQLErrorDocument m_Error
new:private java.lang.Exception m_Error

New Fields:
New Methods:

org.apache.xalan.processor.ProcessorUnknown

Declaration Changes:

old:public class org.apache.xalan.processor.ProcessorUnknown extends org.apache.xalan.processor.ProcessorTemplateElem
new:public class org.apache.xalan.processor.ProcessorUnknown extends org.apache.xalan.processor.ProcessorLRE

Removed Methods:

org.apache.xalan.processor.TransformerFactoryImpl

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:public static java.lang.String XSLT_PROPERTIES
new:public static final java.lang.String XSLT_PROPERTIES

org.apache.xalan.processor.XSLProcessorVersion

Removed Methods:
Field Declaration Changes:

old:public static int DEVELOPMENT
new:public static final int DEVELOPMENT

old:public static java.lang.String LANGUAGE
new:public static final java.lang.String LANGUAGE

old:public static int MAINTENANCE
new:public static final int MAINTENANCE

old:public static int RELEASE
new:public static final int RELEASE

old:public static java.lang.String S_VERSION
new:public static final java.lang.String S_VERSION

old:public static int VERSION
new:public static final int VERSION

org.apache.xalan.processor.XSLTAttributeDef

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources

New Fields:

org.apache.xalan.templates.DecimalFormatProperties

New Methods:

org.apache.xalan.templates.ElemElement

Removed Methods:

org.apache.xalan.templates.ElemExsltFuncResult

Removed Methods:

org.apache.xalan.templates.ElemExsltFunction

Removed Fields:
Removed Methods:

org.apache.xalan.templates.ElemExtensionCall

Method Declaration Changes:

old:public void executeFallbacks(org.apache.xalan.transformer.TransformerImpl) throws javax.xml.transform.TransformerException
new:private void executeFallbacks(org.apache.xalan.transformer.TransformerImpl) throws javax.xml.transform.TransformerException

old:public boolean hasFallbackChildren()
new:private boolean hasFallbackChildren()

org.apache.xalan.templates.ElemForEach

New Fields:

org.apache.xalan.templates.ElemTemplateElement

Removed Methods:

org.apache.xalan.templates.ElemUnknown

New Methods:

org.apache.xalan.templates.ElemVariable

New Methods:

org.apache.xalan.templates.ElemWithParam

New Methods:

org.apache.xalan.templates.KeyDeclaration

New Methods:

org.apache.xalan.templates.RedundentExprEliminator

Method Declaration Changes:

old:boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement)

old:boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement)

org.apache.xalan.templates.Stylesheet

New Fields:
New Methods:

org.apache.xalan.templates.XSLTVisitor

Method Declaration Changes:

old:boolean visitAVT(org.apache.xalan.templates.AVT)
new:public boolean visitAVT(org.apache.xalan.templates.AVT)

old:boolean visitExtensionElement(org.apache.xalan.templates.ElemExtensionCall)
new:public boolean visitExtensionElement(org.apache.xalan.templates.ElemExtensionCall)

old:boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitInstruction(org.apache.xalan.templates.ElemTemplateElement)

old:boolean visitLiteralResultElement(org.apache.xalan.templates.ElemLiteralResult)
new:public boolean visitLiteralResultElement(org.apache.xalan.templates.ElemLiteralResult)

old:boolean visitStylesheet(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitStylesheet(org.apache.xalan.templates.ElemTemplateElement)

old:boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitTopLevelInstruction(org.apache.xalan.templates.ElemTemplateElement)

old:boolean visitTopLevelVariableOrParamDecl(org.apache.xalan.templates.ElemTemplateElement)
new:public boolean visitTopLevelVariableOrParamDecl(org.apache.xalan.templates.ElemTemplateElement)

old:boolean visitVariableOrParamDecl(org.apache.xalan.templates.ElemVariable)
new:public boolean visitVariableOrParamDecl(org.apache.xalan.templates.ElemVariable)

org.apache.xalan.trace.PrintTraceListener

Declaration Changes:

old:public class org.apache.xalan.trace.PrintTraceListener extends java.lang.Object implements org.apache.xalan.trace.TraceListenerEx2
new:public class org.apache.xalan.trace.PrintTraceListener extends java.lang.Object implements org.apache.xalan.trace.TraceListenerEx3

New Fields:
New Methods:

org.apache.xalan.trace.TraceManager

New Methods:

org.apache.xalan.transformer.TransformerImpl

New Fields:
New Methods:

org.apache.xalan.xslt.EnvironmentCheck

Removed Fields:
Removed Methods:

org.apache.xerces.dom.AttrImpl

New Fields:
New Methods:

org.apache.xerces.dom.AttrNSImpl

New Methods:

org.apache.xerces.dom.AttributeMap

New Fields:

org.apache.xerces.dom.ChildNode

New Fields:

org.apache.xerces.dom.CoreDOMImplementationImpl

Removed Methods:
Method Declaration Changes:

old:public org.w3c.dom.Node getFeature(java.lang.String, java.lang.String)
new:public java.lang.Object getFeature(java.lang.String, java.lang.String)

New Methods:

org.apache.xerces.dom.CoreDocumentImpl

Declaration Changes:

old:public class org.apache.xerces.dom.CoreDocumentImpl extends org.apache.xerces.dom.ParentNode implements org.w3c.dom.Document, org.w3c.dom.ls.DocumentLS
new:public class org.apache.xerces.dom.CoreDocumentImpl extends org.apache.xerces.dom.ParentNode implements org.w3c.dom.Document

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.dom.DOMConfigurationImpl

Field Declaration Changes:

old:protected java.util.Vector fComponents
new:protected java.util.ArrayList fComponents

New Fields:
New Methods:

org.apache.xerces.dom.DOMImplementationSourceImpl

Removed Methods:
New Methods:

org.apache.xerces.dom.DOMLocatorImpl

Removed Fields:
Removed Methods:
New Fields:
New Constructors:
New Methods:

org.apache.xerces.dom.DOMMessageFormatter

New Fields:

org.apache.xerces.dom.DOMNormalizer

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xerces.dom.DeferredDocumentImpl

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.dom.DocumentTypeImpl

New Methods:

org.apache.xerces.dom.ElementImpl

New Methods:

org.apache.xerces.dom.ElementNSImpl

Removed Methods:
Field Declaration Changes:

old:transient org.apache.xerces.impl.xs.psvi.XSTypeDefinition type
new:transient org.apache.xerces.xs.XSTypeDefinition type

New Methods:

org.apache.xerces.dom.EntityImpl

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xerces.dom.NodeImpl

Removed Fields:
Method Declaration Changes:

old:public org.w3c.dom.Node getFeature(java.lang.String, java.lang.String)
new:public java.lang.Object getFeature(java.lang.String, java.lang.String)

New Fields:

org.apache.xerces.dom.PSVIAttrNSImpl

Declaration Changes:

old:public class org.apache.xerces.dom.PSVIAttrNSImpl extends org.apache.xerces.dom.AttrNSImpl implements org.apache.xerces.xni.psvi.AttributePSVI
new:public class org.apache.xerces.dom.PSVIAttrNSImpl extends org.apache.xerces.dom.AttrNSImpl implements org.apache.xerces.xs.AttributePSVI

Removed Methods:
Field Declaration Changes:

old:protected org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration fDeclaration
new:protected org.apache.xerces.xs.XSAttributeDeclaration fDeclaration

old:protected org.apache.xerces.impl.xs.psvi.StringList fErrorCodes
new:protected org.apache.xerces.xs.StringList fErrorCodes

old:protected org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition fMemberType
new:protected org.apache.xerces.xs.XSSimpleTypeDefinition fMemberType

old:protected org.apache.xerces.impl.xs.psvi.XSTypeDefinition fTypeDecl
new:protected org.apache.xerces.xs.XSTypeDefinition fTypeDecl

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration()
new:public org.apache.xerces.xs.XSAttributeDeclaration getAttributeDeclaration()

old:public org.apache.xerces.impl.xs.psvi.StringList getErrorCodes()
new:public org.apache.xerces.xs.StringList getErrorCodes()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getMemberTypeDefinition()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getMemberTypeDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.dom.PSVIDocumentImpl

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.dom.PSVIElementNSImpl

Declaration Changes:

old:public class org.apache.xerces.dom.PSVIElementNSImpl extends org.apache.xerces.dom.ElementNSImpl implements org.apache.xerces.xni.psvi.ElementPSVI
new:public class org.apache.xerces.dom.PSVIElementNSImpl extends org.apache.xerces.dom.ElementNSImpl implements org.apache.xerces.xs.ElementPSVI

Removed Methods:
Field Declaration Changes:

old:protected org.apache.xerces.impl.xs.psvi.XSElementDeclaration fDeclaration
new:protected org.apache.xerces.xs.XSElementDeclaration fDeclaration

old:protected org.apache.xerces.impl.xs.psvi.StringList fErrorCodes
new:protected org.apache.xerces.xs.StringList fErrorCodes

old:protected org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition fMemberType
new:protected org.apache.xerces.xs.XSSimpleTypeDefinition fMemberType

old:protected org.apache.xerces.impl.xs.psvi.XSNotationDeclaration fNotation
new:protected org.apache.xerces.xs.XSNotationDeclaration fNotation

old:protected org.apache.xerces.impl.xs.psvi.XSModel fSchemaInformation
new:protected org.apache.xerces.xs.XSModel fSchemaInformation

old:protected org.apache.xerces.impl.xs.psvi.XSTypeDefinition fTypeDecl
new:protected org.apache.xerces.xs.XSTypeDefinition fTypeDecl

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration()
new:public org.apache.xerces.xs.XSElementDeclaration getElementDeclaration()

old:public org.apache.xerces.impl.xs.psvi.StringList getErrorCodes()
new:public org.apache.xerces.xs.StringList getErrorCodes()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getMemberTypeDefinition()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getMemberTypeDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotation()
new:public org.apache.xerces.xs.XSNotationDeclaration getNotation()

old:public org.apache.xerces.impl.xs.psvi.XSModel getSchemaInformation()
new:public org.apache.xerces.xs.XSModel getSchemaInformation()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.dom.TextImpl

Removed Methods:
New Methods:

org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl

Method Declaration Changes:

old:protected void add(org.w3c.dom.DOMImplementation)
new:public void add(org.w3c.dom.DOMImplementation)

org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry

Removed Fields:
Removed Constructors:
Removed Methods:
New Fields:
New Constructors:
New Methods:

org.apache.xerces.impl.Constants

Removed Fields:
New Fields:

org.apache.xerces.impl.XML11DTDScannerImpl

New Methods:

org.apache.xerces.impl.XML11DocumentScannerImpl

Removed Methods:
New Methods:

org.apache.xerces.impl.XML11EntityScanner

New Methods:

org.apache.xerces.impl.XMLDocumentFragmentScannerImpl

Removed Fields:
New Fields:

org.apache.xerces.impl.XMLDocumentScannerImpl

New Fields:

org.apache.xerces.impl.XMLEntityManager

Removed Fields:
New Fields:

org.apache.xerces.impl.XMLEntityManager$ScannedEntity

New Fields:
New Methods:

org.apache.xerces.impl.XMLEntityScanner

New Methods:

org.apache.xerces.impl.XMLNSDocumentScannerImpl

Removed Fields:
Removed Methods:

org.apache.xerces.impl.XMLScanner

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.impl.dtd.XML11DTDValidator

Removed Methods:

org.apache.xerces.impl.dtd.XMLDTDProcessor

Removed Methods:
New Fields:

org.apache.xerces.impl.dtd.XMLDTDValidator

New Fields:

org.apache.xerces.impl.dv.SchemaDVFactory

Removed Methods:
New Methods:

org.apache.xerces.impl.dv.ValidatedInfo

New Fields:

org.apache.xerces.impl.dv.XSFacets

New Fields:
New Methods:

org.apache.xerces.impl.dv.xs.AnyURIDV

New Fields:
New Methods:

org.apache.xerces.impl.dv.xs.BaseDVFactory

Removed Methods:
New Methods:

org.apache.xerces.impl.dv.xs.DurationDV

Removed Fields:
Removed Methods:
New Methods:

org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl

Removed Methods:
New Methods:

org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl

Removed Constructors:
Removed Methods:
Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getBaseType()
new:public org.apache.xerces.xs.XSTypeDefinition getBaseType()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getItemType()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getItemType()

old:public org.apache.xerces.impl.xs.psvi.StringList getLexicalEnumeration()
new:public org.apache.xerces.xs.StringList getLexicalEnumeration()

old:public org.apache.xerces.impl.xs.psvi.StringList getLexicalPattern()
new:public org.apache.xerces.xs.StringList getLexicalPattern()

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getMemberTypes()
new:public org.apache.xerces.xs.XSObjectList getMemberTypes()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getPrimitiveType()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getPrimitiveType()

New Fields:
New Constructors:
New Methods:

org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$1

New Methods:

org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$2

New Methods:

org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl

New Methods:

org.apache.xerces.impl.validation.ValidationState

New Fields:
New Methods:

org.apache.xerces.impl.xpath.XPath

New Methods:

org.apache.xerces.impl.xpath.XPath$Tokens

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.impl.xs.AttributePSVImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.AttributePSVImpl extends java.lang.Object implements org.apache.xerces.xni.psvi.AttributePSVI
new:public class org.apache.xerces.impl.xs.AttributePSVImpl extends java.lang.Object implements org.apache.xerces.xs.AttributePSVI

Removed Fields:
Field Declaration Changes:

old:protected org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration fDeclaration
new:protected org.apache.xerces.xs.XSAttributeDeclaration fDeclaration

old:protected org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition fMemberType
new:protected org.apache.xerces.xs.XSSimpleTypeDefinition fMemberType

old:protected org.apache.xerces.impl.xs.psvi.XSTypeDefinition fTypeDecl
new:protected org.apache.xerces.xs.XSTypeDefinition fTypeDecl

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration()
new:public org.apache.xerces.xs.XSAttributeDeclaration getAttributeDeclaration()

old:public org.apache.xerces.impl.xs.psvi.StringList getErrorCodes()
new:public org.apache.xerces.xs.StringList getErrorCodes()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getMemberTypeDefinition()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getMemberTypeDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.impl.xs.ElementPSVImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.ElementPSVImpl extends java.lang.Object implements org.apache.xerces.xni.psvi.ElementPSVI
new:public class org.apache.xerces.impl.xs.ElementPSVImpl extends java.lang.Object implements org.apache.xerces.xs.ElementPSVI

Removed Methods:
Field Declaration Changes:

old:protected org.apache.xerces.impl.xs.psvi.XSElementDeclaration fDeclaration
new:protected org.apache.xerces.xs.XSElementDeclaration fDeclaration

old:protected org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition fMemberType
new:protected org.apache.xerces.xs.XSSimpleTypeDefinition fMemberType

old:protected org.apache.xerces.impl.xs.psvi.XSNotationDeclaration fNotation
new:protected org.apache.xerces.xs.XSNotationDeclaration fNotation

old:protected org.apache.xerces.impl.xs.psvi.XSModel fSchemaInformation
new:protected org.apache.xerces.xs.XSModel fSchemaInformation

old:protected org.apache.xerces.impl.xs.psvi.XSTypeDefinition fTypeDecl
new:protected org.apache.xerces.xs.XSTypeDefinition fTypeDecl

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration()
new:public org.apache.xerces.xs.XSElementDeclaration getElementDeclaration()

old:public org.apache.xerces.impl.xs.psvi.StringList getErrorCodes()
new:public org.apache.xerces.xs.StringList getErrorCodes()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getMemberTypeDefinition()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getMemberTypeDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotation()
new:public org.apache.xerces.xs.XSNotationDeclaration getNotation()

old:public org.apache.xerces.impl.xs.psvi.XSModel getSchemaInformation()
new:public org.apache.xerces.xs.XSModel getSchemaInformation()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.impl.xs.SchemaGrammar

Declaration Changes:

old:public class org.apache.xerces.impl.xs.SchemaGrammar extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSNamespaceItem, org.apache.xerces.xni.grammars.Grammar, org.apache.xerces.xni.grammars.XSGrammar
new:public class org.apache.xerces.impl.xs.SchemaGrammar extends java.lang.Object implements org.apache.xerces.xni.grammars.XSGrammar, org.apache.xerces.xs.XSNamespaceItem

Removed Constructors:
Removed Methods:
Field Declaration Changes:

old:private org.apache.xerces.impl.xs.psvi.XSNamedMap[] fComponents
new:private org.apache.xerces.xs.XSNamedMap[] fComponents

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAnnotations()
new:public org.apache.xerces.xs.XSObjectList getAnnotations()

old:public org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration(java.lang.String)
new:public org.apache.xerces.xs.XSAttributeDeclaration getAttributeDeclaration(java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSAttributeGroupDefinition getAttributeGroup(java.lang.String)
new:public org.apache.xerces.xs.XSAttributeGroupDefinition getAttributeGroup(java.lang.String)

old:public synchronized org.apache.xerces.impl.xs.psvi.XSNamedMap getComponents(short)
new:public synchronized org.apache.xerces.xs.XSNamedMap getComponents(short)

old:public org.apache.xerces.impl.xs.psvi.StringList getDocumentLocations()
new:public org.apache.xerces.xs.StringList getDocumentLocations()

old:public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration(java.lang.String)
new:public org.apache.xerces.xs.XSElementDeclaration getElementDeclaration(java.lang.String)

old:public final org.apache.xerces.impl.xs.psvi.XSTypeDefinition getGlobalTypeDecl(java.lang.String)
new:public final org.apache.xerces.xs.XSTypeDefinition getGlobalTypeDecl(java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSModelGroupDefinition getModelGroupDefinition(java.lang.String)
new:public org.apache.xerces.xs.XSModelGroupDefinition getModelGroupDefinition(java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotationDeclaration(java.lang.String)
new:public org.apache.xerces.xs.XSNotationDeclaration getNotationDeclaration(java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition(java.lang.String)
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition(java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSModel toXSModel()
new:public org.apache.xerces.xs.XSModel toXSModel()

New Fields:
New Constructors:
New Methods:

org.apache.xerces.impl.xs.SchemaGrammar$BuiltinAttrDecl

New Methods:

org.apache.xerces.impl.xs.SchemaGrammar$BuiltinSchemaGrammar

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.SchemaGrammar$XSAnyType

Removed Methods:
Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAttributeUses()
new:public org.apache.xerces.xs.XSObjectList getAttributeUses()

old:public org.apache.xerces.impl.xs.psvi.XSWildcard getAttributeWildcard()
new:public org.apache.xerces.xs.XSWildcard getAttributeWildcard()

old:public org.apache.xerces.impl.xs.psvi.XSParticle getParticle()
new:public org.apache.xerces.xs.XSParticle getParticle()

New Methods:

org.apache.xerces.impl.xs.SubstitutionGroupHandler

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaLoader

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XMLSchemaLoader extends java.lang.Object implements org.apache.xerces.xni.grammars.XMLGrammarLoader
new:public class org.apache.xerces.impl.xs.XMLSchemaLoader extends java.lang.Object implements org.apache.xerces.dom3.DOMConfiguration, org.apache.xerces.xni.grammars.XMLGrammarLoader, org.apache.xerces.xni.parser.XMLComponent, org.apache.xerces.xs.XSLoader

Removed Fields:
Removed Constructors:
Removed Methods:
Method Declaration Changes:

old:public void setProperty(java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException, java.lang.ClassCastException
new:public void setProperty(java.lang.String, java.lang.Object) throws org.apache.xerces.xni.parser.XMLConfigurationException

New Fields:
New Constructors:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaValidator

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:org.apache.xerces.impl.xs.psvi.XSTypeDefinition fCurrentType
new:org.apache.xerces.xs.XSTypeDefinition fCurrentType

old:org.apache.xerces.impl.xs.psvi.XSTypeDefinition[] fTypeStack
new:org.apache.xerces.xs.XSTypeDefinition[] fTypeStack

Method Declaration Changes:

old:private void activateSelectorFor(org.apache.xerces.impl.xs.identity.IdentityConstraint) throws org.apache.xerces.xni.XNIException
new:private void activateSelectorFor(org.apache.xerces.impl.xs.identity.IdentityConstraint)

old:public void endValueScopeFor(org.apache.xerces.impl.xs.identity.IdentityConstraint, int) throws org.apache.xerces.xni.XNIException
new:public void endValueScopeFor(org.apache.xerces.impl.xs.identity.IdentityConstraint, int)

old:org.apache.xerces.impl.xs.psvi.XSTypeDefinition getAndCheckXsiType(org.apache.xerces.xni.QName, java.lang.String, org.apache.xerces.xni.XMLAttributes)
new:org.apache.xerces.xs.XSTypeDefinition getAndCheckXsiType(org.apache.xerces.xni.QName, java.lang.String, org.apache.xerces.xni.XMLAttributes)

old:public void startValueScopeFor(org.apache.xerces.impl.xs.identity.IdentityConstraint, int) throws org.apache.xerces.xni.XNIException
new:public void startValueScopeFor(org.apache.xerces.impl.xs.identity.IdentityConstraint, int)

New Fields:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaValidator$KeyRefValueStore

Method Declaration Changes:

old:public void endDocument() throws org.apache.xerces.xni.XNIException
new:public void endDocument()

old:public void endDocumentFragment() throws org.apache.xerces.xni.XNIException
new:public void endDocumentFragment()

org.apache.xerces.impl.xs.XMLSchemaValidator$KeyValueStore

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaValidator$LocalIDKey

Field Declaration Changes:

old:private int fDepth
new:public int fDepth

old:private org.apache.xerces.impl.xs.identity.IdentityConstraint fId
new:public org.apache.xerces.impl.xs.identity.IdentityConstraint fId

New Constructors:

org.apache.xerces.impl.xs.XMLSchemaValidator$UniqueValueStore

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaValidator$ValueStoreBase

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:protected final org.apache.xerces.impl.xs.XMLSchemaValidator$OrderedHashtable fValues
new:public final java.util.Vector fValues

Method Declaration Changes:

old:public void endDocument() throws org.apache.xerces.xni.XNIException
new:public void endDocument()

old:public void endDocumentFragment() throws org.apache.xerces.xni.XNIException
new:public void endDocumentFragment()

old:public void endValueScope() throws org.apache.xerces.xni.XNIException
new:public void endValueScope()

old:public void startValueScope() throws org.apache.xerces.xni.XNIException
new:public void startValueScope()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XMLSchemaValidator$ValueStoreCache

Removed Methods:
Method Declaration Changes:

old:public void startDocument() throws org.apache.xerces.xni.XNIException
new:public void startDocument()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSAttributeDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSAttributeDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration
new:public class org.apache.xerces.impl.xs.XSAttributeDecl extends java.lang.Object implements org.apache.xerces.xs.XSAttributeDeclaration

Removed Methods:
Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSComplexTypeDefinition getEnclosingCTDefinition()
new:public org.apache.xerces.xs.XSComplexTypeDefinition getEnclosingCTDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSAttributeGroupDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSAttributeGroupDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSAttributeGroupDefinition
new:public class org.apache.xerces.impl.xs.XSAttributeGroupDecl extends java.lang.Object implements org.apache.xerces.xs.XSAttributeGroupDefinition

Removed Methods:
Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.XSAttributeUseImpl getAttributeUse(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSAttributeUse getAttributeUse(java.lang.String, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAttributeUses()
new:public org.apache.xerces.xs.XSObjectList getAttributeUses()

old:public org.apache.xerces.impl.xs.psvi.XSWildcard getAttributeWildcard()
new:public org.apache.xerces.xs.XSWildcard getAttributeWildcard()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSAttributeUseImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSAttributeUseImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSAttributeUse
new:public class org.apache.xerces.impl.xs.XSAttributeUseImpl extends java.lang.Object implements org.apache.xerces.xs.XSAttributeUse

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttrDeclaration()
new:public org.apache.xerces.xs.XSAttributeDeclaration getAttrDeclaration()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

New Methods:

org.apache.xerces.impl.xs.XSComplexTypeDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSComplexTypeDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSComplexTypeDefinition
new:public class org.apache.xerces.impl.xs.XSComplexTypeDecl extends java.lang.Object implements org.apache.xerces.xs.XSComplexTypeDefinition

Removed Methods:
Field Declaration Changes:

old:org.apache.xerces.impl.xs.psvi.XSTypeDefinition fBaseType
new:org.apache.xerces.xs.XSTypeDefinition fBaseType

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAnnotations()
new:public org.apache.xerces.xs.XSObjectList getAnnotations()

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAttributeUses()
new:public org.apache.xerces.xs.XSObjectList getAttributeUses()

old:public org.apache.xerces.impl.xs.psvi.XSWildcard getAttributeWildcard()
new:public org.apache.xerces.xs.XSWildcard getAttributeWildcard()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getBaseType()
new:public org.apache.xerces.xs.XSTypeDefinition getBaseType()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSParticle getParticle()
new:public org.apache.xerces.xs.XSParticle getParticle()

old:public org.apache.xerces.impl.xs.psvi.XSSimpleTypeDefinition getSimpleType()
new:public org.apache.xerces.xs.XSSimpleTypeDefinition getSimpleType()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSConstraints

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.XSElementDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSElementDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSElementDeclaration
new:public class org.apache.xerces.impl.xs.XSElementDecl extends java.lang.Object implements org.apache.xerces.xs.XSElementDeclaration

Removed Methods:
Field Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition fType
new:public org.apache.xerces.xs.XSTypeDefinition fType

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSComplexTypeDefinition getEnclosingCTDefinition()
new:public org.apache.xerces.xs.XSComplexTypeDefinition getEnclosingCTDefinition()

old:public org.apache.xerces.impl.xs.psvi.XSNamedMap getIdentityConstraints()
new:public org.apache.xerces.xs.XSNamedMap getIdentityConstraints()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getSubstitutionGroupAffiliation()
new:public org.apache.xerces.xs.XSElementDeclaration getSubstitutionGroupAffiliation()

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition()
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition()

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSGroupDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSGroupDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSModelGroupDefinition
new:public class org.apache.xerces.impl.xs.XSGroupDecl extends java.lang.Object implements org.apache.xerces.xs.XSModelGroupDefinition

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSModelGroup getModelGroup()
new:public org.apache.xerces.xs.XSModelGroup getModelGroup()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

New Fields:

org.apache.xerces.impl.xs.XSModelGroupImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSModelGroupImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSModelGroup
new:public class org.apache.xerces.impl.xs.XSModelGroupImpl extends java.lang.Object implements org.apache.xerces.xs.XSModelGroup

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getParticles()
new:public org.apache.xerces.xs.XSObjectList getParticles()

New Fields:

org.apache.xerces.impl.xs.XSModelImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSModelImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSModel
new:public class org.apache.xerces.impl.xs.XSModelImpl extends java.lang.Object implements org.apache.xerces.xs.XSModel

Removed Fields:
Field Declaration Changes:

old:private org.apache.xerces.impl.xs.psvi.XSNamedMap[] fGlobalComponents
new:private org.apache.xerces.xs.XSNamedMap[] fGlobalComponents

old:private org.apache.xerces.impl.xs.psvi.XSNamedMap[][] fNSComponents
new:private org.apache.xerces.xs.XSNamedMap[][] fNSComponents

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAnnotations()
new:public synchronized org.apache.xerces.xs.XSObjectList getAnnotations()

old:public org.apache.xerces.impl.xs.psvi.XSAttributeDeclaration getAttributeDeclaration(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSAttributeDeclaration getAttributeDeclaration(java.lang.String, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSAttributeGroupDefinition getAttributeGroup(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSAttributeGroupDefinition getAttributeGroup(java.lang.String, java.lang.String)

old:public synchronized org.apache.xerces.impl.xs.psvi.XSNamedMap getComponents(short)
new:public synchronized org.apache.xerces.xs.XSNamedMap getComponents(short)

old:public synchronized org.apache.xerces.impl.xs.psvi.XSNamedMap getComponentsByNamespace(short, java.lang.String)
new:public synchronized org.apache.xerces.xs.XSNamedMap getComponentsByNamespace(short, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSElementDeclaration getElementDeclaration(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSElementDeclaration getElementDeclaration(java.lang.String, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSModelGroupDefinition getModelGroupDefinition(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSModelGroupDefinition getModelGroupDefinition(java.lang.String, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItemList getNamespaceItems()
new:public org.apache.xerces.xs.XSNamespaceItemList getNamespaceItems()

old:public org.apache.xerces.impl.xs.psvi.StringList getNamespaces()
new:public org.apache.xerces.xs.StringList getNamespaces()

old:public org.apache.xerces.impl.xs.psvi.XSNotationDeclaration getNotationDeclaration(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSNotationDeclaration getNotationDeclaration(java.lang.String, java.lang.String)

old:public org.apache.xerces.impl.xs.psvi.XSTypeDefinition getTypeDefinition(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSTypeDefinition getTypeDefinition(java.lang.String, java.lang.String)

New Fields:
New Methods:

org.apache.xerces.impl.xs.XSNotationDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSNotationDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSNotationDeclaration
new:public class org.apache.xerces.impl.xs.XSNotationDecl extends java.lang.Object implements org.apache.xerces.xs.XSNotationDeclaration

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

New Fields:

org.apache.xerces.impl.xs.XSParticleDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSParticleDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSParticle
new:public class org.apache.xerces.impl.xs.XSParticleDecl extends java.lang.Object implements org.apache.xerces.xs.XSParticle

Field Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSTerm fValue
new:public org.apache.xerces.xs.XSTerm fValue

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSTerm getTerm()
new:public org.apache.xerces.xs.XSTerm getTerm()

org.apache.xerces.impl.xs.XSWildcardDecl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.XSWildcardDecl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSWildcard
new:public class org.apache.xerces.impl.xs.XSWildcardDecl extends java.lang.Object implements org.apache.xerces.xs.XSWildcard

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
new:public org.apache.xerces.xs.XSAnnotation getAnnotation()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.StringList getNsConstraintList()
new:public org.apache.xerces.xs.StringList getNsConstraintList()

New Fields:
New Methods:

org.apache.xerces.impl.xs.identity.Field$Matcher

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.identity.IdentityConstraint

Declaration Changes:

old:public abstract class org.apache.xerces.impl.xs.identity.IdentityConstraint extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSIDCDefinition
new:public abstract class org.apache.xerces.impl.xs.identity.IdentityConstraint extends java.lang.Object implements org.apache.xerces.xs.XSIDCDefinition

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObjectList getAnnotations()
new:public org.apache.xerces.xs.XSObjectList getAnnotations()

old:public org.apache.xerces.impl.xs.psvi.StringList getFieldStrs()
new:public org.apache.xerces.xs.StringList getFieldStrs()

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem getNamespaceItem()
new:public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()

old:public org.apache.xerces.impl.xs.psvi.XSIDCDefinition getRefKey()
new:public org.apache.xerces.xs.XSIDCDefinition getRefKey()

New Fields:
New Methods:

org.apache.xerces.impl.xs.identity.KeyRef

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSIDCDefinition getRefKey()
new:public org.apache.xerces.xs.XSIDCDefinition getRefKey()

org.apache.xerces.impl.xs.identity.Selector$Matcher

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.identity.XPathMatcher

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:protected java.lang.String fMatchedString
new:protected java.lang.Object fMatchedString

Method Declaration Changes:

old:public int isMatched()
new:public boolean isMatched()

New Fields:
New Methods:

org.apache.xerces.impl.xs.models.CMBuilder

New Methods:

org.apache.xerces.impl.xs.models.XSDFACM

Removed Fields:

org.apache.xerces.impl.xs.opti.DefaultDocument

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.opti.DefaultNode

Method Declaration Changes:

old:public org.w3c.dom.Node getFeature(java.lang.String, java.lang.String)
new:public java.lang.Object getFeature(java.lang.String, java.lang.String)

org.apache.xerces.impl.xs.opti.SchemaDOM

Removed Methods:
Field Declaration Changes:

old:org.apache.xerces.impl.xs.opti.ElementImpl[][] relations
new:org.apache.xerces.impl.xs.opti.NodeImpl[][] relations

New Fields:
New Methods:

org.apache.xerces.impl.xs.opti.SchemaDOMParser

New Fields:
New Methods:

org.apache.xerces.impl.xs.opti.SchemaParsingConfig

Removed Fields:
Removed Methods:

org.apache.xerces.impl.xs.traversers.XSAttributeChecker

Removed Fields:
New Fields:

org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser

Removed Methods:
New Methods:

org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray

Removed Methods:

org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser

Removed Methods:
Method Declaration Changes:

old:void traverseAnnotationDecl(org.w3c.dom.Element, java.lang.Object[], boolean, org.apache.xerces.impl.xs.traversers.XSDocumentInfo)
new:org.apache.xerces.impl.xs.XSAnnotationImpl traverseAnnotationDecl(org.w3c.dom.Element, java.lang.Object[], boolean, org.apache.xerces.impl.xs.traversers.XSDocumentInfo)

New Methods:

org.apache.xerces.impl.xs.traversers.XSDAttributeTraverser

Method Declaration Changes:

old:boolean checkDefaultValid(org.apache.xerces.impl.xs.XSAttributeDecl)
new:void checkDefaultValid(org.apache.xerces.impl.xs.XSAttributeDecl) throws org.apache.xerces.impl.dv.InvalidDatatypeValueException

old:boolean checkDefaultValid(org.apache.xerces.impl.xs.XSAttributeUseImpl)
new:void checkDefaultValid(org.apache.xerces.impl.xs.XSAttributeUseImpl) throws org.apache.xerces.impl.dv.InvalidDatatypeValueException

org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser

Field Declaration Changes:

old:private org.apache.xerces.impl.xs.psvi.XSTypeDefinition fBaseType
new:private org.apache.xerces.xs.XSTypeDefinition fBaseType

New Fields:
New Methods:

org.apache.xerces.impl.xs.traversers.XSDElementTraverser

Removed Fields:
Removed Methods:
New Methods:

org.apache.xerces.impl.xs.traversers.XSDHandler

Removed Fields:
Removed Methods:
New Fields:
New Constructors:
New Methods:

org.apache.xerces.impl.xs.traversers.XSDocumentInfo

Field Declaration Changes:

old:protected java.lang.String fTargetNamespace
new:java.lang.String fTargetNamespace

New Fields:
New Methods:

org.apache.xerces.impl.xs.util.NSItemListImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.util.NSItemListImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSNamespaceItemList
new:public class org.apache.xerces.impl.xs.util.NSItemListImpl extends java.lang.Object implements org.apache.xerces.xs.XSNamespaceItemList

Removed Constructors:
Field Declaration Changes:

old:private org.apache.xerces.impl.xs.psvi.XSNamespaceItem[] fArray
new:private org.apache.xerces.xs.XSNamespaceItem[] fArray

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSNamespaceItem item(int)
new:public org.apache.xerces.xs.XSNamespaceItem item(int)

New Constructors:

org.apache.xerces.impl.xs.util.StringListImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.util.StringListImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.StringList
new:public class org.apache.xerces.impl.xs.util.StringListImpl extends java.lang.Object implements org.apache.xerces.xs.StringList

New Methods:

org.apache.xerces.impl.xs.util.XSNamedMap4Types

Method Declaration Changes:

old:public synchronized org.apache.xerces.impl.xs.psvi.XSObject item(int)
new:public synchronized org.apache.xerces.xs.XSObject item(int)

old:public org.apache.xerces.impl.xs.psvi.XSObject itemByName(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSObject itemByName(java.lang.String, java.lang.String)

org.apache.xerces.impl.xs.util.XSNamedMapImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.util.XSNamedMapImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSNamedMap
new:public class org.apache.xerces.impl.xs.util.XSNamedMapImpl extends java.lang.Object implements org.apache.xerces.xs.XSNamedMap

Removed Constructors:
Field Declaration Changes:

old:org.apache.xerces.impl.xs.psvi.XSObject[] fArray
new:org.apache.xerces.xs.XSObject[] fArray

Method Declaration Changes:

old:public synchronized org.apache.xerces.impl.xs.psvi.XSObject item(int)
new:public synchronized org.apache.xerces.xs.XSObject item(int)

old:public org.apache.xerces.impl.xs.psvi.XSObject itemByName(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.XSObject itemByName(java.lang.String, java.lang.String)

New Constructors:

org.apache.xerces.impl.xs.util.XSObjectListImpl

Declaration Changes:

old:public class org.apache.xerces.impl.xs.util.XSObjectListImpl extends java.lang.Object implements org.apache.xerces.impl.xs.psvi.XSObjectList
new:public class org.apache.xerces.impl.xs.util.XSObjectListImpl extends java.lang.Object implements org.apache.xerces.xs.XSObjectList

Removed Constructors:
Field Declaration Changes:

old:private org.apache.xerces.impl.xs.psvi.XSObject[] fArray
new:private org.apache.xerces.xs.XSObject[] fArray

Method Declaration Changes:

old:public org.apache.xerces.impl.xs.psvi.XSObject item(int)
new:public org.apache.xerces.xs.XSObject item(int)

New Fields:
New Constructors:
New Methods:

org.apache.xerces.parsers.AbstractDOMParser

Removed Fields:
Field Declaration Changes:

old:protected org.w3c.dom.ls.DOMBuilderFilter fDOMFilter
new:protected org.w3c.dom.ls.LSParserFilter fDOMFilter

New Fields:

org.apache.xerces.parsers.AbstractSAXParser

Declaration Changes:

old:public abstract class org.apache.xerces.parsers.AbstractSAXParser extends org.apache.xerces.parsers.AbstractXMLDocumentParser implements org.apache.xerces.impl.xs.psvi.PSVIProvider, org.xml.sax.Parser, org.xml.sax.XMLReader
new:public abstract class org.apache.xerces.parsers.AbstractSAXParser extends org.apache.xerces.parsers.AbstractXMLDocumentParser implements org.apache.xerces.xs.PSVIProvider, org.xml.sax.Parser, org.xml.sax.XMLReader

Method Declaration Changes:

old:public org.apache.xerces.xni.psvi.AttributePSVI getAttributePSVI(int)
new:public org.apache.xerces.xs.AttributePSVI getAttributePSVI(int)

old:public org.apache.xerces.xni.psvi.AttributePSVI getAttributePSVIByName(java.lang.String, java.lang.String)
new:public org.apache.xerces.xs.AttributePSVI getAttributePSVIByName(java.lang.String, java.lang.String)

old:public org.apache.xerces.xni.psvi.ElementPSVI getElementPSVI()
new:public org.apache.xerces.xs.ElementPSVI getElementPSVI()

old:protected final void startNamespaceMapping() throws org.xml.sax.SAXException
new:protected final int startNamespaceMapping() throws org.xml.sax.SAXException

New Fields:

org.apache.xerces.parsers.BasicParserConfiguration

Field Declaration Changes:

old:protected java.util.Vector fComponents
new:protected java.util.ArrayList fComponents

New Methods:

org.apache.xerces.parsers.DOMASBuilderImpl

Declaration Changes:

old:public class org.apache.xerces.parsers.DOMASBuilderImpl extends org.apache.xerces.parsers.DOMBuilderImpl implements org.apache.xerces.dom3.as.DOMASBuilder[deprecated]
new:public class org.apache.xerces.parsers.DOMASBuilderImpl extends org.apache.xerces.parsers.DOMParserImpl implements org.apache.xerces.dom3.as.DOMASBuilder[deprecated]

Removed Methods:
New Methods:

org.apache.xerces.parsers.DTDConfiguration

New Methods:

org.apache.xerces.parsers.NonValidatingConfiguration

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xerces.parsers.SecurityConfiguration

Declaration Changes:

old:public class org.apache.xerces.parsers.SecurityConfiguration extends org.apache.xerces.parsers.IntegratedParserConfiguration
new:public class org.apache.xerces.parsers.SecurityConfiguration extends org.apache.xerces.parsers.XML11Configuration

org.apache.xerces.parsers.XML11Configuration

Declaration Changes:

old:public class org.apache.xerces.parsers.XML11Configuration extends org.apache.xerces.parsers.IntegratedParserConfiguration
new:public class org.apache.xerces.parsers.XML11Configuration extends org.apache.xerces.util.ParserConfigurationSettings implements org.apache.xerces.xni.parser.XMLPullParserConfiguration

Removed Fields:
New Fields:
New Methods:

org.apache.xerces.parsers.XMLGrammarCachingConfiguration

Declaration Changes:

old:public class org.apache.xerces.parsers.XMLGrammarCachingConfiguration extends org.apache.xerces.parsers.StandardParserConfiguration
new:public class org.apache.xerces.parsers.XMLGrammarCachingConfiguration extends org.apache.xerces.parsers.XML11Configuration

org.apache.xerces.util.DOMEntityResolverWrapper

Removed Constructors:
Removed Methods:
Field Declaration Changes:

old:protected org.w3c.dom.ls.DOMEntityResolver fEntityResolver
new:protected org.w3c.dom.ls.LSResourceResolver fEntityResolver

Method Declaration Changes:

old:public org.w3c.dom.ls.DOMEntityResolver getEntityResolver()
new:public org.w3c.dom.ls.LSResourceResolver getEntityResolver()

New Fields:
New Constructors:
New Methods:

org.apache.xerces.util.IntStack

New Methods:

org.apache.xerces.util.NamespaceSupport$Prefixes

Declaration Changes:

old:final class org.apache.xerces.util.NamespaceSupport$Prefixes extends java.lang.Object implements java.util.Enumeration
new:public final class org.apache.xerces.util.NamespaceSupport$Prefixes extends java.lang.Object implements java.util.Enumeration

org.apache.xerces.util.ParserConfigurationSettings

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:protected java.util.Vector fRecognizedFeatures
new:protected java.util.ArrayList fRecognizedFeatures

old:protected java.util.Vector fRecognizedProperties
new:protected java.util.ArrayList fRecognizedProperties

New Fields:

org.apache.xerces.util.URI

Removed Methods:
New Fields:
New Methods:

org.apache.xerces.util.XML11Char

Field Declaration Changes:

old:public static final byte[] XML11CHARS
new:private static final byte[] XML11CHARS

New Fields:
New Methods:

org.apache.xerces.util.XMLAttributesImpl

Removed Fields:
New Fields:
New Constructors:
New Methods:

org.apache.xerces.util.XMLAttributesImpl$Attribute

New Fields:

org.apache.xerces.util.XMLStringBuffer

Removed Fields:

org.apache.xml.dtm.SecuritySupport

Method Declaration Changes:

old:public java.lang.ClassLoader getContextClassLoader()
new:java.lang.ClassLoader getContextClassLoader()

old:public java.io.FileInputStream getFileInputStream(java.io.File) throws java.io.FileNotFoundException
new:java.io.FileInputStream getFileInputStream(java.io.File) throws java.io.FileNotFoundException

old:public static org.apache.xml.dtm.SecuritySupport getInstance()
new:static org.apache.xml.dtm.SecuritySupport getInstance()

old:public java.io.InputStream getResourceAsStream(java.lang.ClassLoader, java.lang.String)
new:java.io.InputStream getResourceAsStream(java.lang.ClassLoader, java.lang.String)

old:public java.lang.String getSystemProperty(java.lang.String)
new:java.lang.String getSystemProperty(java.lang.String)

New Methods:

org.apache.xml.dtm.SecuritySupport12

Method Declaration Changes:

old:public java.lang.ClassLoader getContextClassLoader()
new:java.lang.ClassLoader getContextClassLoader()

old:public java.io.FileInputStream getFileInputStream(java.io.File) throws java.io.FileNotFoundException
new:java.io.FileInputStream getFileInputStream(java.io.File) throws java.io.FileNotFoundException

old:public java.io.InputStream getResourceAsStream(java.lang.ClassLoader, java.lang.String)
new:java.io.InputStream getResourceAsStream(java.lang.ClassLoader, java.lang.String)

old:public java.lang.String getSystemProperty(java.lang.String)
new:java.lang.String getSystemProperty(java.lang.String)

New Methods:

org.apache.xml.dtm.SecuritySupport12$2

Removed Fields:
Removed Constructors:
New Constructors:

org.apache.xml.dtm.SecuritySupport12$3

Declaration Changes:

old:class org.apache.xml.dtm.SecuritySupport12$3 extends java.lang.Object implements java.security.PrivilegedExceptionAction
new:class org.apache.xml.dtm.SecuritySupport12$3 extends java.lang.Object implements java.security.PrivilegedAction

Removed Fields:
Removed Constructors:
Method Declaration Changes:

old:public java.lang.Object run() throws java.io.FileNotFoundException
new:public java.lang.Object run()

New Fields:
New Constructors:

org.apache.xml.dtm.SecuritySupport12$4

Removed Fields:
Removed Constructors:
New Fields:
New Constructors:

org.apache.xml.dtm.ref.DTMDefaultBase

Removed Constructors:
New Constructors:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators

Removed Constructors:
New Constructors:

org.apache.xml.dtm.ref.DTMDefaultBaseTraversers

Removed Constructors:
New Constructors:

org.apache.xml.dtm.ref.DTMDocumentImpl

New Methods:

org.apache.xml.dtm.ref.DTMManagerDefault

New Fields:
New Methods:

org.apache.xml.dtm.ref.ExpandedNameTable

New Methods:

org.apache.xml.dtm.ref.sax2dtm.SAX2DTM

Removed Constructors:
New Constructors:
New Methods:

org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2

Removed Constructors:
New Constructors:
New Methods:

org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM

New Fields:

org.apache.xml.res.XMLErrorResources

New Fields:

org.apache.xml.serialize.BaseMarkupSerializer

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:protected org.w3c.dom.ls.DOMWriterFilter fDOMFilter
new:protected org.w3c.dom.ls.LSSerializerFilter fDOMFilter

New Fields:
New Methods:

org.apache.xml.serialize.EncodingInfo

Removed Fields:
New Fields:
New Methods:

org.apache.xml.serialize.XMLSerializer

Removed Methods:
New Methods:

org.apache.xml.serializer.CharInfo

Declaration Changes:

old:public class org.apache.xml.serializer.CharInfo extends java.lang.Object
new:class org.apache.xml.serializer.CharInfo extends java.lang.Object

Removed Fields:
Removed Constructors:
Removed Methods:
Method Declaration Changes:

old:protected void defineEntity(java.lang.String, char)
new:private void defineEntity(java.lang.String, char)

New Fields:
New Constructors:
New Methods:

org.apache.xml.serializer.ElemDesc

Declaration Changes:

old:class org.apache.xml.serializer.ElemDesc extends java.lang.Object
new:public final class org.apache.xml.serializer.ElemDesc extends java.lang.Object

Field Declaration Changes:

old:static final int ASPECIAL
new:public static final int ASPECIAL

old:static final int ATTREMPTY
new:public static final int ATTREMPTY

old:static final int ATTRURL
new:public static final int ATTRURL

old:static final int BLOCK
new:public static final int BLOCK

old:static final int BLOCKFORM
new:public static final int BLOCKFORM

old:static final int BLOCKFORMFIELDSET
new:public static final int BLOCKFORMFIELDSET

old:static final int CDATA
new:public static final int CDATA

old:static final int EMPTY
new:public static final int EMPTY

old:static final int FLOW
new:public static final int FLOW

old:static final int FONTSTYLE
new:public static final int FONTSTYLE

old:static final int FORMCTRL
new:public static final int FORMCTRL

old:static final int HEAD
new:public static final int HEAD

old:static final int HEADELEM
new:public static final int HEADELEM

old:static final int HEADMISC
new:public static final int HEADMISC

old:static final int INLINE
new:public static final int INLINE

old:static final int INLINEA
new:public static final int INLINEA

old:static final int INLINELABEL
new:public static final int INLINELABEL

old:static final int LIST
new:public static final int LIST

old:static final int PCDATA
new:public static final int PCDATA

old:static final int PHRASE
new:public static final int PHRASE

old:static final int PREFORMATTED
new:public static final int PREFORMATTED

old:static final int RAW
new:public static final int RAW

old:static final int SPECIAL
new:public static final int SPECIAL

old:static final int WHITESPACESENSITIVE
new:public static final int WHITESPACESENSITIVE

Constructor Declaration Changes:

old:ElemDesc(int)
new:public ElemDesc(int)

Method Declaration Changes:

old:boolean is(int)
new:public boolean is(int)

old:boolean isAttrFlagSet(java.lang.String, int)
new:public boolean isAttrFlagSet(java.lang.String, int)

old:void setAttr(java.lang.String, int)
new:public void setAttr(java.lang.String, int)

New Methods:

org.apache.xml.serializer.EmptySerializer

Method Declaration Changes:

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

New Methods:

org.apache.xml.serializer.Encodings

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xml.serializer.NamespaceMappings

Removed Methods:
New Methods:

org.apache.xml.serializer.OutputPropertiesFactory

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xml.serializer.OutputPropertiesFactory$1

Removed Fields:
New Fields:

org.apache.xml.serializer.SerializerBase

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public abstract void flushPending()
new:public abstract void flushPending() throws org.xml.sax.SAXException

New Fields:
New Methods:

org.apache.xml.serializer.ToHTMLSAXHandler

Method Declaration Changes:

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

org.apache.xml.serializer.ToHTMLStream

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:private final org.apache.xml.serializer.ElemDesc getElemDesc(java.lang.String)
new:public static final org.apache.xml.serializer.ElemDesc getElemDesc(java.lang.String)

old:private java.lang.String makeHHString(int)
new:private static java.lang.String makeHHString(int)

New Methods:

org.apache.xml.serializer.ToSAXHandler

Method Declaration Changes:

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

New Fields:
New Methods:

org.apache.xml.serializer.ToStream

Removed Methods:
Method Declaration Changes:

old:private void ensurePrefixIsDeclared(java.lang.String, java.lang.String) throws org.xml.sax.SAXException
new:void ensurePrefixIsDeclared(java.lang.String, java.lang.String) throws org.xml.sax.SAXException

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

old:protected int writeUTF16Surrogate(char, char[], int, int) throws java.io.IOException
new:protected void writeUTF16Surrogate(char, char[], int, int) throws java.io.IOException

New Fields:
New Methods:

org.apache.xml.serializer.ToTextStream

Removed Methods:
Method Declaration Changes:

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

New Methods:

org.apache.xml.serializer.ToUnknownStream

Method Declaration Changes:

old:public void flushPending()
new:public void flushPending() throws org.xml.sax.SAXException

New Methods:

org.apache.xml.serializer.ToXMLSAXHandler

Removed Methods:

org.apache.xml.serializer.ToXMLStream

Removed Methods:
Field Declaration Changes:

old:private boolean m_cdataTagOpen
new:boolean m_cdataTagOpen

New Methods:

org.apache.xml.serializer.WriterToUTF8Buffered

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xml.utils.SystemIDResolver

New Methods:

org.apache.xml.utils.Trie

New Fields:

org.apache.xml.utils.XMLChar

New Methods:

org.apache.xpath.XPathContext

Method Declaration Changes:

old:public org.apache.xpath.axes.LocPathIterator getCurrentNodeList()
new:public org.apache.xpath.axes.SubContextList getCurrentNodeList()

org.apache.xpath.axes.UnionChildIterator

New Methods:

org.apache.xpath.compiler.Compiler

New Fields:
New Methods:

org.apache.xpath.functions.FuncSystemProperty

Removed Fields:
Removed Methods:

org.xml.sax.SAXException

New Fields:
New Constructors:

org.xml.sax.SAXNotRecognizedException

New Fields:
New Constructors:

org.xml.sax.SAXNotSupportedException

New Fields:
New Constructors:

org.xml.sax.SAXParseException

New Fields:

org.xml.sax.helpers.DefaultHandler

Method Declaration Changes:

old:public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) throws org.xml.sax.SAXException
new:public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) throws java.io.IOException, org.xml.sax.SAXException

org.xml.sax.helpers.NamespaceSupport$Context

Removed Fields:
New Fields:
New Methods:

org.xml.sax.helpers.ParserAdapter

Removed Fields:
Removed Methods:
New Methods:

New Packages:

New Interfaces:

New Classes:


2.5 D1 to 2.5.1

Removed Packages:

Removed Classes:

Newly Deprecated Interfaces:

Newly Deprecated Classes:

Modified Interfaces:

org.apache.xalan.serialize.DOMSerializer

Declaration Changes:

old:public interface org.apache.xalan.serialize.DOMSerializer
new:public interface org.apache.xalan.serialize.DOMSerializer extends org.apache.xml.serializer.DOMSerializer[deprecated]

Removed Methods:

org.apache.xalan.serialize.Serializer

Newly Deprecated Methods:

org.apache.xalan.transformer.TransformState

Declaration Changes:

old:public interface org.apache.xalan.transformer.TransformState
new:public interface org.apache.xalan.transformer.TransformState extends org.apache.xml.serializer.TransformStateSetter

org.apache.xml.dtm.DTM

New Fields:

org.apache.xml.dtm.DTMAxisIterator

New Methods:

Modified Classes:

org.apache.xalan.lib.ExsltDatetime

Method Declaration Changes:

old:public static org.apache.xpath.objects.XString date()
new:public static java.lang.String date()

old:public static org.apache.xpath.objects.XString date(java.lang.String) throws java.text.ParseException
new:public static java.lang.String date(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XString dateTime()
new:public static java.lang.String dateTime()

old:public static org.apache.xpath.objects.XString dayAbbreviation()
new:public static java.lang.String dayAbbreviation()

old:public static org.apache.xpath.objects.XString dayAbbreviation(java.lang.String) throws java.text.ParseException
new:public static java.lang.String dayAbbreviation(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber dayInMonth()
new:public static double dayInMonth()

old:public static org.apache.xpath.objects.XNumber dayInMonth(java.lang.String) throws java.text.ParseException
new:public static double dayInMonth(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber dayInWeek()
new:public static double dayInWeek()

old:public static org.apache.xpath.objects.XNumber dayInWeek(java.lang.String) throws java.text.ParseException
new:public static double dayInWeek(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber dayInYear()
new:public static double dayInYear()

old:public static org.apache.xpath.objects.XNumber dayInYear(java.lang.String) throws java.text.ParseException
new:public static double dayInYear(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XString dayName()
new:public static java.lang.String dayName()

old:public static org.apache.xpath.objects.XString dayName(java.lang.String) throws java.text.ParseException
new:public static java.lang.String dayName(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber dayOfWeekInMonth()
new:public static double dayOfWeekInMonth()

old:public static org.apache.xpath.objects.XNumber dayOfWeekInMonth(java.lang.String) throws java.text.ParseException
new:public static double dayOfWeekInMonth(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber hourInDay()
new:public static double hourInDay()

old:public static org.apache.xpath.objects.XNumber hourInDay(java.lang.String) throws java.text.ParseException
new:public static double hourInDay(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XBoolean leapYear()
new:public static boolean leapYear()

old:public static org.apache.xpath.objects.XNumber minuteInHour()
new:public static double minuteInHour()

old:public static org.apache.xpath.objects.XNumber minuteInHour(java.lang.String) throws java.text.ParseException
new:public static double minuteInHour(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XString monthAbbreviation()
new:public static java.lang.String monthAbbreviation()

old:public static org.apache.xpath.objects.XString monthAbbreviation(java.lang.String) throws java.text.ParseException
new:public static java.lang.String monthAbbreviation(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber monthInYear()
new:public static double monthInYear()

old:public static org.apache.xpath.objects.XNumber monthInYear(java.lang.String) throws java.text.ParseException
new:public static double monthInYear(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XString monthName()
new:public static java.lang.String monthName()

old:public static org.apache.xpath.objects.XString monthName(java.lang.String) throws java.text.ParseException
new:public static java.lang.String monthName(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber secondInMinute()
new:public static double secondInMinute()

old:public static org.apache.xpath.objects.XNumber secondInMinute(java.lang.String) throws java.text.ParseException
new:public static double secondInMinute(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XString time()
new:public static java.lang.String time()

old:public static org.apache.xpath.objects.XString time(java.lang.String) throws java.text.ParseException
new:public static java.lang.String time(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber weekInYear()
new:public static double weekInYear()

old:public static org.apache.xpath.objects.XNumber weekInYear(java.lang.String) throws java.text.ParseException
new:public static double weekInYear(java.lang.String) throws java.text.ParseException

old:public static org.apache.xpath.objects.XNumber year()
new:public static double year()

old:public static org.apache.xpath.objects.XNumber year(java.lang.String) throws java.text.ParseException
new:public static double year(java.lang.String) throws java.text.ParseException

New Fields:
New Methods:

org.apache.xalan.lib.ExsltStrings

Removed Fields:
Removed Methods:

org.apache.xalan.lib.Extensions

Removed Fields:
Removed Methods:

org.apache.xalan.res.XSLTErrorResources_de

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_de extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_de extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_es

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_es extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_es extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_fr

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_fr extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_fr extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_it

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_it extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_it extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_ja

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_ja extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_ja extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_ko

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_ko extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_ko extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_zh_CN

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_zh_CN extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_zh_CN extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.res.XSLTErrorResources_zh_TW

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources_zh_TW extends org.apache.xalan.res.XSLTErrorResources
new:public class org.apache.xalan.res.XSLTErrorResources_zh_TW extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xalan.serialize.SerializerFactory

Removed Fields:
Removed Methods:
Newly Deprecated Methods:
Constructor Declaration Changes:

old:public SerializerFactory()
new:private SerializerFactory()

org.apache.xalan.templates.ElemAttribute

Removed Methods:
New Methods:

org.apache.xalan.templates.ElemElement

Removed Methods:
New Methods:

org.apache.xalan.templates.ElemTemplateElement

New Fields:
New Methods:

org.apache.xalan.templates.OutputProperties

Removed Fields:
Removed Methods:
Newly Deprecated Methods:
Method Declaration Changes:

old:public boolean isLegalPropertyKey(java.lang.String)
new:public static boolean isLegalPropertyKey(java.lang.String)

org.apache.xalan.trace.GenerateEvent

Removed Fields:

org.apache.xalan.transformer.ClonerToResultTree

Removed Fields:
Removed Constructors:
Removed Methods:
New Constructors:
New Methods:

org.apache.xalan.transformer.QueuedEvents

Removed Methods:
Field Declaration Changes:

old:private org.apache.xalan.serialize.Serializer m_serializer
new:private org.apache.xml.serializer.Serializer m_serializer

Method Declaration Changes:

old:org.apache.xalan.serialize.Serializer getSerializer()
new:org.apache.xml.serializer.Serializer getSerializer()

New Methods:

org.apache.xalan.transformer.SerializerSwitcher

Removed Methods:
New Methods:

org.apache.xalan.transformer.TrAXFilter

New Methods:

org.apache.xalan.transformer.TransformSnapshotImpl

Removed Fields:
Newly Deprecated Constructors:
Newly Deprecated Methods:
Field Declaration Changes:

old:private org.xml.sax.helpers.NamespaceSupport m_nsSupport
new:private org.apache.xml.serializer.NamespaceMappings m_nsSupport

org.apache.xalan.transformer.TransformerIdentityImpl

Field Declaration Changes:

old:private org.apache.xalan.serialize.Serializer m_serializer
new:private org.apache.xml.serializer.Serializer m_serializer

org.apache.xalan.transformer.TransformerImpl

Declaration Changes:

old:public class org.apache.xalan.transformer.TransformerImpl extends javax.xml.transform.Transformer implements java.lang.Runnable, org.apache.xml.dtm.DTMWSFilter, org.apache.xpath.ExtensionsProvider
new:public class org.apache.xalan.transformer.TransformerImpl extends javax.xml.transform.Transformer implements java.lang.Runnable, org.apache.xml.dtm.DTMWSFilter, org.apache.xml.serializer.SerializerTrace, org.apache.xpath.ExtensionsProvider

Removed Fields:
Removed Methods:
Newly Deprecated Methods:
Method Declaration Changes:

old:public org.apache.xalan.transformer.ResultTreeHandler getResultTreeHandler()
new:public org.apache.xml.serializer.SerializationHandler getResultTreeHandler()

New Fields:
New Methods:

org.apache.xalan.transformer.TreeWalker2Result

Removed Constructors:
Field Declaration Changes:

old:org.apache.xalan.transformer.ResultTreeHandler m_handler
new:org.apache.xml.serializer.SerializationHandler m_handler

New Constructors:

org.apache.xml.dtm.DTMManager

New Fields:

org.apache.xml.dtm.ref.DTMAxisIteratorBase

Field Declaration Changes:

old:private int _last
new:protected int _last

old:private int _position
new:protected int _position

New Methods:

org.apache.xml.dtm.ref.DTMDefaultBase

Removed Fields:
Field Declaration Changes:

old:protected org.apache.xml.dtm.DTMManager m_mgr
new:public org.apache.xml.dtm.DTMManager m_mgr

Method Declaration Changes:

old:protected final int makeNodeHandle(int)
new:public final int makeNodeHandle(int)

old:protected final int makeNodeIdentity(int)
new:public final int makeNodeIdentity(int)

New Fields:
New Constructors:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators

New Constructors:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Removed Methods:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$AncestorIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$AncestorIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

New Fields:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AttributeIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$AttributeIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$AttributeIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ChildrenIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$ChildrenIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$ChildrenIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$DescendantIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$DescendantIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingSiblingIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$FollowingSiblingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$FollowingSiblingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Declaration Changes:

old:abstract class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase extends org.apache.xml.dtm.ref.DTMAxisIteratorBase
new:public abstract class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase extends org.apache.xml.dtm.ref.DTMAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$InternalAxisIteratorBase(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$InternalAxisIteratorBase(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceAttributeIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceAttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceAttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceChildrenIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NthDescendantIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NthDescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NthDescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ParentIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ParentIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$ParentIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$ParentIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$ParentIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Field Declaration Changes:

old:private int _oldsp
new:protected int _oldsp

old:private int _sp
new:protected int _sp

old:private int[] _stack
new:protected int[] _stack

Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$PrecedingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$PrecedingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

New Fields:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingSiblingIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

Removed Constructors:
Constructor Declaration Changes:

old:private DTMDefaultBaseIterators$PrecedingSiblingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)
new:public DTMDefaultBaseIterators$PrecedingSiblingIterator(org.apache.xml.dtm.ref.DTMDefaultBaseIterators)

New Fields:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$RootIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$RootIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$RootIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$SingletonIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$SingletonIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$SingletonIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAncestorIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAncestorIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAncestorIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$AncestorIterator

Removed Methods:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAttributeIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedAttributeIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedChildrenIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedChildrenIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$InternalAxisIteratorBase

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedDescendantIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedDescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedDescendantIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$DescendantIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingSiblingIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingSiblingIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedFollowingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$FollowingSiblingIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedNamespaceIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedNamespaceIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceIterator
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedNamespaceIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$NamespaceIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingSiblingIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingSiblingIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedPrecedingSiblingIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$PrecedingSiblingIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedRootIterator

Declaration Changes:

old:class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedRootIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$RootIterator
new:public class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedRootIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$RootIterator

org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedSingletonIterator

Declaration Changes:

old:final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedSingletonIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$SingletonIterator
new:public final class org.apache.xml.dtm.ref.DTMDefaultBaseIterators$TypedSingletonIterator extends org.apache.xml.dtm.ref.DTMDefaultBaseIterators$SingletonIterator

org.apache.xml.dtm.ref.DTMDefaultBaseTraversers

New Constructors:

org.apache.xml.dtm.ref.DTMDefaultBaseTraversers$RootTraverser

New Methods:

org.apache.xml.dtm.ref.DTMNamedNodeMap

Constructor Declaration Changes:

old:DTMNamedNodeMap(org.apache.xml.dtm.DTM, int)
new:public DTMNamedNodeMap(org.apache.xml.dtm.DTM, int)

org.apache.xml.dtm.ref.DTMNodeList

Declaration Changes:

old:public class org.apache.xml.dtm.ref.DTMNodeList extends java.lang.Object implements org.w3c.dom.NodeList
new:public class org.apache.xml.dtm.ref.DTMNodeList extends org.apache.xml.dtm.ref.DTMNodeListBase

Removed Fields:
Removed Constructors:
New Fields:
New Constructors:

org.apache.xml.dtm.ref.DTMNodeProxy

Constructor Declaration Changes:

old:DTMNodeProxy(org.apache.xml.dtm.DTM, int)
new:public DTMNodeProxy(org.apache.xml.dtm.DTM, int)

org.apache.xml.dtm.ref.DTMStringPool

New Constructors:

org.apache.xml.dtm.ref.ExpandedNameTable

Removed Fields:
Removed Constructors:
Field Declaration Changes:

old:org.apache.xml.dtm.ref.ExpandedNameTable$ExtendedType hashET
new:org.apache.xml.dtm.ref.ExtendedType hashET

old:private static java.util.Vector m_defaultExtendedTypes
new:private static org.apache.xml.dtm.ref.ExtendedType[] m_defaultExtendedTypes

old:private java.util.Vector m_extendedTypes
new:private org.apache.xml.dtm.ref.ExtendedType[] m_extendedTypes

New Fields:
New Methods:

org.apache.xml.dtm.ref.dom2dtm.DOM2DTM

Method Declaration Changes:

old:protected int getNumberOfNodes()
new:public int getNumberOfNodes()

New Methods:

org.apache.xml.dtm.ref.sax2dtm.SAX2DTM

Field Declaration Changes:

old:private transient int m_coalescedTextType
new:protected transient int m_coalescedTextType

old:private transient boolean m_insideDTD
new:protected transient boolean m_insideDTD

old:private transient org.xml.sax.Locator m_locator
new:protected transient org.xml.sax.Locator m_locator

old:private int m_textPendingStart
new:protected int m_textPendingStart

old:private transient int m_textType
new:protected transient int m_textType

old:private org.apache.xml.dtm.ref.DTMStringPool m_valuesOrPrefixes
new:protected org.apache.xml.dtm.ref.DTMStringPool m_valuesOrPrefixes

Method Declaration Changes:

old:protected int getNumberOfNodes()
new:public int getNumberOfNodes()

old:private java.lang.String getPrefix(java.lang.String, java.lang.String)
new:public java.lang.String getPrefix(java.lang.String, java.lang.String)

New Constructors:
New Methods:

org.apache.xml.res.XMLErrorResources

New Fields:

org.apache.xml.res.XMLErrorResources_de

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_de extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_de extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_es

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_es extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_es extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_fr

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_fr extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_fr extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_it

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_it extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_it extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_ja

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_ja extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_ja extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_ko

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_ko extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_ko extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_zh_CN

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_zh_CN extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_zh_CN extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.res.XMLErrorResources_zh_TW

Declaration Changes:

old:public class org.apache.xml.res.XMLErrorResources_zh_TW extends org.apache.xml.res.XMLErrorResources
new:public class org.apache.xml.res.XMLErrorResources_zh_TW extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xml.utils.BoolStack

New Methods:

org.apache.xml.utils.FastStringBuffer

New Methods:

org.apache.xml.utils.IntStack

Method Declaration Changes:

old:public int peek()
new:public final int peek()

old:public int pop()
new:public final int pop()

old:public void quickPop(int)
new:public final void quickPop(int)

org.apache.xml.utils.SuballocatedIntVector

Formerly Deprecated Constructors:
New Fields:
New Methods:

org.apache.xpath.VariableStack

New Fields:

org.apache.xpath.res.XPATHErrorResources_de

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_de extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_de extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_es

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_es extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_es extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_fr

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_fr extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_fr extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_it

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_it extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_it extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_ja

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_ja extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_ja extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_ko

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_ko extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_ko extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_zh_CN

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_zh_CN extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_zh_CN extends java.util.ListResourceBundle

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources_zh_TW

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources_zh_TW extends org.apache.xpath.res.XPATHErrorResources
new:public class org.apache.xpath.res.XPATHErrorResources_zh_TW extends java.util.ListResourceBundle

New Fields:
New Methods:

New Packages:

New Classes:


2.4.1 to 2.5 D1

Removed Interfaces:

Removed Classes:

Modified Interfaces:

org.apache.xpath.ExtensionsProvider

New Methods:

org.w3c.dom.html.HTMLOptionElement

Removed Methods:
New Methods:

org.w3c.dom.html.HTMLSelectElement

Method Declaration Changes:

old:public abstract void add(org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLElement) throws org.w3c.dom.DOMException
new:public abstract void add(org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLElement)

org.w3c.dom.html.HTMLTableCellElement

New Methods:

org.w3c.dom.html.HTMLTableElement

Method Declaration Changes:

old:public abstract void deleteRow(int) throws org.w3c.dom.DOMException
new:public abstract void deleteRow(int)

old:public abstract org.w3c.dom.html.HTMLElement insertRow(int) throws org.w3c.dom.DOMException
new:public abstract org.w3c.dom.html.HTMLElement insertRow(int)

org.w3c.dom.html.HTMLTableRowElement

Method Declaration Changes:

old:public abstract void deleteCell(int) throws org.w3c.dom.DOMException
new:public abstract void deleteCell(int)

old:public abstract org.w3c.dom.html.HTMLElement insertCell(int) throws org.w3c.dom.DOMException
new:public abstract org.w3c.dom.html.HTMLElement insertCell(int)

New Methods:

org.w3c.dom.html.HTMLTableSectionElement

Method Declaration Changes:

old:public abstract void deleteRow(int) throws org.w3c.dom.DOMException
new:public abstract void deleteRow(int)

old:public abstract org.w3c.dom.html.HTMLElement insertRow(int) throws org.w3c.dom.DOMException
new:public abstract org.w3c.dom.html.HTMLElement insertRow(int)

Modified Classes:

javax.xml.parsers.DocumentBuilder

New Fields:

javax.xml.parsers.FactoryFinder

New Fields:

javax.xml.parsers.SAXParser

New Fields:

javax.xml.parsers.SecuritySupport

New Methods:

javax.xml.parsers.SecuritySupport12

New Methods:

javax.xml.transform.FactoryFinder

New Fields:

javax.xml.transform.SecuritySupport

New Methods:

javax.xml.transform.SecuritySupport12

New Methods:

org.apache.xalan.extensions.ExtensionHandler

New Methods:

org.apache.xalan.extensions.ExtensionHandlerExsltFunction

New Methods:

org.apache.xalan.extensions.ExtensionHandlerGeneral

New Methods:

org.apache.xalan.extensions.ExtensionHandlerJavaClass

New Methods:

org.apache.xalan.extensions.ExtensionHandlerJavaPackage

New Methods:

org.apache.xalan.extensions.ExtensionsTable

New Methods:

org.apache.xalan.lib.ExsltStrings

Removed Fields:
New Fields:

org.apache.xalan.lib.Extensions

Removed Fields:
New Fields:

org.apache.xalan.lib.sql.DTMDocument

New Methods:

org.apache.xalan.lib.sql.DefaultConnectionPool

Field Declaration Changes:

old:private java.lang.Object m_Driver
new:private java.sql.Driver m_Driver

org.apache.xalan.lib.sql.SQLDocument

Removed Fields:
New Fields:

org.apache.xalan.processor.ProcessorImport

Method Declaration Changes:

old:protected int getStylesheetInclErr()
new:protected java.lang.String getStylesheetInclErr()

org.apache.xalan.processor.ProcessorInclude

Method Declaration Changes:

old:protected int getStylesheetInclErr()
new:protected java.lang.String getStylesheetInclErr()

org.apache.xalan.processor.StylesheetHandler

Removed Fields:
Removed Methods:
New Methods:

org.apache.xalan.processor.XSLTAttributeDef

Removed Methods:
New Methods:

org.apache.xalan.res.XSLMessages

Declaration Changes:

old:public class org.apache.xalan.res.XSLMessages extends java.lang.Object
new:public class org.apache.xalan.res.XSLMessages extends org.apache.xpath.res.XPATHMessages

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:private static java.util.ResourceBundle XSLTBundle
new:private static java.util.ListResourceBundle XSLTBundle

New Methods:

org.apache.xalan.res.XSLTErrorResources

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources extends java.util.PropertyResourceBundle
new:public class org.apache.xalan.res.XSLTErrorResources extends java.util.ListResourceBundle

Removed Fields:
Removed Constructors:
Removed Methods:
Field Declaration Changes:

old:public static final int ER_ARG_LITERAL
new:public static final java.lang.String ER_ARG_LITERAL

old:public static final int ER_ASSERT_NO_TEMPLATE_PARENT
new:public static final java.lang.String ER_ASSERT_NO_TEMPLATE_PARENT

old:public static final int ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR
new:public static final java.lang.String ER_ASSERT_REDUNDENT_EXPR_ELIMINATOR

old:public static final int ER_ATTRIB_VALUE_NOT_FOUND
new:public static final java.lang.String ER_ATTRIB_VALUE_NOT_FOUND

old:public static final int ER_ATTRIB_VALUE_NOT_RECOGNIZED
new:public static final java.lang.String ER_ATTRIB_VALUE_NOT_RECOGNIZED

old:public static final int ER_ATTR_NOT_ALLOWED
new:public static final java.lang.String ER_ATTR_NOT_ALLOWED

old:public static final int ER_BAD_STYLESHEET_URL
new:public static final java.lang.String ER_BAD_STYLESHEET_URL

old:public static final int ER_BAD_VALUE
new:public static final java.lang.String ER_BAD_VALUE

old:public static final int ER_BAD_VAL_ON_LEVEL_ATTRIB
new:public static final java.lang.String ER_BAD_VAL_ON_LEVEL_ATTRIB

old:public static final int ER_BAD_XSLSORT_USE
new:public static final java.lang.String ER_BAD_XSLSORT_USE

old:public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO
new:public static final java.lang.String ER_BUFFER_SIZE_LESSTHAN_ZERO

old:public static final int ER_CALL_TO_EXT_FAILED
new:public static final java.lang.String ER_CALL_TO_EXT_FAILED

old:public static final int ER_CANNOT_ADD
new:public static final java.lang.String ER_CANNOT_ADD

old:public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT
new:public static final java.lang.String ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT

old:public static final int ER_CANNOT_CALL_PARSE
new:public static final java.lang.String ER_CANNOT_CALL_PARSE

old:public static final int ER_CANNOT_CMPL_EXTENSN
new:public static final java.lang.String ER_CANNOT_CMPL_EXTENSN

old:public static final int ER_CANNOT_CREATE_EXTENSN
new:public static final java.lang.String ER_CANNOT_CREATE_EXTENSN

old:public static final int ER_CANNOT_INIT_BSFMGR
new:public static final java.lang.String ER_CANNOT_INIT_BSFMGR

old:public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES
new:public static final java.lang.String ER_CANNOT_INIT_DEFAULT_TEMPLATES

old:public static final int ER_CANNOT_MIX_XERCESDOM
new:public static final java.lang.String ER_CANNOT_MIX_XERCESDOM

old:public static final int ER_CANNOT_SERIALIZE_XSLPROCESSOR
new:public static final java.lang.String ER_CANNOT_SERIALIZE_XSLPROCESSOR

old:public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE
new:public static final java.lang.String ER_CANNOT_TRANSFORM_SOURCE_TYPE

old:public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE
new:public static final java.lang.String ER_CANNOT_TRANSFORM_TO_RESULT_TYPE

old:public static final int ER_CANT_CREATE_ITEM
new:public static final java.lang.String ER_CANT_CREATE_ITEM

old:public static final int ER_CANT_CREATE_URL
new:public static final java.lang.String ER_CANT_CREATE_URL

old:public static final int ER_CANT_RESOLVE_NAME_AVT
new:public static final java.lang.String ER_CANT_RESOLVE_NAME_AVT

old:public static final int ER_CANT_RESOLVE_NSPREFIX
new:public static final java.lang.String ER_CANT_RESOLVE_NSPREFIX

old:public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER
new:public static final java.lang.String ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER

old:public static final int ER_CANT_USE_DTM_FOR_INPUT
new:public static final java.lang.String ER_CANT_USE_DTM_FOR_INPUT

old:public static final int ER_CANT_USE_DTM_FOR_OUTPUT
new:public static final java.lang.String ER_CANT_USE_DTM_FOR_OUTPUT

old:public static final int ER_CAN_ONLY_OUTPUT_TO_ELEMENT
new:public static final java.lang.String ER_CAN_ONLY_OUTPUT_TO_ELEMENT

old:public static final int ER_CHARS_NOT_ALLOWED
new:public static final java.lang.String ER_CHARS_NOT_ALLOWED

old:public static final int ER_CHOOSE_REQUIRES_WHEN
new:public static final java.lang.String ER_CHOOSE_REQUIRES_WHEN

old:public static final int ER_CLASS_NOT_FOUND_FOR_OPTION
new:public static final java.lang.String ER_CLASS_NOT_FOUND_FOR_OPTION

old:public static final int ER_COULDNT_FIND_FRAGMENT
new:public static final java.lang.String ER_COULDNT_FIND_FRAGMENT

old:public static final int ER_COULDNT_PARSE_DOC
new:public static final java.lang.String ER_COULDNT_PARSE_DOC

old:public static final int ER_COULD_NOT_CREATE_TRACELISTENER
new:public static final java.lang.String ER_COULD_NOT_CREATE_TRACELISTENER

old:public static final int ER_COULD_NOT_CREATE_XML_PROC_LIAISON
new:public static final java.lang.String ER_COULD_NOT_CREATE_XML_PROC_LIAISON

old:public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT
new:public static final java.lang.String ER_COULD_NOT_FIND_EXTERN_SCRIPT

old:public static final int ER_COULD_NOT_LOAD_RESOURCE
new:public static final java.lang.String ER_COULD_NOT_LOAD_RESOURCE

old:public static final int ER_CURRENCY_SIGN_ILLEGAL
new:public static final java.lang.String ER_CURRENCY_SIGN_ILLEGAL

old:public static final int ER_DEFAULTSPACE_NOT_SUPPORTED
new:public static final java.lang.String ER_DEFAULTSPACE_NOT_SUPPORTED

old:public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM
new:public static final java.lang.String ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM

old:public static final int ER_DUPLICATE_GLOBAL_VAR
new:public static final java.lang.String ER_DUPLICATE_GLOBAL_VAR

old:public static final int ER_DUPLICATE_NAMED_TEMPLATE
new:public static final java.lang.String ER_DUPLICATE_NAMED_TEMPLATE

old:public static final int ER_DUPLICATE_VAR
new:public static final java.lang.String ER_DUPLICATE_VAR

old:public static final int ER_ELEMENT_NAME_METHOD_STATIC
new:public static final java.lang.String ER_ELEMENT_NAME_METHOD_STATIC

old:public static final int ER_ELEMTEMPLATEELEM_ERR
new:public static final java.lang.String ER_ELEMTEMPLATEELEM_ERR

old:public static final int ER_ELEM_CONTENT_NOT_ALLOWED
new:public static final java.lang.String ER_ELEM_CONTENT_NOT_ALLOWED

old:public static final int ER_ENCODING_NOT_SUPPORTED
new:public static final java.lang.String ER_ENCODING_NOT_SUPPORTED

old:public static final int ER_ERRORLISTENER
new:public static final java.lang.String ER_ERRORLISTENER

old:public static final int ER_EXTENSION_FUNC_UNKNOWN
new:public static final java.lang.String ER_EXTENSION_FUNC_UNKNOWN

old:public static final int ER_FAILED_CALLING_METHOD
new:public static final java.lang.String ER_FAILED_CALLING_METHOD

old:public static final int ER_FAILED_CREATING_ELEMLITRSLT
new:public static final java.lang.String ER_FAILED_CREATING_ELEMLITRSLT

old:public static final int ER_FAILED_CREATING_ELEMTMPL
new:public static final java.lang.String ER_FAILED_CREATING_ELEMTMPL

old:public static final int ER_FAILED_PROCESS_STYLESHEET
new:public static final java.lang.String ER_FAILED_PROCESS_STYLESHEET

old:public static final int ER_FILE_CANNOT_BE_NULL
new:public static final java.lang.String ER_FILE_CANNOT_BE_NULL

old:public static final int ER_FILE_NOT_FOUND
new:public static final java.lang.String ER_FILE_NOT_FOUND

old:public static final int ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB
new:public static final java.lang.String ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB

old:public static final int ER_ILLEGAL_ATTRIB
new:public static final java.lang.String ER_ILLEGAL_ATTRIB

old:public static final int ER_ILLEGAL_ATTRIBUTE
new:public static final java.lang.String ER_ILLEGAL_ATTRIBUTE

old:public static final int ER_ILLEGAL_ATTRIBUTE_VALUE
new:public static final java.lang.String ER_ILLEGAL_ATTRIBUTE_VALUE

old:public static final int ER_ILLEGAL_DOMSOURCE_INPUT
new:public static final java.lang.String ER_ILLEGAL_DOMSOURCE_INPUT

old:public static final int ER_ILLEGAL_VALUE
new:public static final java.lang.String ER_ILLEGAL_VALUE

old:public static final int ER_ILLEGAL_XMLSPACE_VALUE
new:public static final java.lang.String ER_ILLEGAL_XMLSPACE_VALUE

old:public static final int ER_IMPORTING_ITSELF
new:public static final java.lang.String ER_IMPORTING_ITSELF

old:public static final int ER_IMPORTS_AS_FIRST_ELEM
new:public static final java.lang.String ER_IMPORTS_AS_FIRST_ELEM

old:public static final int ER_INDENTRESULT_NOT_SUPPORTED
new:public static final java.lang.String ER_INDENTRESULT_NOT_SUPPORTED

old:public static final int ER_INPUT_CANNOT_BE_NULL
new:public static final java.lang.String ER_INPUT_CANNOT_BE_NULL

old:public static final int ER_INSTANCE_MTHD_CALL_REQUIRES
new:public static final java.lang.String ER_INSTANCE_MTHD_CALL_REQUIRES

old:public static final int ER_INVALID_CONTEXT_PASSED
new:public static final java.lang.String ER_INVALID_CONTEXT_PASSED

old:public static final int ER_INVALID_DRIVER
new:public static final java.lang.String ER_INVALID_DRIVER

old:public static final int ER_INVALID_DRIVER_NAME
new:public static final java.lang.String ER_INVALID_DRIVER_NAME

old:public static final int ER_INVALID_ELEMENT_NAME
new:public static final java.lang.String ER_INVALID_ELEMENT_NAME

old:public static final int ER_INVALID_KEY_CALL
new:public static final java.lang.String ER_INVALID_KEY_CALL

old:public static final int ER_INVALID_OPTION
new:public static final java.lang.String ER_INVALID_OPTION

old:public static final int ER_INVALID_PREFIX
new:public static final java.lang.String ER_INVALID_PREFIX

old:public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX
new:public static final java.lang.String ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX

old:public static final int ER_INVALID_UTF16_SURROGATE
new:public static final java.lang.String ER_INVALID_UTF16_SURROGATE

old:public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT
new:public static final java.lang.String ER_IN_ELEMTEMPLATEELEM_READOBJECT

old:public static final int ER_IOEXCEPTION
new:public static final java.lang.String ER_IOEXCEPTION

old:public static final int ER_KEY_REQUIRES_MATCH_ATTRIB
new:public static final java.lang.String ER_KEY_REQUIRES_MATCH_ATTRIB

old:public static final int ER_KEY_REQUIRES_NAME_ATTRIB
new:public static final java.lang.String ER_KEY_REQUIRES_NAME_ATTRIB

old:public static final int ER_KEY_REQUIRES_USE_ATTRIB
new:public static final java.lang.String ER_KEY_REQUIRES_USE_ATTRIB

old:public static final int ER_MALFORMED_FORMAT_STRING
new:public static final java.lang.String ER_MALFORMED_FORMAT_STRING

old:public static final int ER_MISPLACED_XSLOTHERWISE
new:public static final java.lang.String ER_MISPLACED_XSLOTHERWISE

old:public static final int ER_MISPLACED_XSLWHEN
new:public static final java.lang.String ER_MISPLACED_XSLWHEN

old:public static final int ER_MISSING_ARG_FOR_OPTION
new:public static final java.lang.String ER_MISSING_ARG_FOR_OPTION

old:public static final int ER_MISSING_CONTAINER_ELEMENT_COMPONENT
new:public static final java.lang.String ER_MISSING_CONTAINER_ELEMENT_COMPONENT

old:public static final int ER_MISSING_LANG_ATTRIB
new:public static final java.lang.String ER_MISSING_LANG_ATTRIB

old:public static final int ER_MISSING_NS_URI
new:public static final java.lang.String ER_MISSING_NS_URI

old:public static final int ER_MISSING_PREFIX_ATTRIB
new:public static final java.lang.String ER_MISSING_PREFIX_ATTRIB

old:public static final int ER_MORE_MATCH_CONSTRUCTOR
new:public static final java.lang.String ER_MORE_MATCH_CONSTRUCTOR

old:public static final int ER_MORE_MATCH_ELEMENT
new:public static final java.lang.String ER_MORE_MATCH_ELEMENT

old:public static final int ER_MORE_MATCH_METHOD
new:public static final java.lang.String ER_MORE_MATCH_METHOD

old:public static final int ER_MUST_HAVE_TEST_ATTRIB
new:public static final java.lang.String ER_MUST_HAVE_TEST_ATTRIB

old:public static final int ER_NEED_MATCH_ATTRIB
new:public static final java.lang.String ER_NEED_MATCH_ATTRIB

old:public static final int ER_NEED_NAME_ATTRIB
new:public static final java.lang.String ER_NEED_NAME_ATTRIB

old:public static final int ER_NEED_NAME_OR_MATCH_ATTRIB
new:public static final java.lang.String ER_NEED_NAME_OR_MATCH_ATTRIB

old:public static final int ER_NEED_SELECT_ATTRIB
new:public static final java.lang.String ER_NEED_SELECT_ATTRIB

old:public static final int ER_NEED_TEST_ATTRIB
new:public static final java.lang.String ER_NEED_TEST_ATTRIB

old:public static final int ER_NODE_NOT_ELEMENT
new:public static final java.lang.String ER_NODE_NOT_ELEMENT

old:public static final int ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION
new:public static final java.lang.String ER_NONWHITESPACE_NOT_ALLOWED_IN_POSITION

old:public static final int ER_NOT_ALLOWED_INSIDE_STYLESHEET
new:public static final java.lang.String ER_NOT_ALLOWED_INSIDE_STYLESHEET

old:public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE
new:public static final java.lang.String ER_NOT_ALLOWED_INSIDE_TEMPLATE

old:public static final int ER_NOT_ALLOWED_IN_POSITION
new:public static final java.lang.String ER_NOT_ALLOWED_IN_POSITION

old:public static final int ER_NOT_SUCCESSFUL
new:public static final java.lang.String ER_NOT_SUCCESSFUL

old:public static final int ER_NOT_SUPPORTED
new:public static final java.lang.String ER_NOT_SUPPORTED

old:public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH
new:public static final java.lang.String ER_NO_APPLY_IMPORT_IN_FOR_EACH

old:public static final int ER_NO_ATTRIB_SET
new:public static final java.lang.String ER_NO_ATTRIB_SET

old:public static final int ER_NO_CLONE_OF_DOCUMENT_FRAG
new:public static final java.lang.String ER_NO_CLONE_OF_DOCUMENT_FRAG

old:public static final int ER_NO_CONTEXT_OWNERDOC
new:public static final java.lang.String ER_NO_CONTEXT_OWNERDOC

old:public static final int ER_NO_CURLYBRACE
new:public static final java.lang.String ER_NO_CURLYBRACE

old:public static final int ER_NO_DRIVER_NAME
new:public static final java.lang.String ER_NO_DRIVER_NAME

old:public static final int ER_NO_DRIVER_NAME_SPECIFIED
new:public static final java.lang.String ER_NO_DRIVER_NAME_SPECIFIED

old:public static final int ER_NO_HREF_ATTRIB
new:public static final java.lang.String ER_NO_HREF_ATTRIB

old:public static final int ER_NO_INPUT_STYLESHEET
new:public static final java.lang.String ER_NO_INPUT_STYLESHEET

old:public static final int ER_NO_NAMESPACE_DECL
new:public static final java.lang.String ER_NO_NAMESPACE_DECL

old:public static final int ER_NO_NAME_ATTRIB
new:public static final java.lang.String ER_NO_NAME_ATTRIB

old:public static final int ER_NO_OUTPUT_SPECIFIED
new:public static final java.lang.String ER_NO_OUTPUT_SPECIFIED

old:public static final int ER_NO_OWNERDOC
new:public static final java.lang.String ER_NO_OWNERDOC

old:public static final int ER_NO_PARENT_FOR_FILTER
new:public static final java.lang.String ER_NO_PARENT_FOR_FILTER

old:public static final int ER_NO_SELECT_EXPRESSION
new:public static final java.lang.String ER_NO_SELECT_EXPRESSION

old:public static final int ER_NO_STYLESHEETROOT
new:public static final java.lang.String ER_NO_STYLESHEETROOT

old:public static final int ER_NO_STYLESHEET_IN_MEDIA
new:public static final java.lang.String ER_NO_STYLESHEET_IN_MEDIA

old:public static final int ER_NO_STYLESHEET_PI
new:public static final java.lang.String ER_NO_STYLESHEET_PI

old:public static final int ER_NO_URL
new:public static final java.lang.String ER_NO_URL

old:public static final int ER_NO_URL_SPECIFIED
new:public static final java.lang.String ER_NO_URL_SPECIFIED

old:public static final int ER_NO_XSLKEY_DECLARATION
new:public static final java.lang.String ER_NO_XSLKEY_DECLARATION

old:public static final int ER_NULL_CHILD
new:public static final java.lang.String ER_NULL_CHILD

old:public static final int ER_NULL_CONTENT_HANDLER
new:public static final java.lang.String ER_NULL_CONTENT_HANDLER

old:public static final int ER_NULL_ERROR_HANDLER
new:public static final java.lang.String ER_NULL_ERROR_HANDLER

old:public static final int ER_NULL_SOURCENODE_APPLYIMPORTS
new:public static final java.lang.String ER_NULL_SOURCENODE_APPLYIMPORTS

old:public static final int ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES
new:public static final java.lang.String ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES

old:public static final int ER_NULL_URI_NAMESPACE
new:public static final java.lang.String ER_NULL_URI_NAMESPACE

old:public static final int ER_NUMBER_TOO_BIG
new:public static final java.lang.String ER_NUMBER_TOO_BIG

old:public static final int ER_ONE_OR_TWO
new:public static final java.lang.String ER_ONE_OR_TWO

old:public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED
new:public static final java.lang.String ER_OUTPUT_PROPERTY_NOT_RECOGNIZED

old:public static final int ER_POOLSIZE_LESS_THAN_ONE
new:public static final java.lang.String ER_POOLSIZE_LESS_THAN_ONE

old:public static final int ER_POOL_EXISTS
new:public static final java.lang.String ER_POOL_EXISTS

old:public static final int ER_POOL_SIZE_LESSTHAN_ONE
new:public static final java.lang.String ER_POOL_SIZE_LESSTHAN_ONE

old:public static final int ER_PREFIX_MUST_RESOLVE
new:public static final java.lang.String ER_PREFIX_MUST_RESOLVE

old:public static final int ER_PROCESSFROMNODE_FAILED
new:public static final java.lang.String ER_PROCESSFROMNODE_FAILED

old:public static final int ER_PROCESSINCLUDE_ERROR
new:public static final java.lang.String ER_PROCESSINCLUDE_ERROR

old:public static final int ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
new:public static final java.lang.String ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML

old:public static final int ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
new:public static final java.lang.String ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME

old:public static final int ER_PROCESSOR_ERROR
new:public static final java.lang.String ER_PROCESSOR_ERROR

old:public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL
new:public static final java.lang.String ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL

old:public static final int ER_PROCESS_ERROR
new:public static final java.lang.String ER_PROCESS_ERROR

old:public static final int ER_PROCESS_NOT_SUCCESSFUL
new:public static final java.lang.String ER_PROCESS_NOT_SUCCESSFUL

old:public static final int ER_PROPERTY_VALUE_BOOLEAN
new:public static final java.lang.String ER_PROPERTY_VALUE_BOOLEAN

old:public static final int ER_REDIRECT_COULDNT_GET_FILENAME
new:public static final java.lang.String ER_REDIRECT_COULDNT_GET_FILENAME

old:public static final int ER_REFERENCING_ITSELF
new:public static final java.lang.String ER_REFERENCING_ITSELF

old:public static final int ER_REQUIRED_ELEM_NOT_FOUND
new:public static final java.lang.String ER_REQUIRED_ELEM_NOT_FOUND

old:public static final int ER_REQUIRES_ATTRIB
new:public static final java.lang.String ER_REQUIRES_ATTRIB

old:public static final int ER_REQUIRES_ELEMENTS_ATTRIB
new:public static final java.lang.String ER_REQUIRES_ELEMENTS_ATTRIB

old:public static final int ER_RESOURCE_COULD_NOT_FIND
new:public static final java.lang.String ER_RESOURCE_COULD_NOT_FIND

old:public static final int ER_RESOURCE_COULD_NOT_LOAD
new:public static final java.lang.String ER_RESOURCE_COULD_NOT_LOAD

old:public static final int ER_RESULTNS_NOT_SUPPORTED
new:public static final java.lang.String ER_RESULTNS_NOT_SUPPORTED

old:public static final int ER_RESULT_COULD_NOT_BE_SET
new:public static final java.lang.String ER_RESULT_COULD_NOT_BE_SET

old:public static final int ER_RESULT_NULL
new:public static final java.lang.String ER_RESULT_NULL

old:public static final int ER_SAX_EXCEPTION
new:public static final java.lang.String ER_SAX_EXCEPTION

old:public static final int ER_SOURCE_CANNOT_BE_NULL
new:public static final java.lang.String ER_SOURCE_CANNOT_BE_NULL

old:public static final int ER_STYLESHEET_DIRECTED_TERMINATION
new:public static final java.lang.String ER_STYLESHEET_DIRECTED_TERMINATION

old:public static final int ER_STYLESHEET_INCLUDES_ITSELF
new:public static final java.lang.String ER_STYLESHEET_INCLUDES_ITSELF

old:public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB
new:public static final java.lang.String ER_STYLESHEET_REQUIRES_VERSION_ATTRIB

old:public static final int ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB
new:public static final java.lang.String ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB

old:public static final int ER_TEMPLATE_NAME_MATCH
new:public static final java.lang.String ER_TEMPLATE_NAME_MATCH

old:public static final int ER_TEMPLATE_NOT_FOUND
new:public static final java.lang.String ER_TEMPLATE_NOT_FOUND

old:public static final int ER_TOO_MANY_LISTENERS
new:public static final java.lang.String ER_TOO_MANY_LISTENERS

old:public static final int ER_TWO_OR_THREE
new:public static final java.lang.String ER_TWO_OR_THREE

old:public static final int ER_UNIMPLNODE_ERROR
new:public static final java.lang.String ER_UNIMPLNODE_ERROR

old:public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION
new:public static final java.lang.String ER_UNKNOWN_ERROR_CALLING_EXTENSION

old:public static final int ER_UNKNOWN_EXT_NS_PREFIX
new:public static final java.lang.String ER_UNKNOWN_EXT_NS_PREFIX

old:public static final int ER_UNKNOWN_XSL_ELEM
new:public static final java.lang.String ER_UNKNOWN_XSL_ELEM

old:public static final int ER_URI_CANNOT_BE_NULL
new:public static final java.lang.String ER_URI_CANNOT_BE_NULL

old:public static final int ER_VALUE_SHOULD_BE_NUMBER
new:public static final java.lang.String ER_VALUE_SHOULD_BE_NUMBER

old:public static final int ER_VALUE_SHOULD_EQUAL
new:public static final java.lang.String ER_VALUE_SHOULD_EQUAL

old:public static final int ER_XMLSPACE_ILLEGAL_VAL
new:public static final java.lang.String ER_XMLSPACE_ILLEGAL_VAL

old:public static final int ER_XMLSPACE_ILLEGAL_VALUE
new:public static final java.lang.String ER_XMLSPACE_ILLEGAL_VALUE

old:public static final int ER_XSLATTRSET_USED_ITSELF
new:public static final java.lang.String ER_XSLATTRSET_USED_ITSELF

old:public static final int ER_XSLFUNCTIONS_UNSUPPORTED
new:public static final java.lang.String ER_XSLFUNCTIONS_UNSUPPORTED

old:public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE
new:public static final java.lang.String ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE

old:public static final int ER_XSLT_ERROR
new:public static final java.lang.String ER_XSLT_ERROR

old:public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE
new:public static final java.lang.String ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE

old:public static final int INVALID_BOOLEAN
new:public static final java.lang.String INVALID_BOOLEAN

old:public static final int INVALID_ENUM
new:public static final java.lang.String INVALID_ENUM

old:public static final int INVALID_NCNAME
new:public static final java.lang.String INVALID_NCNAME

old:public static final int INVALID_NMTOKEN
new:public static final java.lang.String INVALID_NMTOKEN

old:public static final int INVALID_NUMBER
new:public static final java.lang.String INVALID_NUMBER

old:public static final int INVALID_QNAME
new:public static final java.lang.String INVALID_QNAME

old:public static final int INVALID_TCHAR
new:public static final java.lang.String INVALID_TCHAR

old:public static final int WG_ATTRIB_NOT_HANDLED
new:public static final java.lang.String WG_ATTRIB_NOT_HANDLED

old:public static final int WG_ATTR_TEMPLATE
new:public static final java.lang.String WG_ATTR_TEMPLATE

old:public static final int WG_CANNOT_FIND_COLLATOR
new:public static final java.lang.String WG_CANNOT_FIND_COLLATOR

old:public static final int WG_CANNOT_LOAD_REQUESTED_DOC
new:public static final java.lang.String WG_CANNOT_LOAD_REQUESTED_DOC

old:public static final int WG_CANNOT_MAKE_URL_FROM
new:public static final java.lang.String WG_CANNOT_MAKE_URL_FROM

old:public static final int WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE
new:public static final java.lang.String WG_CONFLICT_BETWEEN_XSLSTRIPSPACE_AND_XSLPRESERVESPACE

old:public static final int WG_COULD_NOT_RESOLVE_PREFIX
new:public static final java.lang.String WG_COULD_NOT_RESOLVE_PREFIX

old:public static final int WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR
new:public static final java.lang.String WG_COUNT_ATTRIB_MATCHES_NO_ANCESTOR

old:public static final int WG_EMPTY_SECOND_ARG
new:public static final java.lang.String WG_EMPTY_SECOND_ARG

old:public static final int WG_ENCODING_NOT_SUPPORTED_USING_JAVA
new:public static final java.lang.String WG_ENCODING_NOT_SUPPORTED_USING_JAVA

old:public static final int WG_ENCODING_NOT_SUPPORTED_USING_UTF8
new:public static final java.lang.String WG_ENCODING_NOT_SUPPORTED_USING_UTF8

old:public static final int WG_EXPR_ATTRIB_CHANGED_TO_SELECT
new:public static final java.lang.String WG_EXPR_ATTRIB_CHANGED_TO_SELECT

old:public static final int WG_FOUND_CURLYBRACE
new:public static final java.lang.String WG_FOUND_CURLYBRACE

old:public static final int WG_FUNCTIONS_SHOULD_USE_URL
new:public static final java.lang.String WG_FUNCTIONS_SHOULD_USE_URL

old:public static final int WG_ILLEGAL_ATTRIBUTE
new:public static final java.lang.String WG_ILLEGAL_ATTRIBUTE

old:public static final int WG_ILLEGAL_ATTRIBUTE_NAME
new:public static final java.lang.String WG_ILLEGAL_ATTRIBUTE_NAME

old:public static final int WG_ILLEGAL_ATTRIBUTE_POSITION
new:public static final java.lang.String WG_ILLEGAL_ATTRIBUTE_POSITION

old:public static final int WG_ILLEGAL_ATTRIBUTE_VALUE
new:public static final java.lang.String WG_ILLEGAL_ATTRIBUTE_VALUE

old:public static final int WG_LOCALE_NOT_FOUND
new:public static final java.lang.String WG_LOCALE_NOT_FOUND

old:public static final int WG_NO_DECIMALFORMAT_DECLARATION
new:public static final java.lang.String WG_NO_DECIMALFORMAT_DECLARATION

old:public static final int WG_NO_LOCALE_IN_FORMATNUMBER
new:public static final java.lang.String WG_NO_LOCALE_IN_FORMATNUMBER

old:public static final int WG_OLD_XSLT_NS
new:public static final java.lang.String WG_OLD_XSLT_NS

old:public static final int WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED
new:public static final java.lang.String WG_ONE_DEFAULT_XSLDECIMALFORMAT_ALLOWED

old:public static final int WG_PARSING_AND_PREPARING
new:public static final java.lang.String WG_PARSING_AND_PREPARING

old:public static final int WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
new:public static final java.lang.String WG_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML

old:public static final int WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
new:public static final java.lang.String WG_PROCESSINGINSTRUCTION_NOTVALID_NCNAME

old:public static final int WG_SPECIFICITY_CONFLICTS
new:public static final java.lang.String WG_SPECIFICITY_CONFLICTS

old:public static final int WG_STYLESHEET_REQUIRES_VERSION_ATTRIB
new:public static final java.lang.String WG_STYLESHEET_REQUIRES_VERSION_ATTRIB

old:public static final int WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE
new:public static final java.lang.String WG_XSLDECIMALFORMAT_NAMES_MUST_BE_UNIQUE

Constructor Declaration Changes:

old:public XSLTErrorResources() throws java.io.IOException
new:public XSLTErrorResources()

Method Declaration Changes:

old:public static final java.util.ResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException
new:public static final org.apache.xalan.res.XSLTErrorResources loadResourceBundle(java.lang.String) throws java.util.MissingResourceException

New Fields:
New Methods:

org.apache.xalan.serialize.Encodings

New Fields:

org.apache.xalan.templates.Constants

Declaration Changes:

old:public class org.apache.xalan.templates.Constants extends java.lang.Object
new:public class org.apache.xalan.templates.Constants extends org.apache.xml.utils.Constants

Removed Fields:

org.apache.xalan.templates.ElemExsltFunction

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xalan.templates.ElemTemplateElement

Removed Methods:
New Methods:

org.apache.xalan.templates.FuncDocument

Removed Methods:
New Methods:

org.apache.xalan.templates.FuncFormatNumb

Removed Methods:
New Methods:

org.apache.xalan.templates.OutputProperties

Removed Fields:
Removed Methods:
New Methods:

org.apache.xalan.transformer.MsgMgr

Removed Fields:
Removed Methods:
New Methods:

org.apache.xalan.transformer.TransformerImpl

Removed Fields:
Removed Methods:
New Methods:

org.apache.xml.dtm.DTMManager

Removed Fields:
Removed Methods:

org.apache.xml.dtm.ref.DTMNodeList

Method Declaration Changes:

old:org.apache.xml.dtm.DTMIterator getDTMIterator()
new:public org.apache.xml.dtm.DTMIterator getDTMIterator()

org.apache.xml.dtm.ref.sax2dtm.SAX2DTM

New Fields:
New Methods:

org.apache.xml.utils.AttList

Removed Constructors:
Field Declaration Changes:

old:org.apache.xpath.DOMHelper m_dh
new:org.apache.xml.utils.DOMHelper m_dh

New Constructors:

org.apache.xml.utils.PrefixResolverDefault

Removed Fields:

org.apache.xml.utils.SystemIDResolver

Method Declaration Changes:

old:public static java.lang.String getAbsoluteURI(java.lang.String) throws javax.xml.transform.TransformerException
new:public static java.lang.String getAbsoluteURI(java.lang.String)

New Methods:

org.apache.xml.utils.TreeWalker

Removed Constructors:
Field Declaration Changes:

old:protected org.apache.xpath.DOMHelper m_dh
new:protected org.apache.xml.utils.DOMHelper m_dh

New Constructors:

org.apache.xml.utils.UnImplNode

Removed Methods:
New Methods:

org.apache.xpath.Expression

Removed Methods:
New Methods:

org.apache.xpath.XPath

Removed Methods:
New Methods:

org.apache.xpath.XPathContext

Removed Fields:
Removed Methods:

org.apache.xpath.axes.ChildTestIterator

New Methods:

org.apache.xpath.axes.MatchPatternIterator

New Methods:

org.apache.xpath.axes.OneStepIterator

New Methods:

org.apache.xpath.axes.ReverseAxesWalker

New Methods:

org.apache.xpath.compiler.Compiler

Removed Methods:
New Methods:

org.apache.xpath.compiler.OpMap

Removed Methods:
New Methods:

org.apache.xpath.compiler.XPathParser

Removed Methods:
New Methods:

org.apache.xpath.functions.FuncExtFunction

New Methods:

org.apache.xpath.objects.XObject

Removed Methods:
New Methods:

org.apache.xpath.res.XPATHErrorResources

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources extends java.util.PropertyResourceBundle
new:public class org.apache.xpath.res.XPATHErrorResources extends java.util.ListResourceBundle

Removed Fields:
Removed Constructors:
Removed Methods:
Field Declaration Changes:

old:public static final int ERROR0000
new:public static final java.lang.String ERROR0000

old:public static final int ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER
new:public static final java.lang.String ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER

old:public static final int ER_AXES_NOT_ALLOWED
new:public static final java.lang.String ER_AXES_NOT_ALLOWED

old:public static final int ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL
new:public static final java.lang.String ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL

old:public static final int ER_CANNOT_CALL_SETSHOULDCACHENODE
new:public static final java.lang.String ER_CANNOT_CALL_SETSHOULDCACHENODE

old:public static final int ER_CANNOT_CREATE_URL
new:public static final java.lang.String ER_CANNOT_CREATE_URL

old:public static final int ER_CANNOT_DEAL_XPATH_TYPE
new:public static final java.lang.String ER_CANNOT_DEAL_XPATH_TYPE

old:public static final int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL
new:public static final java.lang.String ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL

old:public static final int ER_CANT_CONVERT_TO_BOOLEAN
new:public static final java.lang.String ER_CANT_CONVERT_TO_BOOLEAN

old:public static final int ER_CANT_CONVERT_TO_MUTABLENODELIST
new:public static final java.lang.String ER_CANT_CONVERT_TO_MUTABLENODELIST

old:public static final int ER_CANT_CONVERT_TO_NODELIST
new:public static final java.lang.String ER_CANT_CONVERT_TO_NODELIST

old:public static final int ER_CANT_CONVERT_TO_NUMBER
new:public static final java.lang.String ER_CANT_CONVERT_TO_NUMBER

old:public static final int ER_CANT_CONVERT_TO_SINGLENODE
new:public static final java.lang.String ER_CANT_CONVERT_TO_SINGLENODE

old:public static final int ER_CANT_CONVERT_TO_STRING
new:public static final java.lang.String ER_CANT_CONVERT_TO_STRING

old:public static final int ER_CANT_CONVERT_TO_TYPE
new:public static final java.lang.String ER_CANT_CONVERT_TO_TYPE

old:public static final int ER_CANT_GET_SNAPSHOT_LENGTH
new:public static final java.lang.String ER_CANT_GET_SNAPSHOT_LENGTH

old:public static final int ER_CONTEXT_HAS_NO_OWNERDOC
new:public static final java.lang.String ER_CONTEXT_HAS_NO_OWNERDOC

old:public static final int ER_COULDNOT_BE_FORMATTED_TO_NUMBER
new:public static final java.lang.String ER_COULDNOT_BE_FORMATTED_TO_NUMBER

old:public static final int ER_COULDNOT_CREATE_XMLPROCESSORLIAISON
new:public static final java.lang.String ER_COULDNOT_CREATE_XMLPROCESSORLIAISON

old:public static final int ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH
new:public static final java.lang.String ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH

old:public static final int ER_COULDNOT_FIND_FUNCTION
new:public static final java.lang.String ER_COULDNOT_FIND_FUNCTION

old:public static final int ER_COULDNOT_GET_VAR_NAMED
new:public static final java.lang.String ER_COULDNOT_GET_VAR_NAMED

old:public static final int ER_COULD_NOT_FIND_VAR
new:public static final java.lang.String ER_COULD_NOT_FIND_VAR

old:public static final int ER_COUNT_TAKES_1_ARG
new:public static final java.lang.String ER_COUNT_TAKES_1_ARG

old:public static final int ER_CURRENT_NOT_ALLOWED_IN_MATCH
new:public static final java.lang.String ER_CURRENT_NOT_ALLOWED_IN_MATCH

old:public static final int ER_CURRENT_TAKES_NO_ARGS
new:public static final java.lang.String ER_CURRENT_TAKES_NO_ARGS

old:public static final int ER_DIDNOT_FIND_XPATH_SELECT_EXP
new:public static final java.lang.String ER_DIDNOT_FIND_XPATH_SELECT_EXP

old:public static final int ER_DOCUMENT_REPLACED
new:public static final java.lang.String ER_DOCUMENT_REPLACED

old:public static final int ER_DOC_MUTATED
new:public static final java.lang.String ER_DOC_MUTATED

old:public static final int ER_DTM_CANNOT_HANDLE_NODES
new:public static final java.lang.String ER_DTM_CANNOT_HANDLE_NODES

old:public static final int ER_EMPTY_EXPRESSION
new:public static final java.lang.String ER_EMPTY_EXPRESSION

old:public static final int ER_EMPTY_XPATH_RESULT
new:public static final java.lang.String ER_EMPTY_XPATH_RESULT

old:public static final int ER_ERROR_OCCURED
new:public static final java.lang.String ER_ERROR_OCCURED

old:public static final int ER_EXPECTED_BUT_FOUND
new:public static final java.lang.String ER_EXPECTED_BUT_FOUND

old:public static final int ER_EXPECTED_DOUBLE_QUOTE
new:public static final java.lang.String ER_EXPECTED_DOUBLE_QUOTE

old:public static final int ER_EXPECTED_LOC_PATH
new:public static final java.lang.String ER_EXPECTED_LOC_PATH

old:public static final int ER_EXPECTED_LOC_STEP
new:public static final java.lang.String ER_EXPECTED_LOC_STEP

old:public static final int ER_EXPECTED_MATCH_PATTERN
new:public static final java.lang.String ER_EXPECTED_MATCH_PATTERN

old:public static final int ER_EXPECTED_NODE_TEST
new:public static final java.lang.String ER_EXPECTED_NODE_TEST

old:public static final int ER_EXPECTED_REL_LOC_PATH
new:public static final java.lang.String ER_EXPECTED_REL_LOC_PATH

old:public static final int ER_EXPECTED_REL_PATH_PATTERN
new:public static final java.lang.String ER_EXPECTED_REL_PATH_PATTERN

old:public static final int ER_EXPECTED_SINGLE_QUOTE
new:public static final java.lang.String ER_EXPECTED_SINGLE_QUOTE

old:public static final int ER_EXPECTED_STEP_PATTERN
new:public static final java.lang.String ER_EXPECTED_STEP_PATTERN

old:public static final int ER_EXTRA_ILLEGAL_TOKENS
new:public static final java.lang.String ER_EXTRA_ILLEGAL_TOKENS

old:public static final int ER_FASTSTRINGBUFFER_CANNOT_BE_NULL
new:public static final java.lang.String ER_FASTSTRINGBUFFER_CANNOT_BE_NULL

old:public static final int ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG
new:public static final java.lang.String ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG

old:public static final int ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG
new:public static final java.lang.String ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG

old:public static final int ER_FSB_CANNOT_TAKE_STRING
new:public static final java.lang.String ER_FSB_CANNOT_TAKE_STRING

old:public static final int ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS
new:public static final java.lang.String ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS

old:public static final int ER_FUNCTION_TOKEN_NOT_FOUND
new:public static final java.lang.String ER_FUNCTION_TOKEN_NOT_FOUND

old:public static final int ER_IGNORABLE_WHITESPACE_NOT_HANDLED
new:public static final java.lang.String ER_IGNORABLE_WHITESPACE_NOT_HANDLED

old:public static final int ER_ILLEGAL_AXIS_NAME
new:public static final java.lang.String ER_ILLEGAL_AXIS_NAME

old:public static final int ER_ILLEGAL_VARIABLE_REFERENCE
new:public static final java.lang.String ER_ILLEGAL_VARIABLE_REFERENCE

old:public static final int ER_INCOMPATIBLE_TYPES
new:public static final java.lang.String ER_INCOMPATIBLE_TYPES

old:public static final int ER_INCORRECT_ARG_LENGTH
new:public static final java.lang.String ER_INCORRECT_ARG_LENGTH

old:public static final int ER_INCORRECT_PROGRAMMER_ASSERTION
new:public static final java.lang.String ER_INCORRECT_PROGRAMMER_ASSERTION

old:public static final int ER_INVALID_UTF16_SURROGATE
new:public static final java.lang.String ER_INVALID_UTF16_SURROGATE

old:public static final int ER_INVALID_XPATH_TYPE
new:public static final java.lang.String ER_INVALID_XPATH_TYPE

old:public static final int ER_KEY_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_KEY_HAS_TOO_MANY_ARGS

old:public static final int ER_LOCALNAME_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_LOCALNAME_HAS_TOO_MANY_ARGS

old:public static final int ER_NAMESPACEAXIS_NOT_IMPLEMENTED
new:public static final java.lang.String ER_NAMESPACEAXIS_NOT_IMPLEMENTED

old:public static final int ER_NAMESPACEURI_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_NAMESPACEURI_HAS_TOO_MANY_ARGS

old:public static final int ER_NAME_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_NAME_HAS_TOO_MANY_ARGS

old:public static final int ER_NODESETDTM_CANNOT_INDEX
new:public static final java.lang.String ER_NODESETDTM_CANNOT_INDEX

old:public static final int ER_NODESETDTM_CANNOT_ITERATE
new:public static final java.lang.String ER_NODESETDTM_CANNOT_ITERATE

old:public static final int ER_NODESETDTM_NOT_MUTABLE
new:public static final java.lang.String ER_NODESETDTM_NOT_MUTABLE

old:public static final int ER_NODESET_CANNOT_INDEX
new:public static final java.lang.String ER_NODESET_CANNOT_INDEX

old:public static final int ER_NODESET_CANNOT_ITERATE
new:public static final java.lang.String ER_NODESET_CANNOT_ITERATE

old:public static final int ER_NODESET_NOT_MUTABLE
new:public static final java.lang.String ER_NODESET_NOT_MUTABLE

old:public static final int ER_NON_ITERATOR_TYPE
new:public static final java.lang.String ER_NON_ITERATOR_TYPE

old:public static final int ER_NON_SNAPSHOT_TYPE
new:public static final java.lang.String ER_NON_SNAPSHOT_TYPE

old:public static final int ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS

old:public static final int ER_NULL_ERROR_HANDLER
new:public static final java.lang.String ER_NULL_ERROR_HANDLER

old:public static final int ER_NULL_RESOLVER
new:public static final java.lang.String ER_NULL_RESOLVER

old:public static final int ER_NUMBER_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_NUMBER_HAS_TOO_MANY_ARGS

old:public static final int ER_OIERROR
new:public static final java.lang.String ER_OIERROR

old:public static final int ER_ONLY_ALLOWS
new:public static final java.lang.String ER_ONLY_ALLOWS

old:public static final int ER_PARSE_NOT_SUPPORTED
new:public static final java.lang.String ER_PARSE_NOT_SUPPORTED

old:public static final int ER_PATTERN_LITERAL_NEEDS_BE_QUOTED
new:public static final java.lang.String ER_PATTERN_LITERAL_NEEDS_BE_QUOTED

old:public static final int ER_PREDICATE_ILLEGAL_SYNTAX
new:public static final java.lang.String ER_PREDICATE_ILLEGAL_SYNTAX

old:public static final int ER_PREFIX_MUST_RESOLVE
new:public static final java.lang.String ER_PREFIX_MUST_RESOLVE

old:public static final int ER_PROBLEM_IN_DTM_NEXTSIBLING
new:public static final java.lang.String ER_PROBLEM_IN_DTM_NEXTSIBLING

old:public static final int ER_PROG_ASSERT_UNKNOWN_OPCODE
new:public static final java.lang.String ER_PROG_ASSERT_UNKNOWN_OPCODE

old:public static final int ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER
new:public static final java.lang.String ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER

old:public static final int ER_SAX_API_NOT_HANDLED
new:public static final java.lang.String ER_SAX_API_NOT_HANDLED

old:public static final int ER_SETDOMFACTORY_NOT_SUPPORTED
new:public static final java.lang.String ER_SETDOMFACTORY_NOT_SUPPORTED

old:public static final int ER_SETTING_WALKER_ROOT_TO_NULL
new:public static final java.lang.String ER_SETTING_WALKER_ROOT_TO_NULL

old:public static final int ER_STRINGLENGTH_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_STRINGLENGTH_HAS_TOO_MANY_ARGS

old:public static final int ER_STRING_HAS_TOO_MANY_ARGS
new:public static final java.lang.String ER_STRING_HAS_TOO_MANY_ARGS

old:public static final int ER_TRANSLATE_TAKES_3_ARGS
new:public static final java.lang.String ER_TRANSLATE_TAKES_3_ARGS

old:public static final int ER_TWO_OR_THREE
new:public static final java.lang.String ER_TWO_OR_THREE

old:public static final int ER_UNKNOWN_AXIS
new:public static final java.lang.String ER_UNKNOWN_AXIS

old:public static final int ER_UNKNOWN_MATCH_OPERATION
new:public static final java.lang.String ER_UNKNOWN_MATCH_OPERATION

old:public static final int ER_UNKNOWN_NODETYPE
new:public static final java.lang.String ER_UNKNOWN_NODETYPE

old:public static final int ER_UNKNOWN_OPCODE
new:public static final java.lang.String ER_UNKNOWN_OPCODE

old:public static final int ER_UNKNOWN_STEP
new:public static final java.lang.String ER_UNKNOWN_STEP

old:public static final int ER_UNPARSEDENTITYURI_TAKES_1_ARG
new:public static final java.lang.String ER_UNPARSEDENTITYURI_TAKES_1_ARG

old:public static final int ER_UNSUPPORTED_ENCODING
new:public static final java.lang.String ER_UNSUPPORTED_ENCODING

old:public static final int ER_VARIABLE_ACCESSED_BEFORE_BIND
new:public static final java.lang.String ER_VARIABLE_ACCESSED_BEFORE_BIND

old:public static final int ER_VAR_NOT_RESOLVABLE
new:public static final java.lang.String ER_VAR_NOT_RESOLVABLE

old:public static final int ER_WRONG_DOCUMENT
new:public static final java.lang.String ER_WRONG_DOCUMENT

old:public static final int ER_WRONG_NODETYPE
new:public static final java.lang.String ER_WRONG_NODETYPE

old:public static final int ER_XERCES_CANNOT_HANDLE_NODES
new:public static final java.lang.String ER_XERCES_CANNOT_HANDLE_NODES

old:public static final int ER_XERCES_PARSE_ERROR
new:public static final java.lang.String ER_XERCES_PARSE_ERROR

old:public static final int ER_XERCES_PARSE_ERROR_DETAILS
new:public static final java.lang.String ER_XERCES_PARSE_ERROR_DETAILS

old:public static final int ER_XPATH_ERROR
new:public static final java.lang.String ER_XPATH_ERROR

old:public static final int ER_XPATH_READOBJECT
new:public static final java.lang.String ER_XPATH_READOBJECT

old:public static final int ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING
new:public static final java.lang.String ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING

old:public static final int ER_ZERO_OR_ONE
new:public static final java.lang.String ER_ZERO_OR_ONE

old:public static final int WG_CANNOT_MAKE_URL_FROM
new:public static final java.lang.String WG_CANNOT_MAKE_URL_FROM

old:public static final int WG_COULDNOT_FIND_FUNCTION
new:public static final java.lang.String WG_COULDNOT_FIND_FUNCTION

old:public static final int WG_DONT_DO_ANYTHING_WITH_NS
new:public static final java.lang.String WG_DONT_DO_ANYTHING_WITH_NS

old:public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED
new:public static final java.lang.String WG_EXPAND_ENTITIES_NOT_SUPPORTED

old:public static final int WG_FUNCTION_TOKEN_NOT_FOUND
new:public static final java.lang.String WG_FUNCTION_TOKEN_NOT_FOUND

old:public static final int WG_ILLEGAL_VARIABLE_REFERENCE
new:public static final java.lang.String WG_ILLEGAL_VARIABLE_REFERENCE

old:public static final int WG_LOCALE_NAME_NOT_HANDLED
new:public static final java.lang.String WG_LOCALE_NAME_NOT_HANDLED

old:public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST
new:public static final java.lang.String WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST

old:public static final int WG_PROPERTY_NOT_SUPPORTED
new:public static final java.lang.String WG_PROPERTY_NOT_SUPPORTED

old:public static final int WG_QUO_NO_LONGER_DEFINED
new:public static final java.lang.String WG_QUO_NO_LONGER_DEFINED

old:public static final int WG_SECURITY_EXCEPTION
new:public static final java.lang.String WG_SECURITY_EXCEPTION

old:public static final int WG_UNSUPPORTED_ENCODING
new:public static final java.lang.String WG_UNSUPPORTED_ENCODING

Constructor Declaration Changes:

old:public XPATHErrorResources() throws java.io.IOException
new:public XPATHErrorResources()

Method Declaration Changes:

old:public static final java.util.ResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException
new:public static final org.apache.xpath.res.XPATHErrorResources loadResourceBundle(java.lang.String) throws java.util.MissingResourceException

New Fields:
New Methods:

New Packages:

New Interfaces:

New Classes:


2.4.0 to 2.4.1

Modified Interfaces:

org.apache.xalan.extensions.ExpressionContext

New Methods:

Modified Classes:

javax.xml.parsers.FactoryFinder

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:private static final boolean debug
new:private static boolean debug

New Methods:

javax.xml.transform.FactoryFinder

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:private static final boolean debug
new:private static boolean debug

New Methods:

org.apache.xalan.lib.ExsltMath

Declaration Changes:

old:public class org.apache.xalan.lib.ExsltMath extends java.lang.Object
new:public class org.apache.xalan.lib.ExsltMath extends org.apache.xalan.lib.ExsltBase

Removed Methods:
New Fields:
New Methods:

org.apache.xalan.lib.ExsltSets

Declaration Changes:

old:public class org.apache.xalan.lib.ExsltSets extends java.lang.Object
new:public class org.apache.xalan.lib.ExsltSets extends org.apache.xalan.lib.ExsltBase

Removed Methods:
New Methods:

org.apache.xalan.lib.Extensions

Removed Methods:
Method Declaration Changes:

old:public static org.apache.xpath.objects.XObject evaluate(org.apache.xalan.extensions.ExpressionContext, java.lang.String) throws org.xml.sax.SAXNotSupportedException, java.lang.Exception
new:public static org.apache.xpath.objects.XObject evaluate(org.apache.xalan.extensions.ExpressionContext, java.lang.String) throws org.xml.sax.SAXNotSupportedException

New Fields:
New Methods:

org.apache.xalan.lib.sql.DefaultConnectionPool

New Fields:
New Methods:

org.apache.xalan.processor.TransformerFactoryImpl

Removed Fields:
Removed Methods:

org.apache.xalan.res.XSLTErrorResources

New Fields:

org.apache.xalan.templates.Constants

New Fields:

org.apache.xalan.templates.ElemExtensionCall

New Methods:

org.apache.xalan.templates.OutputProperties

New Fields:

org.apache.xalan.transformer.KeyTable

New Fields:
New Methods:

org.apache.xalan.transformer.TransformSnapshotImpl

Field Declaration Changes:

old:private int[] m_currentExpressionNodes
new:private org.apache.xml.utils.IntStack m_currentExpressionNodes

old:private int[] m_currentNodes
new:private org.apache.xml.utils.IntStack m_currentNodes

old:private org.apache.xalan.templates.ElemTemplateElement[] m_currentTemplateElements
new:private org.apache.xml.utils.ObjectStack m_currentTemplateElements

org.apache.xalan.transformer.TransformerImpl

Removed Fields:
Field Declaration Changes:

old:org.apache.xalan.templates.ElemTemplateElement[] m_currentTemplateElements
new:org.apache.xml.utils.ObjectStack m_currentTemplateElements

Method Declaration Changes:

old:public org.apache.xalan.templates.ElemTemplateElement[] getCurrentTemplateElements()
new:public org.apache.xml.utils.ObjectStack getCurrentTemplateElements()

old:public void setOutputProperties(java.util.Properties)
new:public void setOutputProperties(java.util.Properties) throws java.lang.IllegalArgumentException

org.apache.xalan.xslt.Process

New Methods:

org.apache.xml.dtm.ref.DTMNodeProxy

New Methods:

org.apache.xml.dtm.ref.ExpandedNameTable

Removed Fields:
New Fields:
New Methods:

org.apache.xml.dtm.ref.ExpandedNameTable$ExtendedType

Removed Fields:
Removed Constructors:
New Constructors:

org.apache.xml.utils.IntStack

New Constructors:
New Methods:

org.apache.xml.utils.IntVector

Declaration Changes:

old:public class org.apache.xml.utils.IntVector extends java.lang.Object
new:public class org.apache.xml.utils.IntVector extends java.lang.Object implements java.lang.Cloneable

New Constructors:
New Methods:

org.apache.xpath.XPathContext

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:private int[] m_currentExpressionNodes
new:private org.apache.xml.utils.IntStack m_currentExpressionNodes

old:private int[] m_currentNodes
new:private org.apache.xml.utils.IntStack m_currentNodes

old:private org.apache.xml.utils.PrefixResolver[] m_prefixResolvers
new:private org.apache.xml.utils.ObjectStack m_prefixResolvers

old:javax.xml.transform.SourceLocator[] m_saxLocations
new:org.apache.xml.utils.ObjectStack m_saxLocations

Method Declaration Changes:

old:public int[] getCurrentExpressionNodeStack()
new:public org.apache.xml.utils.IntStack getCurrentExpressionNodeStack()

old:public int[] getCurrentNodeStack()
new:public org.apache.xml.utils.IntStack getCurrentNodeStack()

New Methods:

org.apache.xpath.XPathContext$XPathExpressionContext

New Methods:

org.apache.xpath.axes.RTFIterator

Declaration Changes:

old:public class org.apache.xpath.axes.RTFIterator extends org.apache.xpath.axes.OneStepIteratorForward
new:public class org.apache.xpath.axes.RTFIterator extends org.apache.xpath.NodeSetDTM

Removed Constructors:
New Constructors:

org.apache.xpath.compiler.OpMap

Removed Fields:
Field Declaration Changes:

old:public int[] m_opMap
new:org.apache.xpath.compiler.OpMapVector m_opMap

old:public java.lang.Object[] m_tokenQueue
new:org.apache.xml.utils.ObjectVector m_tokenQueue

Method Declaration Changes:

old:public int[] getOpMap()
new:public org.apache.xpath.compiler.OpMapVector getOpMap()

old:public java.lang.Object[] getTokenQueue()
new:public org.apache.xml.utils.ObjectVector getTokenQueue()

New Fields:
New Methods:

org.apache.xpath.functions.FuncExtFunction

New Methods:

org.apache.xpath.functions.FunctionMultiArgs

New Methods:

org.apache.xpath.res.XPATHErrorResources

New Fields:

org.xml.sax.helpers.NewInstance

Removed Fields:
New Fields:

org.xml.sax.helpers.XMLReaderFactory

New Fields:
New Methods:

New Packages:

New Interfaces:

New Classes:


2.4 D1 to 2.4.0

Modified Classes:

org.apache.xalan.lib.ExsltCommon

Removed Methods:

org.apache.xalan.lib.Extensions

New Fields:
New Methods:

org.apache.xalan.processor.XSLTAttributeDef

Removed Fields:
Removed Constructors:
Removed Methods:
Method Declaration Changes:

old:void setAttrValue(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.xalan.templates.ElemTemplateElement) throws org.xml.sax.SAXException
new:boolean setAttrValue(org.apache.xalan.processor.StylesheetHandler, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.apache.xalan.templates.ElemTemplateElement) throws org.xml.sax.SAXException

New Fields:
New Constructors:
New Methods:

org.apache.xalan.res.XSLTErrorResources

Removed Fields:
New Fields:

org.apache.xalan.templates.AVT

New Methods:

org.apache.xalan.templates.Constants

New Fields:

org.apache.xalan.templates.ElemAttribute

New Methods:

org.apache.xalan.templates.RedundentExprEliminator

Removed Methods:
New Methods:

org.apache.xml.utils.QName

New Constructors:

org.apache.xml.utils.StringToIntTable

New Fields:
New Methods:

org.apache.xpath.compiler.XPathParser

Removed Methods:
Method Declaration Changes:

old:protected void FilterExpr() throws javax.xml.transform.TransformerException
new:protected int FilterExpr() throws javax.xml.transform.TransformerException

old:protected void FunctionCall() throws javax.xml.transform.TransformerException
new:protected boolean FunctionCall() throws javax.xml.transform.TransformerException

old:protected void PrimaryExpr() throws javax.xml.transform.TransformerException
new:protected boolean PrimaryExpr() throws javax.xml.transform.TransformerException

old:protected void RelativeLocationPath() throws javax.xml.transform.TransformerException
new:protected boolean RelativeLocationPath() throws javax.xml.transform.TransformerException

old:protected void Step() throws javax.xml.transform.TransformerException
new:protected boolean Step() throws javax.xml.transform.TransformerException

New Fields:
New Methods:

org.apache.xpath.res.XPATHErrorResources

New Fields:

org.xml.sax.SAXException

Removed Constructors:

org.xml.sax.SAXNotRecognizedException

Removed Constructors:

org.xml.sax.SAXNotSupportedException

Removed Constructors:

org.xml.sax.helpers.DefaultHandler

Method Declaration Changes:

old:public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) throws java.io.IOException, org.xml.sax.SAXException
new:public org.xml.sax.InputSource resolveEntity(java.lang.String, java.lang.String) throws org.xml.sax.SAXException

org.xml.sax.helpers.NamespaceSupport

Removed Methods:
New Methods:

org.xml.sax.helpers.ParserAdapter

Removed Methods:
New Methods:

org.xml.sax.helpers.XMLReaderFactory

Method Declaration Changes:

old:public static synchronized org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException
new:public static org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException

old:public static synchronized org.xml.sax.XMLReader createXMLReader(java.lang.String) throws org.xml.sax.SAXException
new:public static org.xml.sax.XMLReader createXMLReader(java.lang.String) throws org.xml.sax.SAXException

New Fields:
New Methods:

New Classes:


2.3.1 to 2.4 D1

Removed Classes:

Modified Interfaces:

org.apache.xalan.extensions.ExpressionContext

New Methods:

org.apache.xml.dtm.DTM

New Fields:

org.apache.xml.utils.PrefixResolver

New Methods:

Modified Classes:

org.apache.xalan.extensions.ExtensionsTable

Removed Constructors:
Removed Methods:
New Fields:
New Constructors:

org.apache.xalan.extensions.MethodResolver

New Methods:

org.apache.xalan.lib.sql.DTMDocument

Removed Methods:

org.apache.xalan.processor.ProcessorKey

Removed Methods:
New Methods:

org.apache.xalan.processor.ProcessorPreserveSpace

Removed Fields:
Removed Methods:

org.apache.xalan.processor.StylesheetHandler

Removed Methods:
New Methods:

org.apache.xalan.processor.XSLTAttributeDef

Removed Methods:
New Methods:

org.apache.xalan.processor.XSLTElementProcessor

Declaration Changes:

old:public class org.apache.xalan.processor.XSLTElementProcessor extends java.lang.Object
new:public class org.apache.xalan.processor.XSLTElementProcessor extends org.apache.xalan.templates.ElemTemplateElement

Removed Methods:
New Methods:

org.apache.xalan.processor.XSLTSchema

New Fields:

org.apache.xalan.res.XSLMessages

Removed Methods:
Field Declaration Changes:

old:private static org.apache.xml.utils.res.XResourceBundleBase XPATHBundle
new:private static java.util.ResourceBundle XPATHBundle

old:private static org.apache.xml.utils.res.XResourceBundleBase XSLTBundle
new:private static java.util.ResourceBundle XSLTBundle

Method Declaration Changes:

old:public static final java.util.ListResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException
new:public static final java.util.ResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException

New Methods:

org.apache.xalan.res.XSLTErrorResources

Declaration Changes:

old:public class org.apache.xalan.res.XSLTErrorResources extends org.apache.xml.utils.res.XResourceBundleBase
new:public class org.apache.xalan.res.XSLTErrorResources extends java.util.PropertyResourceBundle

Removed Fields:
Removed Methods:
Constructor Declaration Changes:

old:public XSLTErrorResources()
new:public XSLTErrorResources() throws java.io.IOException

Method Declaration Changes:

old:public java.lang.String getMessageKey(int)
new:public static java.lang.String getMessageKey(int)

old:public java.lang.String getWarningKey(int)
new:public static java.lang.String getWarningKey(int)

old:public static final org.apache.xalan.res.XSLTErrorResources loadResourceBundle(java.lang.String) throws java.util.MissingResourceException
new:public static final java.util.ResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException

New Fields:
New Constructors:

org.apache.xalan.serialize.Encodings

New Fields:
New Methods:

org.apache.xalan.serialize.SerializerToText

New Methods:

org.apache.xalan.serialize.SerializerToXML

New Fields:

org.apache.xalan.templates.AVT

Declaration Changes:

old:public class org.apache.xalan.templates.AVT extends java.lang.Object implements java.io.Serializable
new:public class org.apache.xalan.templates.AVT extends java.lang.Object implements java.io.Serializable, org.apache.xalan.templates.XSLTVisitable

Removed Constructors:
New Constructors:
New Methods:

org.apache.xalan.templates.AVTPart

Declaration Changes:

old:public abstract class org.apache.xalan.templates.AVTPart extends java.lang.Object implements java.io.Serializable
new:public abstract class org.apache.xalan.templates.AVTPart extends java.lang.Object implements java.io.Serializable, org.apache.xalan.templates.XSLTVisitable

New Methods:

org.apache.xalan.templates.AVTPartSimple

New Methods:

org.apache.xalan.templates.AVTPartXPath

New Methods:

org.apache.xalan.templates.Constants

New Fields:

org.apache.xalan.templates.ElemCallTemplate

New Methods:

org.apache.xalan.templates.ElemChoose

New Methods:

org.apache.xalan.templates.ElemCopyOf

New Methods:

org.apache.xalan.templates.ElemElement

New Methods:

org.apache.xalan.templates.ElemExtensionCall

New Methods:

org.apache.xalan.templates.ElemExtensionDecl

New Methods:

org.apache.xalan.templates.ElemForEach

Declaration Changes:

old:public class org.apache.xalan.templates.ElemForEach extends org.apache.xalan.templates.ElemTemplateElement
new:public class org.apache.xalan.templates.ElemForEach extends org.apache.xalan.templates.ElemTemplateElement implements org.apache.xpath.ExpressionOwner

New Methods:

org.apache.xalan.templates.ElemIf

New Methods:

org.apache.xalan.templates.ElemLiteralResult

New Methods:

org.apache.xalan.templates.ElemNumber

New Methods:

org.apache.xalan.templates.ElemTemplateElement

Declaration Changes:

old:public class org.apache.xalan.templates.ElemTemplateElement extends org.apache.xml.utils.UnImplNode implements java.io.Serializable, javax.xml.transform.SourceLocator, org.apache.xml.utils.PrefixResolver, org.apache.xpath.WhitespaceStrippingElementMatcher
new:public class org.apache.xalan.templates.ElemTemplateElement extends org.apache.xml.utils.UnImplNode implements java.io.Serializable, org.apache.xalan.templates.XSLTVisitable, org.apache.xml.utils.PrefixResolver, org.apache.xpath.ExpressionNode, org.apache.xpath.WhitespaceStrippingElementMatcher

New Methods:

org.apache.xalan.templates.ElemValueOf

New Methods:

org.apache.xalan.templates.ElemVariable

New Fields:
New Methods:

org.apache.xalan.templates.ElemWhen

New Methods:

org.apache.xalan.templates.ElemWithParam

New Methods:

org.apache.xalan.templates.FuncDocument

New Methods:

org.apache.xalan.templates.FuncFormatNumb

New Methods:

org.apache.xalan.templates.Stylesheet

New Methods:

org.apache.xalan.templates.StylesheetRoot

New Fields:
New Methods:

org.apache.xalan.templates.WhiteSpaceInfo

New Constructors:

org.apache.xalan.trace.PrintTraceListener

Declaration Changes:

old:public class org.apache.xalan.trace.PrintTraceListener extends java.lang.Object implements org.apache.xalan.trace.TraceListener
new:public class org.apache.xalan.trace.PrintTraceListener extends java.lang.Object implements org.apache.xalan.trace.TraceListenerEx2

New Fields:
New Methods:

org.apache.xalan.trace.TraceManager

New Methods:

org.apache.xalan.transformer.KeyIterator

Declaration Changes:

old:public class org.apache.xalan.transformer.KeyIterator extends org.apache.xpath.axes.WalkingIterator
new:public class org.apache.xalan.transformer.KeyIterator extends org.apache.xpath.axes.OneStepIteratorForward

Removed Fields:
Removed Constructors:
Removed Methods:
New Constructors:
New Methods:

org.apache.xalan.transformer.KeyManager

Method Declaration Changes:

old:public org.apache.xpath.axes.LocPathIterator getNodeSetDTMByKey(org.apache.xpath.XPathContext, int, org.apache.xml.utils.QName, org.apache.xml.utils.XMLString, org.apache.xml.utils.PrefixResolver) throws javax.xml.transform.TransformerException
new:public org.apache.xpath.objects.XNodeSet getNodeSetDTMByKey(org.apache.xpath.XPathContext, int, org.apache.xml.utils.QName, org.apache.xml.utils.XMLString, org.apache.xml.utils.PrefixResolver) throws javax.xml.transform.TransformerException

org.apache.xalan.transformer.KeyRefIterator

Declaration Changes:

old:public class org.apache.xalan.transformer.KeyRefIterator extends org.apache.xpath.axes.LocPathIterator
new:public class org.apache.xalan.transformer.KeyRefIterator extends org.apache.xpath.axes.ChildTestIterator

Removed Fields:
Removed Constructors:
Removed Methods:
Field Declaration Changes:

old:private final org.apache.xml.utils.QName m_name
new:protected org.apache.xml.utils.QName m_name

New Fields:
New Constructors:
New Methods:

org.apache.xalan.transformer.KeyTable

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public org.apache.xpath.axes.LocPathIterator getNodeSetDTMByKey(org.apache.xml.utils.QName, org.apache.xml.utils.XMLString)
new:public org.apache.xpath.objects.XNodeSet getNodeSetDTMByKey(org.apache.xml.utils.QName, org.apache.xml.utils.XMLString)

New Fields:
New Methods:

org.apache.xalan.transformer.StackGuard

Removed Fields:
Removed Constructors:
Removed Methods:
New Fields:
New Constructors:
New Methods:

org.apache.xalan.transformer.TransformerImpl

Declaration Changes:

old:public class org.apache.xalan.transformer.TransformerImpl extends javax.xml.transform.Transformer implements java.lang.Runnable, org.apache.xml.dtm.DTMWSFilter
new:public class org.apache.xalan.transformer.TransformerImpl extends javax.xml.transform.Transformer implements java.lang.Runnable, org.apache.xml.dtm.DTMWSFilter, org.apache.xpath.ExtensionsProvider

New Fields:
New Methods:

org.apache.xalan.xslt.Process

Removed Methods:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBase

Removed Fields:
Removed Methods:
New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseTraversers$DescendantFromRootTraverser

New Methods:

org.apache.xml.dtm.ref.DTMDefaultBaseTraversers$DescendantOrSelfFromRootTraverser

New Methods:

org.apache.xml.dtm.ref.DTMManagerDefault

Method Declaration Changes:

old:public void addDTM(org.apache.xml.dtm.DTM, int)
new:public synchronized void addDTM(org.apache.xml.dtm.DTM, int)

old:public void addDTM(org.apache.xml.dtm.DTM, int, int)
new:public synchronized void addDTM(org.apache.xml.dtm.DTM, int, int)

old:public org.apache.xml.dtm.DTMIterator createDTMIterator(int)
new:public synchronized org.apache.xml.dtm.DTMIterator createDTMIterator(int)

old:public org.apache.xml.dtm.DTMIterator createDTMIterator(int, org.apache.xml.dtm.DTMFilter, boolean)
new:public synchronized org.apache.xml.dtm.DTMIterator createDTMIterator(int, org.apache.xml.dtm.DTMFilter, boolean)

old:public org.apache.xml.dtm.DTMIterator createDTMIterator(java.lang.Object, int)
new:public synchronized org.apache.xml.dtm.DTMIterator createDTMIterator(java.lang.Object, int)

old:public org.apache.xml.dtm.DTMIterator createDTMIterator(java.lang.String, org.apache.xml.utils.PrefixResolver)
new:public synchronized org.apache.xml.dtm.DTMIterator createDTMIterator(java.lang.String, org.apache.xml.utils.PrefixResolver)

old:public org.apache.xml.dtm.DTM createDocumentFragment()
new:public synchronized org.apache.xml.dtm.DTM createDocumentFragment()

old:public org.apache.xml.dtm.DTM getDTM(int)
new:public synchronized org.apache.xml.dtm.DTM getDTM(int)

old:public org.apache.xml.dtm.DTM getDTM(javax.xml.transform.Source, boolean, org.apache.xml.dtm.DTMWSFilter, boolean, boolean)
new:public synchronized org.apache.xml.dtm.DTM getDTM(javax.xml.transform.Source, boolean, org.apache.xml.dtm.DTMWSFilter, boolean, boolean)

old:public int getDTMHandleFromNode(org.w3c.dom.Node)
new:public synchronized int getDTMHandleFromNode(org.w3c.dom.Node)

old:public int getDTMIdentity(org.apache.xml.dtm.DTM)
new:public synchronized int getDTMIdentity(org.apache.xml.dtm.DTM)

old:public int getFirstFreeDTMID()
new:public synchronized int getFirstFreeDTMID()

old:public org.xml.sax.XMLReader getXMLReader(javax.xml.transform.Source)
new:public synchronized org.xml.sax.XMLReader getXMLReader(javax.xml.transform.Source)

old:public boolean release(org.apache.xml.dtm.DTM, boolean)
new:public synchronized boolean release(org.apache.xml.dtm.DTM, boolean)

org.apache.xml.dtm.ref.ExpandedNameTable

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public static final int getLocalNameID(int)
new:public final int getLocalNameID(int)

old:public static final int getNamespaceID(int)
new:public final int getNamespaceID(int)

old:public static final short getType(int)
new:public final short getType(int)

New Fields:
New Methods:

org.apache.xml.dtm.ref.sax2dtm.SAX2RTFDTM

New Methods:

org.apache.xml.utils.PrefixResolverDefault

New Methods:

org.apache.xml.utils.SAXSourceLocator

New Constructors:

org.apache.xpath.DOMHelper

New Methods:

org.apache.xpath.Expression

Declaration Changes:

old:public abstract class org.apache.xpath.Expression extends java.lang.Object implements java.io.Serializable
new:public abstract class org.apache.xpath.Expression extends java.lang.Object implements java.io.Serializable, org.apache.xpath.ExpressionNode, org.apache.xpath.XPathVisitable

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:public void assertion(boolean, java.lang.String) throws javax.xml.transform.TransformerException
new:public void assertion(boolean, java.lang.String)

New Fields:
New Methods:

org.apache.xpath.VariableStack

Removed Fields:
New Fields:
New Methods:

org.apache.xpath.XPath

Declaration Changes:

old:public class org.apache.xpath.XPath extends java.lang.Object implements java.io.Serializable
new:public class org.apache.xpath.XPath extends java.lang.Object implements java.io.Serializable, org.apache.xpath.ExpressionOwner

Removed Methods:
New Methods:

org.apache.xpath.XPathContext

Removed Fields:
Removed Methods:
New Fields:
New Methods:

org.apache.xpath.XPathException

New Constructors:
New Methods:

org.apache.xpath.axes.AxesWalker

Declaration Changes:

old:public class org.apache.xpath.axes.AxesWalker extends org.apache.xpath.axes.PredicatedNodeTest implements java.lang.Cloneable
new:public class org.apache.xpath.axes.AxesWalker extends org.apache.xpath.axes.PredicatedNodeTest implements java.lang.Cloneable, org.apache.xpath.ExpressionOwner, org.apache.xpath.axes.PathComponent

New Methods:

org.apache.xpath.axes.ChildTestIterator

Declaration Changes:

old:public class org.apache.xpath.axes.ChildTestIterator extends org.apache.xpath.axes.LocPathIterator
new:public class org.apache.xpath.axes.ChildTestIterator extends org.apache.xpath.axes.BasicTestIterator

Removed Methods:
Constructor Declaration Changes:

old:ChildTestIterator(org.apache.xml.dtm.DTMAxisTraverser)
new:public ChildTestIterator(org.apache.xml.dtm.DTMAxisTraverser)

org.apache.xpath.axes.DescendantIterator

New Methods:

org.apache.xpath.axes.FilterExprWalker

Removed Fields:
Constructor Declaration Changes:

old:FilterExprWalker(org.apache.xpath.axes.WalkingIterator)
new:public FilterExprWalker(org.apache.xpath.axes.WalkingIterator)

New Fields:
New Methods:

org.apache.xpath.axes.IteratorPool

New Methods:

org.apache.xpath.axes.LocPathIterator

Declaration Changes:

old:public abstract class org.apache.xpath.axes.LocPathIterator extends org.apache.xpath.axes.PredicatedNodeTest implements java.io.Serializable, java.lang.Cloneable, org.apache.xml.dtm.DTMIterator
new:public abstract class org.apache.xpath.axes.LocPathIterator extends org.apache.xpath.axes.PredicatedNodeTest implements java.io.Serializable, java.lang.Cloneable, org.apache.xml.dtm.DTMIterator, org.apache.xpath.axes.PathComponent

Removed Fields:
Removed Methods:
Field Declaration Changes:

old:private boolean m_allowDetach
new:protected boolean m_allowDetach

old:protected org.apache.xml.utils.PrefixResolver m_prefixResolver
new:private org.apache.xml.utils.PrefixResolver m_prefixResolver

New Fields:
New Constructors:
New Methods:

org.apache.xpath.axes.OneStepIterator

Removed Methods:
New Methods:

org.apache.xpath.axes.OneStepIteratorForward

New Methods:

org.apache.xpath.axes.PredicatedNodeTest

Method Declaration Changes:

old:org.apache.xpath.Expression getPredicate(int)
new:public org.apache.xpath.Expression getPredicate(int)

New Methods:

org.apache.xpath.axes.UnionPathIterator

Declaration Changes:

old:public class org.apache.xpath.axes.UnionPathIterator extends org.apache.xpath.Expression implements java.io.Serializable, java.lang.Cloneable, org.apache.xml.dtm.DTMIterator
new:public class org.apache.xpath.axes.UnionPathIterator extends org.apache.xpath.axes.LocPathIterator implements java.io.Serializable, java.lang.Cloneable, org.apache.xml.dtm.DTMIterator, org.apache.xpath.axes.PathComponent

Removed Fields:
Removed Methods:
Method Declaration Changes:

old:protected org.apache.xml.dtm.DTMIterator createDTMIterator(org.apache.xpath.compiler.Compiler, int) throws javax.xml.transform.TransformerException
new:protected org.apache.xpath.axes.LocPathIterator createDTMIterator(org.apache.xpath.compiler.Compiler, int) throws javax.xml.transform.TransformerException

New Fields:
New Methods:

org.apache.xpath.axes.WalkerFactory

New Methods:

org.apache.xpath.axes.WalkingIterator

Declaration Changes:

old:public class org.apache.xpath.axes.WalkingIterator extends org.apache.xpath.axes.LocPathIterator
new:public class org.apache.xpath.axes.WalkingIterator extends org.apache.xpath.axes.LocPathIterator implements org.apache.xpath.ExpressionOwner

Constructor Declaration Changes:

old:protected WalkingIterator(org.apache.xml.utils.PrefixResolver)
new:public WalkingIterator(org.apache.xml.utils.PrefixResolver)

New Methods:

org.apache.xpath.axes.WalkingIteratorSorted

Removed Fields:
Removed Methods:
Constructor Declaration Changes:

old:public WalkingIteratorSorted(org.apache.xpath.compiler.Compiler, int, int, boolean) throws javax.xml.transform.TransformerException
new:WalkingIteratorSorted(org.apache.xpath.compiler.Compiler, int, int, boolean) throws javax.xml.transform.TransformerException

New Fields:
New Methods:

org.apache.xpath.compiler.XPathParser

New Fields:

org.apache.xpath.functions.FuncConcat

New Methods:

org.apache.xpath.functions.FuncExtFunction

New Methods:

org.apache.xpath.functions.FuncLast

New Fields:
New Methods:

org.apache.xpath.functions.FuncPosition

New Fields:
New Methods:

org.apache.xpath.functions.FuncSubstring

New Methods:

org.apache.xpath.functions.Function

New Methods:

org.apache.xpath.functions.Function2Args

New Methods:

org.apache.xpath.functions.Function3Args

New Methods:

org.apache.xpath.functions.FunctionDef1Arg

New Methods:

org.apache.xpath.functions.FunctionMultiArgs

New Methods:

org.apache.xpath.functions.FunctionOneArg

Declaration Changes:

old:public class org.apache.xpath.functions.FunctionOneArg extends org.apache.xpath.functions.Function
new:public class org.apache.xpath.functions.FunctionOneArg extends org.apache.xpath.functions.Function implements org.apache.xpath.ExpressionOwner

New Methods:

org.apache.xpath.objects.XNodeSet

Declaration Changes:

old:public class org.apache.xpath.objects.XNodeSet extends org.apache.xpath.objects.XObject
new:public class org.apache.xpath.objects.XNodeSet extends org.apache.xpath.axes.NodeSequence

Removed Fields:
Removed Methods:
New Constructors:
New Methods:

org.apache.xpath.objects.XNodeSetForDOM

New Constructors:

org.apache.xpath.objects.XNull

Declaration Changes:

old:public class org.apache.xpath.objects.XNull extends org.apache.xpath.objects.XObject
new:public class org.apache.xpath.objects.XNull extends org.apache.xpath.objects.XNodeSet

Removed Methods:

org.apache.xpath.objects.XNumber

New Methods:

org.apache.xpath.objects.XObject

Removed Fields:
Removed Methods:
New Methods:

org.apache.xpath.objects.XRTreeFrag

New Constructors:

org.apache.xpath.objects.XRTreeFragSelectWrapper

New Methods:

org.apache.xpath.objects.XString

New Methods:

org.apache.xpath.objects.XStringForFSB

Removed Fields:
Removed Methods:

org.apache.xpath.operations.Equals

New Methods:

org.apache.xpath.operations.Operation

Declaration Changes:

old:public class org.apache.xpath.operations.Operation extends org.apache.xpath.Expression
new:public class org.apache.xpath.operations.Operation extends org.apache.xpath.Expression implements org.apache.xpath.ExpressionOwner

New Methods:

org.apache.xpath.operations.UnaryOperation

Declaration Changes:

old:public abstract class org.apache.xpath.operations.UnaryOperation extends org.apache.xpath.Expression
new:public abstract class org.apache.xpath.operations.UnaryOperation extends org.apache.xpath.Expression implements org.apache.xpath.ExpressionOwner

New Methods:

org.apache.xpath.operations.Variable

Declaration Changes:

old:public class org.apache.xpath.operations.Variable extends org.apache.xpath.Expression
new:public class org.apache.xpath.operations.Variable extends org.apache.xpath.Expression implements org.apache.xpath.axes.PathComponent

New Fields:
New Methods:

org.apache.xpath.patterns.FunctionPattern

New Methods:

org.apache.xpath.patterns.NodeTest

New Methods:

org.apache.xpath.patterns.StepPattern

Declaration Changes:

old:public class org.apache.xpath.patterns.StepPattern extends org.apache.xpath.patterns.NodeTest implements org.apache.xpath.axes.SubContextList
new:public class org.apache.xpath.patterns.StepPattern extends org.apache.xpath.patterns.NodeTest implements org.apache.xpath.ExpressionOwner, org.apache.xpath.axes.SubContextList

New Methods:

org.apache.xpath.patterns.UnionPattern

New Methods:

org.apache.xpath.res.XPATHErrorResources

Declaration Changes:

old:public class org.apache.xpath.res.XPATHErrorResources extends org.apache.xml.utils.res.XResourceBundleBase
new:public class org.apache.xpath.res.XPATHErrorResources extends java.util.PropertyResourceBundle

Removed Fields:
Removed Methods:
Constructor Declaration Changes:

old:public XPATHErrorResources()
new:public XPATHErrorResources() throws java.io.IOException

Method Declaration Changes:

old:public java.lang.String getMessageKey(int)
new:public static java.lang.String getMessageKey(int)

old:public java.lang.String getWarningKey(int)
new:public static java.lang.String getWarningKey(int)

old:public static final org.apache.xpath.res.XPATHErrorResources loadResourceBundle(java.lang.String) throws java.util.MissingResourceException
new:public static final java.util.ResourceBundle loadResourceBundle(java.lang.String) throws java.util.MissingResourceException

New Fields:
New Constructors:

New Interfaces:

New Classes: