STAMP-project / authzforce-core

Fork of gitlab AuthzForce Core PDP engine (Community Edition) project for demo purpose
https://gitlab.ow2.org/authzforce/core/
Apache License 2.0
0 stars 1 forks source link

Runtime error: BeanCreationException #5

Closed danzone closed 4 years ago

danzone commented 4 years ago

java.lang.RuntimeException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pdp' defined in URL [file:/home/gibello/STAMP/STAMP-project/authzforce/core/pdp-testutils/target/test-classes/org/ow2/authzforce/core/pdp/testutil/test/pep/cxf/cxf-doubleit-service.xml]: Cannot create inner bean 'org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration#3aefe5e5' of type [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration#3aefe5e5' defined in URL [file:/home/gibello/STAMP/STAMP-project/authzforce/core/pdp-testutils/target/test-classes/org/ow2/authzforce/core/pdp/testutil/test/pep/cxf/cxf-doubleit-service.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration]: Factory method 'getInstance' threw exception; nested exception is java.lang.RuntimeException: Failed to load XML schemas: [classpath:pdp.xsd] at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:193) at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:185) at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:175) at org.ow2.authzforce.core.pdp.testutil.test.pep.cxf.Server.run(Server.java:39) at org.apache.cxf.testutil.common.AbstractTestServerBase.startInProcess(AbstractTestServerBase.java:47) at org.apache.cxf.testutil.common.ServerLauncher.launchServer(ServerLauncher.java:197) at org.apache.cxf.testutil.common.AbstractClientServerTestBase.launchServer(AbstractClientServerTestBase.java:90) at org.ow2.authzforce.core.pdp.testutil.test.pep.cxf.EmbeddedPdpBasedAuthzInterceptorTest.startServers(EmbeddedPdpBasedAuthzInterceptorTest.java:15) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.junit.runners.Suite.runChild(Suite.java:127) at org.junit.runners.Suite.runChild(Suite.java:26) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at eu.stamp_project.testrunner.runner.JUnit4Runner.run(JUnit4Runner.java:63) at eu.stamp_project.testrunner.runner.JUnit4Runner.main(JUnit4Runner.java:27) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pdp' defined in URL [file:/home/gibello/STAMP/STAMP-project/authzforce/core/pdp-testutils/target/test-classes/org/ow2/authzforce/core/pdp/testutil/test/pep/cxf/cxf-doubleit-service.xml]: Cannot create inner bean 'org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration#3aefe5e5' of type [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration#3aefe5e5' defined in URL [file:/home/gibello/STAMP/STAMP-project/authzforce/core/pdp-testutils/target/test-classes/org/ow2/authzforce/core/pdp/testutil/test/pep/cxf/cxf-doubleit-service.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration]: Factory method 'getInstance' threw exception; nested exception is java.lang.RuntimeException: Failed to load XML schemas: [classpath:pdp.xsd] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:122) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:648) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1198) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1100) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.apache.cxf.bus.spring.BusApplicationContext$2.run(BusApplicationContext.java:133) at org.apache.cxf.bus.spring.BusApplicationContext$2.run(BusApplicationContext.java:131) at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:131) at org.apache.cxf.bus.spring.SpringBusFactory.createAppContext(SpringBusFactory.java:198) at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:190) ... 27 more Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration#3aefe5e5' defined in URL [file:/home/gibello/STAMP/STAMP-project/authzforce/core/pdp-testutils/target/test-classes/org/ow2/authzforce/core/pdp/testutil/test/pep/cxf/cxf-doubleit-service.xml]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration]: Factory method 'getInstance' threw exception; nested exception is java.lang.RuntimeException: Failed to load XML schemas: [classpath:pdp.xsd] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1178) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1072) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ... 47 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration]: Factory method 'getInstance' threw exception; nested exception is java.lang.RuntimeException: Failed to load XML schemas: [classpath:pdp.xsd] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ... 52 more Caused by: java.lang.RuntimeException: Failed to load XML schemas: [classpath:pdp.xsd] at org.ow2.authzforce.core.pdp.impl.SchemaHandler.createSchema(SchemaHandler.java:541) at org.ow2.authzforce.core.pdp.impl.PdpModelHandler.(PdpModelHandler.java:159) at org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration.getInstance(PdpEngineConfiguration.java:682) at org.ow2.authzforce.core.pdp.impl.PdpEngineConfiguration.getInstance(PdpEngineConfiguration.java:699) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ... 53 more

cformisano commented 4 years ago

Start Botsing on artifact org.ow2.authzforce:authzforce-ce-core-pdp-testutils:13.3.1 to reproduce the stacktrace in the issue.

cformisano commented 4 years ago

Botsing generate the following reproduction test.

cformisano commented 4 years ago

/*

package org.ow2.authzforce.core.pdp.impl;

import org.junit.Test; import static org.junit.Assert.; import static org.evosuite.runtime.EvoAssertions.; import java.util.Vector; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; import org.ow2.authzforce.core.pdp.impl.SchemaHandler;

@RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, separateClassLoader = true, useJEE = true) public class SchemaHandler_ESTest extends SchemaHandler_ESTest_scaffolding {

@Test(timeout = 4000) public void test0() throws Throwable { Vector vector0 = new Vector(); vector0.add(""); // Undeclared exception! SchemaHandler.createSchema(vector0, (String) null); } }

cformisano commented 4 years ago

/**

package org.ow2.authzforce.core.pdp.impl;

import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; import org.junit.AfterClass; import org.evosuite.runtime.sandbox.Sandbox; import org.evosuite.runtime.sandbox.Sandbox.SandboxMode;

@EvoSuiteClassExclude public class SchemaHandler_ESTest_scaffolding {

@org.junit.Rule public org.evosuite.runtime.vnet.NonFunctionalRequirementRule nfr = new org.evosuite.runtime.vnet.NonFunctionalRequirementRule();

private static final java.util.Properties defaultProperties = (java.util.Properties) java.lang.System.getProperties().clone();

private org.evosuite.runtime.thread.ThreadStopper threadStopper = new org.evosuite.runtime.thread.ThreadStopper (org.evosuite.runtime.thread.KillSwitchHandler.getInstance(), 3000);

@BeforeClass public static void initEvoSuiteFramework() { org.evosuite.runtime.RuntimeSettings.className = "org.ow2.authzforce.core.pdp.impl.SchemaHandler"; org.evosuite.runtime.GuiSupport.initialize(); org.evosuite.runtime.RuntimeSettings.maxNumberOfThreads = 100; org.evosuite.runtime.RuntimeSettings.maxNumberOfIterationsPerLoop = 10000; org.evosuite.runtime.RuntimeSettings.mockSystemIn = true; org.evosuite.runtime.RuntimeSettings.sandboxMode = org.evosuite.runtime.sandbox.Sandbox.SandboxMode.RECOMMENDED; org.evosuite.runtime.sandbox.Sandbox.initializeSecurityManagerForSUT(); org.evosuite.runtime.classhandling.JDKClassResetter.init(); setSystemProperties(); initializeClasses(); org.evosuite.runtime.Runtime.getInstance().resetRuntime(); }

@AfterClass public static void clearEvoSuiteFramework(){ Sandbox.resetDefaultSecurityManager(); java.lang.System.setProperties((java.util.Properties) defaultProperties.clone()); }

@Before public void initTestCase(){ threadStopper.storeCurrentThreads(); threadStopper.startRecordingTime(); org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().initHandler(); org.evosuite.runtime.sandbox.Sandbox.goingToExecuteSUTCode(); setSystemProperties(); org.evosuite.runtime.GuiSupport.setHeadless(); org.evosuite.runtime.Runtime.getInstance().resetRuntime(); org.evosuite.runtime.agent.InstrumentingAgent.activate(); }

@After public void doneWithTestCase(){ threadStopper.killAndJoinClientThreads(); org.evosuite.runtime.jvm.ShutdownHookHandler.getInstance().safeExecuteAddedHooks(); org.evosuite.runtime.classhandling.JDKClassResetter.reset(); resetClasses(); org.evosuite.runtime.sandbox.Sandbox.doneWithExecutingSUTCode(); org.evosuite.runtime.agent.InstrumentingAgent.deactivate(); org.evosuite.runtime.GuiSupport.restoreHeadlessMode(); }

public static void setSystemProperties() {

java.lang.System.setProperties((java.util.Properties) defaultProperties.clone()); 
java.lang.System.setProperty("user.dir", "/tmp/1570440225141-0"); 
java.lang.System.setProperty("user.home", "/home/stamp"); 

}

private static void initializeClasses() { org.evosuite.runtime.classhandling.ClassStateSupport.initializeClasses(SchemaHandler_ESTest_scaffolding.class.getClassLoader() , "net.sf.saxon.expr.instruct.Doctype", "net.sf.saxon.s9api.XsltCompiler", "net.sf.saxon.pattern.AnyNodeTest", "com.ctc.wstx.sr.CompactNsContext", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$FloatEncoder", "com.ctc.wstx.io.WstxInputData", "net.sf.saxon.expr.flwor.LetClause", "net.sf.saxon.functions.HasChildren_1", "net.sf.saxon.functions.AccumulatorFn$Phase", "net.sf.saxon.expr.IntegerRangeTest", "net.sf.saxon.lib.StandardURIChecker", "com.ctc.wstx.dtd.DTDEnumAttr", "net.sf.saxon.type.Converter$NumericToBoolean", "net.sf.saxon.expr.LocalBinding", "net.sf.saxon.functions.AccessorFn$HoursFromDuration", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$IntEncoder", "com.ctc.wstx.sax.WstxSAXParser", "net.sf.saxon.type.StringConverter$StringToString", "net.sf.saxon.functions.AccessorFn$YearsFromDuration", "net.sf.saxon.functions.AccessorFn$NamespaceUriFromQName", "com.ctc.wstx.sax.WstxSAXParser$AttributesWrapper", "com.google.common.base.Predicates$ContainsPatternPredicate", "net.sf.saxon.serialize.XHTML5Emitter", "net.sf.saxon.style.XSLNamespaceAlias", "net.sf.saxon.functions.MathFunctionSet", "net.sf.saxon.trans.StylesheetCache", "net.sf.saxon.lib.StandardOutputResolver", "net.sf.saxon.s9api.Processor", "net.sf.saxon.regex.Operation$OpReluctantFixed", "net.sf.saxon.type.Converter$DateTimeToGYear", "net.sf.saxon.expr.AxisExpression", "net.sf.saxon.expr.sort.SimpleCollation", "com.ctc.wstx.util.PrefixedName", "com.ctc.wstx.util.SymbolTable", "net.sf.saxon.functions.Number_1", "net.sf.saxon.expr.Calculator$DecimalIdivDecimal", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$LongArrayEncoder", "net.sf.saxon.event.Receiver", "net.sf.saxon.om.AbstractItem", "net.sf.saxon.tree.tiny.TinyAttributeCollection", "net.sf.saxon.style.XSLText", "org.codehaus.stax2.typed.TypedXMLStreamException", "net.sf.saxon.z.IntToIntArrayMap$KeyIterator", "net.sf.saxon.style.StylesheetPackage$2", "net.sf.saxon.expr.sort.MergeInstr$MergeSource", "net.sf.saxon.style.StylesheetPackage$3", "net.sf.saxon.type.BuiltInListType", "net.sf.saxon.style.StylesheetPackage$1", "org.ow2.authzforce.core.pdp.impl.SchemaHandler$1", "net.sf.saxon.tree.iter.UnfailingIterator", "org.opensaml.xmlsec.algorithm.AlgorithmRegistry", "net.sf.saxon.expr.parser.Evaluator", "net.sf.saxon.event.TreeReceiver", "net.sf.saxon.om.TreeModel$TinyTreeCondensed", "org.springframework.util.xml.XMLEventStreamWriter", "net.sf.saxon.lib.ConversionRules", "net.sf.saxon.lib.OutputURIResolver", "net.sf.saxon.functions.QNameFn", "net.sf.saxon.expr.flwor.GroupByClause", "net.sf.saxon.expr.flwor.OrderByClause", "net.sf.saxon.expr.UnionConstructorFunction", "net.sf.saxon.functions.FoldingFunction", "net.sf.saxon.expr.BinaryExpression", "org.eclipse.jetty.util.PathWatcher$PathWatchEvent", "net.sf.saxon.event.SignificantItemDetector", "com.ctc.wstx.ent.UnparsedExtEntity", "net.sf.saxon.event.ComplexContentOutputter", "net.sf.saxon.om.NoElementsSpaceStrippingRule", "net.sf.saxon.expr.sort.CodepointMatchKey", "net.sf.saxon.lib.UnfailingErrorListener", "net.sf.saxon.resource.MetadataResource", "net.sf.saxon.functions.Concat$1", "com.google.common.base.CharMatcher$BitSetMatcher", "net.sf.saxon.functions.StaticBaseUri", "com.ctc.wstx.exc.WstxIOException", "net.sf.saxon.functions.AvailableEnvironmentVariables$1", "net.sf.saxon.om.NameOfNode", "net.sf.saxon.tree.iter.LookaheadIterator", "net.sf.saxon.expr.RangeIterator", "net.sf.saxon.om.AtomicSequence", "net.sf.saxon.pattern.IntersectPattern", "net.sf.saxon.pattern.LocalNameTest", "net.sf.saxon.functions.Abs", "net.sf.saxon.expr.instruct.SlotManager", "net.sf.saxon.type.StringConverter$StringToDateTime", "com.google.common.collect.DiscreteDomain$LongDomain", "net.sf.saxon.value.IntegerValue", "net.sf.saxon.regex.ARegularExpression", "net.sf.saxon.expr.CurrentItemExpression", "net.sf.saxon.functions.Floor", "net.sf.saxon.expr.ItemMappingIterator", "net.sf.saxon.xpath.XPathFunctionLibrary", "net.sf.saxon.sxpath.XPathStaticContext", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$SingletonArrayHashNode", "net.sf.saxon.functions.Adjust_1", "net.sf.saxon.regex.RegexIterator", "net.sf.saxon.functions.Adjust_2", "net.sf.saxon.type.NumericType", "net.sf.saxon.xpath.JAXPXPathStaticContext$MinimalNamespaceContext", "net.sf.saxon.functions.CurrentGroupCall", "net.sf.saxon.value.CalendarValue", "net.sf.saxon.expr.CastToList", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$BooleanDecoder", "net.sf.saxon.functions.StringJoin", "net.sf.saxon.trace.TimingCodeInjector", "com.ctc.wstx.dom.DOMOutputElement", "net.sf.saxon.tree.wrapper.WrappingFunction", "net.sf.saxon.expr.sort.CodepointCollator", "net.sf.saxon.z.IntPredicateTrue", "com.ctc.wstx.exc.WstxException", "org.springframework.util.xml.SimpleNamespaceContext", "net.sf.saxon.expr.SubscriptExpression", "net.sf.saxon.z.IntRangeSet", "org.eclipse.jetty.http.PathMap", "net.sf.saxon.style.ComponentDeclaration", "net.sf.saxon.z.IntHashMap", "net.sf.saxon.expr.parser.Evaluator$6", "com.ctc.wstx.util.EmptyNamespaceContext", "net.sf.saxon.style.XSLMergeSource", "net.sf.saxon.functions.Name_1", "net.sf.saxon.expr.parser.Evaluator$2", "net.sf.saxon.expr.parser.Evaluator$3", "net.sf.saxon.type.StringConverter$StringToDuration", "net.sf.saxon.expr.parser.Evaluator$4", "net.sf.saxon.expr.parser.Evaluator$5", "com.google.common.hash.Funnels$IntegerFunnel", "net.sf.saxon.expr.parser.Evaluator$1", "net.sf.saxon.value.SequenceType", "com.google.common.collect.Ordering", "net.sf.saxon.query.UndeclaredVariable", "net.sf.saxon.expr.PJConverter", "net.sf.saxon.regex.UnicodeString", "net.sf.saxon.style.TextValueTemplateNode", "net.sf.saxon.expr.CardinalityChecker", "net.sf.saxon.regex.Operation$OpBOL", "net.sf.saxon.functions.BaseUri_1", "net.sf.saxon.expr.instruct.OnNonEmptyExpr", "net.sf.saxon.value.DoubleValue", "net.sf.saxon.functions.Contains", "com.ctc.wstx.dtd.DTDNmTokensAttr", "net.sf.saxon.lib.SerializerFactory", "net.sf.saxon.functions.AvailableSystemProperties", "net.sf.saxon.expr.Calculator$NumericTimesDuration", "net.sf.saxon.trans.packages.PackageDetails", "org.codehaus.stax2.ri.evt.CharactersEventImpl", "net.sf.saxon.style.XSLChoose", "com.google.common.base.CharMatcher$JavaDigit", "net.sf.saxon.type.StringConverter$StringToLanguage", "net.sf.saxon.type.Converter$NumericToDecimal", "net.sf.saxon.functions.ResolveURI", "net.sf.saxon.expr.ExpressionOwner", "org.apache.xml.security.utils.HelperNodeList", "net.sf.saxon.trans.rules.DeepCopyRuleSet", "org.opensaml.xmlsec.algorithm.KeyLengthSpecifiedAlgorithm", "net.sf.saxon.z.IntComplementSet", "net.sf.saxon.om.DocumentInfo", "net.sf.saxon.pull.StaxBridge$StaxErrorReporter", "net.sf.saxon.type.SchemaComponentVisitor", "net.sf.saxon.style.XSLImportSchema", "net.sf.saxon.style.XSLAttributeSet", "net.sf.saxon.z.AbstractIntSet", "net.sf.saxon.expr.sort.UcaCollatorUsingJava$Identical", "net.sf.saxon.expr.SingletonIntersectExpression", "net.sf.saxon.functions.CodepointEqual", "net.sf.saxon.value.YearMonthDurationValue", "com.ctc.wstx.sw.BaseStreamWriter", "net.sf.saxon.ma.map.TupleItemType", "com.ctc.wstx.sw.TypedStreamWriter", "com.google.common.base.CharMatcher$Any", "net.sf.saxon.tree.wrapper.AbstractVirtualNode", "com.google.common.collect.Cut$BelowValue", "org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA1", "net.sf.saxon.sxpath.XPathVariable", "net.sf.saxon.tree.tiny.AppendableCharSequence", "net.sf.saxon.tree.linked.AttributeImpl", "net.sf.saxon.om.GroundedValue", "com.ctc.wstx.api.EmptyElementHandler$SetEmptyElementHandler", "org.codehaus.stax2.validation.DTDValidationSchema", "org.opensaml.xmlsec.algorithm.SignatureAlgorithm", "net.sf.saxon.functions.DynamicContextAccessor$CurrentTime", "net.sf.saxon.style.XSLBreak", "org.codehaus.stax2.XMLStreamProperties", "net.sf.saxon.expr.TailCallLoop$TailCallComponent", "com.ctc.wstx.api.EmptyElementHandler$HtmlEmptyElementHandler", "net.sf.saxon.expr.Calculator$AnyDivAny", "net.sf.saxon.expr.PackageData", "com.google.common.base.CharMatcher$And", "net.sf.saxon.expr.sort.CalendarValueComparer", "net.sf.saxon.functions.AvailableEnvironmentVariables", "net.sf.saxon.type.StringConverter", "net.sf.saxon.xpath.JAXPXPathStaticContext", "net.sf.saxon.functions.Empty$1", "net.sf.saxon.style.XSLSequence", "com.google.common.collect.Maps$EntryFunction", "net.sf.saxon.expr.sort.AtomicSortComparer", "net.sf.saxon.expr.instruct.TraceExpression", "net.sf.saxon.tree.linked.LineNumberMap", "net.sf.saxon.expr.ForExpression$MappingAction", "com.ctc.wstx.ent.EntityDecl", "net.sf.saxon.type.StringConverter$StringToDate", "com.google.common.base.Predicates$ContainsPatternFromStringPredicate", "net.sf.saxon.om.FocusTrackingIterator", "net.sf.saxon.expr.SubsequenceIterator", "net.sf.saxon.trans.rules.FailRuleSet", "net.sf.saxon.s9api.XdmNode", "net.sf.saxon.value.QNameValue", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$Base64Encoder", "net.sf.saxon.functions.StartsWith$1", "net.sf.saxon.lib.StandardEnvironmentVariableResolver", "com.google.common.base.Converter", "com.google.common.base.CharMatcher$BreakingWhitespace", "com.google.common.base.Suppliers$SupplierFunction", "net.sf.saxon.om.Item", "org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate", "net.sf.saxon.expr.StatefulMappingFunction", "com.google.common.base.CharMatcher$JavaLowerCase", "org.codehaus.stax2.ri.Stax2ReaderImpl", "org.codehaus.stax2.evt.XMLEvent2", "org.eclipse.jetty.util.IncludeExcludeSet$SetContainsPredicate", "org.opensaml.xmlsec.algorithm.descriptors.HMACSHA512", "net.sf.saxon.style.XSLOutput", "net.sf.saxon.om.InscopeNamespaceResolver", "net.sf.saxon.expr.sort.EmptyGreatestComparer", "com.google.common.collect.AbstractMultiset", "net.sf.saxon.functions.registry.UseWhen30FunctionSet", "net.sf.saxon.expr.UntypedSequenceConverter$UntypedConverter", "net.sf.saxon.expr.instruct.LocalParamBlock", "net.sf.saxon.functions.AccessorFn$DayFromDateTime", "net.sf.saxon.om.SequenceIterator", "net.sf.saxon.functions.CollatingFunctionFree", "net.sf.saxon.expr.instruct.ParameterSet", "net.sf.saxon.value.DurationValue", "net.sf.saxon.trans.packages.UsePack", "net.sf.saxon.type.Converter$DateTimeToGMonthDay", "net.sf.saxon.event.ContentHandlerProxyLocator", "net.sf.saxon.functions.CurrentOutputUri", "org.codehaus.stax2.ri.typed.SimpleValueEncoder", "com.ctc.wstx.sr.ReaderCreator", "net.sf.saxon.z.IntArraySet", "net.sf.saxon.s9api.BuildingStreamWriterImpl", "net.sf.saxon.type.Converter$DateTimeToGDay", "net.sf.saxon.type.Converter$NumericToFloat", "net.sf.saxon.type.StringConverter$StringToUnionConverter", "net.sf.saxon.expr.sort.ComparableAtomicValueComparer", "com.google.common.primitives.Doubles$DoubleConverter", "net.sf.saxon.event.Stripper$1", "net.sf.saxon.event.Stripper$2", "net.sf.saxon.expr.flwor.WindowClause$Window", "net.sf.saxon.z.IntPredicate", "net.sf.saxon.tree.tiny.TinyElementImpl", "com.google.common.base.CaseFormat$StringConverter", "net.sf.saxon.regex.Operation$ForceProgressIterator", "net.sf.saxon.resource.JSONResource", "com.google.common.base.Functions$ForMapWithDefault", "net.sf.saxon.expr.HomogeneityChecker", "net.sf.saxon.expr.sort.GroupEndingIterator", "net.sf.saxon.functions.AccessorFn$HoursFromDateTime", "net.sf.saxon.expr.ContextItemExpression", "net.sf.saxon.style.Compilation$ValueAndPrecedence", "net.sf.saxon.expr.instruct.FixedElement", "com.google.common.base.CharMatcher$ForPredicate", "net.sf.saxon.tree.wrapper.VirtualNode", "net.sf.saxon.expr.ContextMappingIterator", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSAMD5", "net.sf.saxon.s9api.QName", "net.sf.saxon.om.SelectedElementsSpaceStrippingRule", "net.sf.saxon.trans.CompoundMode", "net.sf.saxon.expr.number.RegularGroupFormatter", "net.sf.saxon.type.MissingComponentException", "net.sf.saxon.expr.Calculator$AnyPlusAny", "net.sf.saxon.trans.SymbolicName$F", "org.eclipse.jetty.util.InetAddressSet$SingletonInetRange", "net.sf.saxon.trans.Instantiator", "net.sf.saxon.expr.InstanceOfExpression", "net.sf.saxon.functions.AccessorFn$HoursFromTime", "net.sf.saxon.om.InScopeNamespaces", "org.springframework.util.ClassUtils", "net.sf.saxon.functions.StatefulSystemFunction", "net.sf.saxon.functions.MathFunctionSet$Atan2Fn", "com.google.common.base.Functions$FunctionForMapNoDefault", "org.codehaus.stax2.AttributeInfo", "net.sf.saxon.type.AnyItemType", "com.google.common.cache.ForwardingLoadingCache", "net.sf.saxon.trace.TraceEventMulticaster", "net.sf.saxon.functions.Lang", "net.sf.saxon.expr.sort.NumericComparer", "net.sf.saxon.value.AnyURIValue", "net.sf.saxon.query.StaticQueryContext", "net.sf.saxon.expr.sort.SortKeyEvaluator", "net.sf.saxon.tree.AttributeLocation", "com.ctc.wstx.sw.EncodingXmlWriter", "net.sf.saxon.functions.PositionAndLast$Last", "net.sf.saxon.expr.parser.Optimizer", "net.sf.saxon.z.IntEmptySet", "net.sf.saxon.om.MemoSequence$ProgressiveIterator", "net.sf.saxon.value.GDateValue", "net.sf.saxon.style.TextValueTemplateContext", "net.sf.saxon.style.XSLGeneralVariable", "com.ctc.wstx.api.InvalidCharHandler$ReplacingHandler", "net.sf.saxon.value.Base64BinaryValue", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$ArrayEncoder", "net.sf.saxon.expr.compat.TypeChecker10", "net.sf.saxon.style.StyleElement", "net.sf.saxon.style.XSLSortOrMergeKey", "net.sf.saxon.om.Function", "net.sf.saxon.expr.sort.TextComparer", "org.apache.cxf.staxutils.W3CDOMStreamWriter", "net.sf.saxon.expr.ContextMappingFunction", "net.sf.saxon.value.GYearMonthValue", "org.codehaus.stax2.validation.XMLValidator", "net.sf.saxon.type.ValidationException", "com.google.common.base.Preconditions", "net.sf.saxon.expr.SuppliedParameterReference", "net.sf.saxon.expr.EarlyEvaluationContext", "net.sf.saxon.trans.Visibility", "com.ctc.wstx.cfg.OutputConfigFlags", "net.sf.saxon.serialize.TEXTEmitter", "net.sf.saxon.Platform", "net.sf.saxon.expr.parser.XPathParser$NestedLocation", "org.codehaus.stax2.ri.typed.Base64DecoderBase", "net.sf.saxon.expr.Calculator$AnyMinusAny", "net.sf.saxon.expr.accum.AccumulatorRegistry", "net.sf.saxon.expr.SimpleStepExpression", "net.sf.saxon.style.XSLTStaticContext", "net.sf.saxon.functions.StringToCodepoints", "net.sf.saxon.om.Chain$ChainIterator", "net.sf.saxon.type.StringConverter$StringToYearMonthDuration", "net.sf.saxon.expr.UntypedSequenceConverter", "net.sf.saxon.lib.CollectionFinder", "net.sf.saxon.pattern.NameTest", "net.sf.saxon.expr.flwor.GroupByClause$TupleComparisonKey", "net.sf.saxon.expr.instruct.TailCall", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$FloatArrayEncoder", "net.sf.saxon.type.ValidationParams", "net.sf.saxon.functions.AccessorFn$Component", "net.sf.saxon.event.FilterFactory", "com.ctc.wstx.dtd.DTDValidator", "net.sf.saxon.trans.FunctionStreamability", "net.sf.saxon.expr.instruct.NamedTemplate$LocalParamInfo", "com.ctc.wstx.api.EmptyElementHandler", "net.sf.saxon.z.IntSingletonIterator", "net.sf.saxon.functions.Remove", "net.sf.saxon.dom.DocumentBuilderImpl", "net.sf.saxon.functions.AccessorFn$MinutesFromDateTime", "net.sf.saxon.functions.Minimax", "net.sf.saxon.expr.Callable", "com.google.common.collect.Cut$AboveValue", "net.sf.saxon.functions.NormalizeSpace_1$1", "net.sf.saxon.functions.ContextAccessorFunction", "net.sf.saxon.ma.map.MapType", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256CBC", "com.ctc.wstx.sr.ElemAttrs", "com.ctc.wstx.sr.ElemCallback", "net.sf.saxon.trans.SimpleMode$MaxPrecedenceAction", "com.ctc.wstx.dtd.DTDAttribute", "net.sf.saxon.functions.TreatFn", "net.sf.saxon.tree.tiny.TinyCommentImpl", "net.sf.saxon.om.GenericTreeInfo", "com.ctc.wstx.sr.InputElementStack", "net.sf.saxon.trans.rules.RuleSearchState", "net.sf.saxon.om.AtomizedValueIterator", "com.ctc.wstx.util.TextBuffer$BufferReader", "com.google.common.collect.Range$RangeLexOrdering", "net.sf.saxon.event.Sink", "net.sf.saxon.expr.NegateExpression", "net.sf.saxon.type.Converter$PromoterToFloat", "net.sf.saxon.expr.instruct.WherePopulated", "net.sf.saxon.functions.SnapshotFn", "org.opensaml.core.xml.persist.XMLObjectLoadSaveManager", "net.sf.saxon.pattern.NodeTestPattern", "net.sf.saxon.regex.BMPString", "net.sf.saxon.tree.linked.ParentNodeImpl", "net.sf.saxon.expr.instruct.UserFunction$Determinism", "com.google.common.collect.Range$LowerBoundFn", "net.sf.saxon.expr.instruct.ResultDocument$1", "net.sf.saxon.functions.DynamicContextAccessor$1", "net.sf.saxon.expr.parser.PathMap$PathMapRoot", "net.sf.saxon.functions.DocumentUri_1", "net.sf.saxon.expr.parser.ICompilerService", "net.sf.saxon.expr.instruct.AttributeSet", "net.sf.saxon.trans.Mode$RuleFilter", "net.sf.saxon.expr.flwor.ReturnClausePush", "com.google.common.cache.LoadingCache", "net.sf.saxon.tree.tiny.TinyNodeImpl", "com.google.common.base.CharMatcher$Whitespace", "com.google.common.collect.Range$UpperBoundFn", "com.google.common.base.Suppliers$SupplierFunctionImpl", "net.sf.saxon.java.JavaPlatform", "com.ctc.wstx.api.ReaderConfig", "com.ctc.wstx.sr.NsDefaultProvider", "com.google.common.base.Predicates$ObjectPredicate", "org.opensaml.core.xml.persist.FilesystemLoadSaveManager$FileIterable", "net.sf.saxon.lib.URIChecker", "net.sf.saxon.functions.ParseXmlFragment", "net.sf.saxon.expr.flwor.TupleExpression", "net.sf.saxon.functions.MathFunctionSet$Exp10Fn", "com.ctc.wstx.io.StreamBootstrapper", "org.opensaml.xmlsec.algorithm.AlgorithmDescriptor$AlgorithmType", "net.sf.saxon.z.IntSingletonSet", "net.sf.saxon.functions.AccessorFn", "org.codehaus.stax2.validation.XMLValidationSchema", "org.codehaus.stax2.evt.DTD2", "net.sf.saxon.serialize.charcode.CharacterSetFactory", "net.sf.saxon.style.UseWhenFilter$URIPreventer", "net.sf.saxon.functions.InsertBefore$1", "net.sf.saxon.trans.DecimalFormatManager", "net.sf.saxon.serialize.ImplicitResultChecker", "org.codehaus.stax2.util.StreamWriter2Delegate", "net.sf.saxon.style.StylesheetPackage$Action", "net.sf.saxon.resource.BinaryResource$1", "net.sf.saxon.expr.XPathContextMajor$ThreadManager", "net.sf.saxon.expr.UnaryExpression", "net.sf.saxon.functions.CollectionFn$EmptyCollection", "org.eclipse.jetty.util.PathWatcher$Listener", "org.opensaml.profile.logic.ProfileIdPredicate", "org.opensaml.xmlsec.algorithm.descriptors.DigestSHA384", "net.sf.saxon.functions.NotFn$1", "net.sf.saxon.regex.Operation$OpCapture", "net.sf.saxon.type.Converter$QNameToNotation", "net.sf.saxon.functions.GenerateId_1", "net.sf.saxon.tree.iter.ReversibleIterator", "net.sf.saxon.functions.AccessorFn$DayFromDate", "net.sf.saxon.expr.Calculator$DoubleMinusDouble", "net.sf.saxon.expr.AtomicSequenceConverter$ToStringMappingFunction", "net.sf.saxon.s9api.SaxonApiException", "net.sf.saxon.type.StringConverter$IdentityConverter", "net.sf.saxon.om.StructuredQName", "net.sf.saxon.expr.ExportAgent", "net.sf.saxon.functions.registry.XPath20FunctionSet", "net.sf.saxon.type.StringConverter$StringToStringSubtype", "com.ctc.wstx.io.BranchingReaderSource", "org.springframework.util.ResourceUtils", "net.sf.saxon.functions.ConstantFunction", "net.sf.saxon.style.XSLEvaluate", "org.codehaus.stax2.LocationInfo", "net.sf.saxon.functions.FormatNumber", "net.sf.saxon.om.NoNamespaceName", "com.google.common.collect.FilteredEntryMultimap", "org.codehaus.stax2.typed.Base64Variant", "com.ctc.wstx.sw.SimpleOutputElement$AttrName", "net.sf.saxon.event.PipelineConfiguration", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES256GCM", "net.sf.saxon.expr.PseudoExpression", "net.sf.saxon.style.XSLBreakOrContinue", "net.sf.saxon.expr.EmptyTextNodeRemover", "net.sf.saxon.type.StringConverter$StringToGDay", "org.opensaml.xmlsec.algorithm.descriptors.SignatureDSASHA256", "net.sf.saxon.om.TreeModel$LinkedTree", "net.sf.saxon.style.XSLTry", "net.sf.saxon.expr.flwor.WhereClausePull", "com.ctc.wstx.util.TextBuilder", "net.sf.saxon.query.UpdateAgent", "net.sf.saxon.regex.ARegexIterator", "net.sf.saxon.lib.XQueryFunctionAnnotationHandler$DisallowedCombination", "net.sf.saxon.style.XSLApplyImports", "net.sf.saxon.functions.PositionAndLast$Position", "net.sf.saxon.functions.MathFunctionSet$CosFn", "net.sf.saxon.functions.MathFunctionSet$TanFn", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA512", "net.sf.saxon.functions.IriToUri", "net.sf.saxon.expr.Calculator$IntegerMinusInteger", "net.sf.saxon.om.IgnorableSpaceStrippingRule", "net.sf.saxon.regex.RegularExpression", "net.sf.saxon.type.Converter$ToUntypedAtomicConverter", "net.sf.saxon.event.SequenceWriter", "net.sf.saxon.lib.TraceListener", "net.sf.saxon.functions.Ceiling", "org.opensaml.profile.logic.BrowserProfilePredicate", "net.sf.saxon.type.Converter$DateTimeToDate", "net.sf.saxon.expr.sort.MergeGroupingIterator", "net.sf.saxon.trans.TypeAliasManager", "net.sf.saxon.expr.instruct.SavedNamespaceContext", "net.sf.saxon.style.XSLForEach", "net.sf.saxon.expr.CastExpression", "net.sf.saxon.functions.Exists", "net.sf.saxon.om.QNameParser", "org.codehaus.stax2.XMLStreamLocation2", "net.sf.saxon.expr.instruct.NumberInstruction", "net.sf.saxon.event.NamespaceReducer", "net.sf.saxon.z.IntRangeSet$IntRangeSetIterator", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$DecimalDecoder", "net.sf.saxon.expr.instruct.NextMatch", "net.sf.saxon.expr.sort.GroupStartingIterator", "net.sf.saxon.functions.Empty", "net.sf.saxon.expr.instruct.GlobalVariable", "org.checkerframework.checker.nullness.compatqual.NullableDecl", "net.sf.saxon.style.XSLMapEntry", "net.sf.saxon.style.XSLNextIteration", "net.sf.saxon.expr.sort.ItemToBeSorted", "net.sf.saxon.event.ContentHandlerProxy$ContentHandlerProxyTraceListener", "com.google.common.primitives.Longs$LongConverter", "net.sf.saxon.value.BigIntegerValue", "net.sf.saxon.z.IntHashSet$IntHashSetIterator", "net.sf.saxon.style.XSLOnEmpty", "org.apache.commons.logging.impl.SimpleLog", "net.sf.saxon.tree.linked.ElementImpl", "net.sf.saxon.expr.Component", "org.apache.cxf.staxutils.StaxUtils$LocationUserDataHandler", "com.google.common.hash.BloomFilter$Strategy", "net.sf.saxon.functions.UnparsedEntity$UnparsedEntityPublicId", "net.sf.saxon.functions.UpperCase", "net.sf.saxon.event.StreamWriterToReceiver$StartTag", "net.sf.saxon.trans.CompilerInfo", "net.sf.saxon.ma.map.HashTrieMap", "net.sf.saxon.tree.util.Navigator$EmptyTextFilter", "net.sf.saxon.dom.DOMObjectModel$3", "net.sf.saxon.resource.UnparsedTextResource", "net.sf.saxon.dom.DOMObjectModel$4", "net.sf.saxon.pattern.ExceptPattern", "net.sf.saxon.dom.DOMObjectModel$1", "net.sf.saxon.dom.DOMObjectModel$2", "net.sf.saxon.dom.DOMObjectModel$7", "net.sf.saxon.dom.DOMObjectModel$5", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$EmptyHashNode", "org.eclipse.jetty.util.InetAddressSet$MinMaxInetRange", "net.sf.saxon.dom.DOMObjectModel$6", "net.sf.saxon.trace.XQueryTraceListener", "net.sf.saxon.event.TracingFilter", "net.sf.saxon.expr.PendingUpdateList", "com.google.common.cache.LocalCache$LocalManualCache", "net.sf.saxon.expr.sort.AtomicMatchKey", "com.ctc.wstx.sr.InputProblemReporter", "net.sf.saxon.event.IDFilter", "net.sf.saxon.style.XSLImport", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$FloatArrayDecoder", "net.sf.saxon.om.TreeModel$TinyTree", "net.sf.saxon.expr.sort.AlphanumericCollator", "net.sf.saxon.om.MutableDocumentInfo", "net.sf.saxon.expr.ListCastableFunction", "org.eclipse.jetty.util.InetAddressSet$InetPattern", "net.sf.saxon.expr.instruct.Message$MessageAdapter", "net.sf.saxon.event.StreamWriterToReceiver$Triple", "net.sf.saxon.resource.CollectionURIResolverWrapper", "net.sf.saxon.functions.TransformFn", "net.sf.saxon.type.StringConverter$StringToGMonthDay", "net.sf.saxon.expr.flwor.CountClausePush", "net.sf.saxon.style.XSLWithParam", "com.ctc.wstx.dtd.DTDElement", "net.sf.saxon.type.ValidationFailure", "net.sf.saxon.expr.UserFunctionResolvable", "net.sf.saxon.expr.sort.DoubleSortComparer", "com.ctc.wstx.sw.AsciiXmlWriter", "com.ctc.wstx.sr.Attribute", "net.sf.saxon.value.NestedIntegerValue", "net.sf.saxon.type.AnySimpleType", "net.sf.saxon.serialize.HTML40Emitter", "com.google.common.base.Functions$ConstantFunction", "com.google.common.io.Files$FilePredicate", "net.sf.saxon.event.ProxyReceiver", "net.sf.saxon.lib.InvalidityHandlerWrappingErrorListener", "net.sf.saxon.type.Converter$NumericToInteger", "com.google.common.cache.ForwardingCache", "com.ctc.wstx.util.StringVector", "net.sf.saxon.om.MutableNodeInfo", "net.sf.saxon.type.StringConverter$StringToName", "net.sf.saxon.expr.Calculator$IntegerIdivInteger", "com.ctc.wstx.dom.WstxDOMWrappingWriter", "com.google.common.base.CharMatcher$1", "net.sf.saxon.pattern.PatternWithPredicate", "net.sf.saxon.om.DocumentURI", "net.sf.saxon.expr.Calculator$DecimalDivDecimal", "net.sf.saxon.style.XSLForEachGroup", "net.sf.saxon.expr.AtomicSequenceConverter$AtomicSequenceMappingFunction", "net.sf.saxon.expr.instruct.Actor", "net.sf.saxon.trans.SimpleMode$RuleGroupAction", "net.sf.saxon.om.NamespaceBindingSet", "net.sf.saxon.resource.DirectoryCollection", "org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSA15", "net.sf.saxon.Version", "net.sf.saxon.type.Converter$StringToBase64BinaryConverter", "net.sf.saxon.functions.registry.BuiltInFunctionSet$Entry", "net.sf.saxon.functions.Root_1", "net.sf.saxon.functions.NamespaceUri_1", "net.sf.saxon.type.Converter$NumericToDouble", "com.ctc.wstx.sw.OutputElementBase", "net.sf.saxon.pattern.PatternParser", "org.opensaml.xmlsec.algorithm.descriptors.DigestSHA256", "net.sf.saxon.expr.flwor.OrderByClausePull", "net.sf.saxon.functions.SubstringAfter", "net.sf.saxon.expr.instruct.Message", "com.google.common.base.Functions$ToStringFunction", "net.sf.saxon.functions.SystemProperty", "com.google.common.base.Functions$FunctionComposition", "net.sf.saxon.expr.sort.SortKeyDefinitionList", "com.ctc.wstx.api.WstxInputProperties", "net.sf.saxon.expr.flwor.WindowClausePull", "com.ctc.wstx.sw.XmlWriter", "org.opensaml.xmlsec.algorithm.descriptors.DigestRIPEMD160", "net.sf.saxon.regex.JavaRegularExpression", "com.google.common.collect.Multiset", "net.sf.saxon.tree.tiny.CompressedWhitespace", "net.sf.saxon.regex.charclass.EmptyCharacterClass", "org.opensaml.xmlsec.algorithm.descriptors.DigestSHA224", "net.sf.saxon.expr.accum.AccumulatorManager", "com.google.common.hash.BloomFilter$SerialForm", "net.sf.saxon.regex.Operation$OpTrace", "net.sf.saxon.regex.Operation$OpNothing", "org.codehaus.stax2.XMLInputFactory2", "com.ctc.wstx.evt.WDTD", "com.ctc.wstx.evt.WEntityDeclaration", "net.sf.saxon.style.XSLAccept", "net.sf.saxon.expr.parser.RebindingMap", "net.sf.saxon.z.IntIntersectionPredicate", "net.sf.saxon.expr.flwor.TraceClausePush", "com.google.common.base.CharMatcher$Negated", "net.sf.saxon.trans.NoDynamicContextException", "net.sf.saxon.type.StringToDouble", "net.sf.saxon.ma.map.RangeKey", "org.codehaus.stax2.ri.Stax2Util$TextBuffer", "net.sf.saxon.functions.MathFunctionSet$Log10Fn", "net.sf.saxon.type.AnyType", "net.sf.saxon.functions.CurrentGroupingKeyCall", "net.sf.saxon.tree.tiny.CharSlice", "net.sf.saxon.functions.AccessorFn$DaysFromDuration", "org.apache.cxf.staxutils.StaxStreamFilter", "net.sf.saxon.tree.wrapper.SpaceStrippedNode", "net.sf.saxon.functions.IntegratedFunctionLibrary", "com.ctc.wstx.sax.WstxSAXParser$DocHandlerWrapper", "net.sf.saxon.pattern.SimplePositionalPattern", "com.google.common.base.CharMatcher$NegatedFastMatcher", "com.google.common.collect.Range", "com.ctc.wstx.io.ReaderBootstrapper", "net.sf.saxon.om.QNameException", "net.sf.saxon.trans.TextOnlyCopyRuleSet", "net.sf.saxon.expr.sort.CollationMatchKey", "com.google.common.base.CharMatcher$IsEither", "org.opensaml.saml.config.SAMLConfiguration$LowercaseFunction", "net.sf.saxon.lib.StandardCollationURIResolver", "net.sf.saxon.functions.SystemFunction", "net.sf.saxon.event.TransformerReceiver", "net.sf.saxon.style.XSLElement", "net.sf.saxon.s9api.XdmValue", "net.sf.saxon.type.Converter$DurationToDayTimeDuration", "net.sf.saxon.style.XSLNumber", "net.sf.saxon.pull.NamespaceContextImpl", "net.sf.saxon.dom.TextOverNodeInfo", "net.sf.saxon.om.LazySequence", "org.codehaus.stax2.ri.dom.DOMWrappingReader", "com.ctc.wstx.dtd.DefaultAttrValue", "org.codehaus.stax2.ri.typed.StringBase64Decoder", "net.sf.saxon.expr.parser.OptimizerOptions", "net.sf.saxon.expr.instruct.ForEachGroup", "com.ctc.wstx.io.BufferRecycler", "net.sf.saxon.pattern.CombinedNodeTest", "org.codehaus.stax2.ri.dom.DOMWrappingWriter", "org.apache.xml.resolver.tools.CatalogResolver", "com.google.common.base.Functions$IdentityFunction", "net.sf.saxon.dom.DocumentWrapper", "net.sf.saxon.tree.linked.CommentImpl", "net.sf.saxon.pull.StaxBridge$StaxAttributes", "org.apache.commons.logging.impl.SLF4JLocationAwareLog", "net.sf.saxon.tree.iter.MappingJavaIterator$Mapper", "net.sf.saxon.functions.AccumulatorFn$AccumulatorAfter", "net.sf.saxon.event.StreamWriterToReceiver", "net.sf.saxon.expr.sort.ItemOrderComparer", "net.sf.saxon.value.DayTimeDurationValue", "net.sf.saxon.event.StartTagBuffer", "com.google.common.hash.BloomFilter$1", "com.ctc.wstx.sr.Element", "com.ctc.wstx.dtd.DTDNmTokenAttr", "net.sf.saxon.trans.packages.IPackageLoader", "net.sf.saxon.s9api.Processor$ExtensionFunctionDefinitionWrapper", "net.sf.saxon.expr.Component$1", "net.sf.saxon.dom.AttrOverNodeInfo", "net.sf.saxon.tree.util.Orphan", "net.sf.saxon.Configuration", "net.sf.saxon.expr.sort.UcaCollatorUsingJava$Tertiary", "net.sf.saxon.expr.flwor.OrderByClausePush", "net.sf.saxon.tree.tiny.TinyBuilder", "org.codehaus.stax2.ri.typed.ValueEncoderFactory", "net.sf.saxon.dom.DOMNodeWrapper", "net.sf.saxon.trans.KeyDefinition", "net.sf.saxon.Configuration$1", "net.sf.saxon.expr.Component$M", "net.sf.saxon.z.IntToIntMap", "net.sf.saxon.pattern.PatternParser30", "net.sf.saxon.expr.instruct.ApplyImports", "com.ctc.wstx.io.SystemId", "com.google.common.base.Function", "net.sf.saxon.om.SpaceStrippingRule", "com.ctc.wstx.sr.AttributeCollector", "com.google.common.collect.ImmutableMap", "net.sf.saxon.expr.instruct.ApplyTemplates", "org.codehaus.stax2.XMLStreamWriter2", "net.sf.saxon.functions.Serialize", "net.sf.saxon.functions.Aggregate", "net.sf.saxon.trans.KeyDefinitionSet", "net.sf.saxon.type.Converter$Base64BinaryToHexBinary", "net.sf.saxon.regex.Operation$OpEOL", "com.ctc.wstx.ent.ExtEntity", "net.sf.saxon.type.StringConverter$StringToToken", "net.sf.saxon.value.DateValue", "net.sf.saxon.trace.TraceCodeInjector", "com.ctc.wstx.dtd.DTDSubset", "net.sf.saxon.functions.FunctionAvailable", "com.google.common.cache.LocalCache$LocalLoadingCache", "net.sf.saxon.trans.rules.DeepSkipRuleSet", "net.sf.saxon.functions.NotFn", "net.sf.saxon.value.GDayValue", "net.sf.saxon.functions.ContainsToken", "net.sf.saxon.expr.flwor.TraceClausePull", "net.sf.saxon.type.BuiltInAtomicType", "net.sf.saxon.expr.flwor.WindowClausePush", "net.sf.saxon.functions.Doc", "net.sf.saxon.pattern.AnchorPattern", "net.sf.saxon.expr.Calculator$AnyModAny", "net.sf.saxon.expr.instruct.Bindery", "net.sf.saxon.functions.CurrentMergeKey", "net.sf.saxon.pattern.ContentTypeTest", "com.google.common.collect.Cut$AboveAll", "net.sf.saxon.value.Closure", "org.opensaml.xmlsec.algorithm.MACAlgorithm", "net.sf.saxon.functions.AccessorFn$MinutesFromDuration", "com.ctc.wstx.dtd.DTDCdataAttr", "net.sf.saxon.event.ReceivingContentHandler$LocalLocator", "net.sf.saxon.tree.tiny.TinyProcInstImpl", "net.sf.saxon.functions.registry.XSLT30FunctionSet", "net.sf.saxon.style.XSLOverride", "net.sf.saxon.lib.Numberer", "net.sf.saxon.expr.flwor.CountClause", "org.apache.cxf.staxutils.PrettyPrintXMLStreamWriter$CurrentElement", "net.sf.saxon.expr.Calculator$AnyIdivAny", "net.sf.saxon.om.IdentityComparable", "org.eclipse.jetty.util.annotation.ManagedObject", "com.ctc.wstx.api.InvalidCharHandler$FailingHandler", "net.sf.saxon.type.Converter$DownCastingConverter", "net.sf.saxon.type.Converter$BooleanToInteger", "com.google.common.base.CharMatcher$JavaLetterOrDigit", "net.sf.saxon.expr.OperandRole", "net.sf.saxon.functions.Outermost", "org.opensaml.profile.logic.MessageContextPredicateAdapter", "net.sf.saxon.expr.AndExpression", "net.sf.saxon.expr.instruct.WithParam", "org.apache.cxf.staxutils.DelegatingXMLStreamWriter", "net.sf.saxon.dom.PIOverNodeInfo", "net.sf.saxon.expr.Assignation", "net.sf.saxon.type.ItemType$WithSequenceTypeCache", "net.sf.saxon.dom.ElementOverNodeInfo", "net.sf.saxon.functions.RoundHalfToEven", "com.google.common.collect.FilteredEntryMultimap$ValuePredicate", "net.sf.saxon.type.PlainType", "net.sf.saxon.style.XSLKey", "net.sf.saxon.expr.SimpleExpression", "com.google.common.base.Predicates$InstanceOfPredicate", "com.google.common.collect.DiscreteDomain$BigIntegerDomain", "net.sf.saxon.functions.MathFunctionSet$TrigFn1", "net.sf.saxon.expr.instruct.Choose", "net.sf.saxon.style.XSLInclude", "net.sf.saxon.event.PathMaintainer", "net.sf.saxon.expr.flwor.LetClausePush", "net.sf.saxon.type.FunctionItemType", "net.sf.saxon.functions.AccessorFn$YearFromDateTime", "net.sf.saxon.style.StylesheetPackage", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA256", "net.sf.saxon.tree.iter.AtomicIterator", "net.sf.saxon.expr.instruct.Comment", "net.sf.saxon.expr.ForExpression", "org.eclipse.jetty.util.PathWatcher$PathWatchEventType", "org.eclipse.jetty.util.PathWatcher", "net.sf.saxon.functions.MathFunctionSet$SinFn", "net.sf.saxon.type.ExternalObjectType", "net.sf.saxon.dom.DOMWriter", "net.sf.saxon.functions.StaticContextAccessor$DefaultCollation", "com.google.common.base.CharMatcher", "net.sf.saxon.functions.registry.ExsltCommonFunctionSet", "net.sf.saxon.expr.sort.LocalOrderComparer", "net.sf.saxon.expr.sort.ConditionalSorter", "net.sf.saxon.functions.EncodeForUri", "net.sf.saxon.expr.TailExpression", "net.sf.saxon.event.Stripper", "net.sf.saxon.query.XQueryFunctionLibrary", "net.sf.saxon.expr.instruct.GlobalContextRequirement", "net.sf.saxon.trans.rules.RuleManager", "net.sf.saxon.style.XSLAccumulatorRule", "net.sf.saxon.expr.instruct.ProcessingInstruction", "net.sf.saxon.query.XQueryFunctionBinder", "net.sf.saxon.expr.Calculator$DurationTimesNumeric", "net.sf.saxon.expr.FunctionCall", "net.sf.saxon.style.Compilation", "net.sf.saxon.functions.registry.XPath31FunctionSet", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA224", "net.sf.saxon.expr.Calculator$DoubleIdivDouble", "net.sf.saxon.expr.parser.XPathParser", "net.sf.saxon.serialize.HTMLEmitter", "net.sf.saxon.query.DynamicQueryContext", "net.sf.saxon.tree.iter.ListIterator", "net.sf.saxon.pattern.DocumentNodeTest", "net.sf.saxon.functions.DynamicContextAccessor$CurrentDateTime", "net.sf.saxon.tree.linked.ProcInstImpl", "net.sf.saxon.expr.flwor.SingularityPull", "org.opensaml.core.xml.persist.FilesystemLoadSaveManager", "net.sf.saxon.event.SequenceReceiver", "net.sf.saxon.functions.AccessorFn$SecondsFromDuration", "net.sf.saxon.sxpath.AbstractStaticContext", "net.sf.saxon.functions.AccessorFn$TimezoneFromDate", "net.sf.saxon.trans.UncheckedXPathException", "net.sf.saxon.serialize.XML10ContentChecker", "net.sf.saxon.expr.ContextOriginator", "net.sf.saxon.type.StringConverter$StringToDayTimeDuration", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$LongEncoder", "org.eclipse.jetty.util.InetAddressSet", "net.sf.saxon.query.AnnotationList", "org.apache.commons.logging.impl.SLF4JLog", "net.sf.saxon.expr.flwor.ForClauseOuterPull", "org.codehaus.stax2.ri.typed.CharArrayBase64Decoder", "org.opensaml.xmlsec.algorithm.BlockEncryptionAlgorithm", "net.sf.saxon.s9api.XsltExecutable", "org.codehaus.stax2.ri.typed.AsciiValueEncoder", "com.google.common.collect.AbstractMultimap", "net.sf.saxon.trans.SimpleMode", "com.google.errorprone.annotations.concurrent.LazyInit", "net.sf.saxon.style.XSLAccumulator", "net.sf.saxon.functions.DocAvailable", "net.sf.saxon.functions.FunctionLibrary", "net.sf.saxon.type.Converter$PromoterToDouble", "net.sf.saxon.tree.tiny.NodeVectorTree", "net.sf.saxon.expr.GeneralComparison", "net.sf.saxon.trans.rules.ShallowCopyRuleSet", "net.sf.saxon.type.Converter$DateTimeToGMonth", "net.sf.saxon.functions.MathFunctionSet$ExpFn", "net.sf.saxon.functions.TailFn", "net.sf.saxon.value.NotationValue", "net.sf.saxon.functions.IsIdRef", "net.sf.saxon.s9api.BuildingStreamWriter", "net.sf.saxon.expr.TryCatch", "net.sf.saxon.value.StringValue", "org.apache.ws.commons.schema.DocumentFragmentNodeList", "net.sf.saxon.expr.sort.EqualityComparer", "net.sf.saxon.ma.map.MapItem", "net.sf.saxon.lib.UnparsedTextURIResolver", "net.sf.saxon.style.XSLGlobalParam", "net.sf.saxon.expr.instruct.AttributeCreator", "net.sf.saxon.functions.UnparsedEntity", "net.sf.saxon.expr.GlobalVariableReference", "net.sf.saxon.tree.linked.SystemIdMap", "net.sf.saxon.style.XSLOutputCharacter", "net.sf.saxon.style.XSLAssert", "net.sf.saxon.type.Converter$FloatToDecimal", "org.eclipse.jetty.http.PathMap$PathSet", "net.sf.saxon.expr.SlashExpression", "org.codehaus.stax2.DTDInfo", "com.ctc.wstx.dtd.DTDIdAttr", "net.sf.saxon.lib.Invalidity", "com.ctc.wstx.dtd.DTDIdRefsAttr", "net.sf.saxon.serialize.CharacterMapExpander", "net.sf.saxon.om.FocusIterator", "net.sf.saxon.om.EmptyAtomicSequence", "net.sf.saxon.om.PrefixPool", "net.sf.saxon.style.XSLMergeAction", "net.sf.saxon.expr.flwor.LetClausePull", "net.sf.saxon.expr.instruct.DocumentInstr", "net.sf.saxon.functions.SubstringBefore", "net.sf.saxon.lib.XQueryFunctionAnnotationHandler", "net.sf.saxon.expr.ItemChecker", "net.sf.saxon.tree.tiny.TinyParentNodeImpl", "net.sf.saxon.serialize.MetaTagAdjuster", "net.sf.saxon.pattern.NamespaceTest", "net.sf.saxon.expr.sort.GroupIterator", "net.sf.saxon.value.SequenceExtent", "com.ctc.wstx.io.WstxInputSource", "net.sf.saxon.functions.BooleanFn", "net.sf.saxon.event.DocumentValidator", "net.sf.saxon.value.GYearValue", "net.sf.saxon.functions.ContextItemAccessorFunction$Number_0", "net.sf.saxon.lib.StandardErrorListener", "net.sf.saxon.style.XSLPerformSort", "net.sf.saxon.expr.BooleanExpression", "com.ctc.wstx.sr.BasicStreamReader", "net.sf.saxon.expr.Calculator$AnyTimesAny", "net.sf.saxon.value.Int64Value", "net.sf.saxon.expr.parser.ExplicitLocation", "net.sf.saxon.expr.UntypedSequenceConverter$1", "net.sf.saxon.regex.Operation", "net.sf.saxon.om.TreeInfo", "net.sf.saxon.event.Builder", "com.google.common.hash.Funnels$UnencodedCharsFunnel", "net.sf.saxon.expr.instruct.Copy", "net.sf.saxon.style.PackageVersionRanges$PackageVersionRange", "com.google.common.base.Predicates", "net.sf.saxon.om.OneOrMore", "net.sf.saxon.style.XSLMergeKey", "net.sf.saxon.style.StyleNodeFactory", "com.ctc.wstx.evt.CompactStartElement", "net.sf.saxon.ma.arrays.ArrayFunctionSet", "org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA512", "com.google.common.base.CharMatcher$AnyOf", "org.opensaml.xmlsec.algorithm.descriptors.DigestSHA1", "com.ctc.wstx.exc.WstxUnexpectedCharException", "org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapDESede", "net.sf.saxon.type.SchemaException", "net.sf.saxon.expr.flwor.CountClausePull", "net.sf.saxon.style.XSLProcessingInstruction", "net.sf.saxon.lib.SourceResolver", "net.sf.saxon.functions.BooleanFn$1", "net.sf.saxon.om.AllElementsSpaceStrippingRule", "org.ow2.authzforce.core.pdp.impl.SchemaHandler$OASISCatalogManager", "net.sf.saxon.functions.DeepEqual", "net.sf.saxon.type.StringConverter$StringToNotation", "net.sf.saxon.type.SchemaComponent", "net.sf.saxon.expr.TailCallLoop$TailCallInfo", "net.sf.saxon.style.PackageVersionRanges", "net.sf.saxon.expr.instruct.NextIteration", "com.google.common.primitives.Floats$FloatConverter", "com.ctc.wstx.util.WordResolver", "net.sf.saxon.expr.flwor.ForClauseOuterPush", "net.sf.saxon.value.SaxonXMLGregorianCalendar", "net.sf.saxon.tree.wrapper.SiblingCountingNode", "net.sf.saxon.functions.ResolveQName", "net.sf.saxon.serialize.XHTMLURIEscaper", "com.ctc.wstx.sr.StreamReaderImpl", "net.sf.saxon.functions.Current", "net.sf.saxon.expr.sort.DescendingComparer", "net.sf.saxon.functions.ConstantFunction$True", "org.opensaml.core.xml.persist.FilesystemLoadSaveManager$DefaultFileFilter", "net.sf.saxon.functions.DateTimeConstructor", "com.google.common.collect.BoundType", "net.sf.saxon.lib.ExtensionFunctionDefinition", "net.sf.saxon.Controller", "org.codehaus.stax2.typed.TypedValueDecoder", "net.sf.saxon.style.XSLCopyOf", "net.sf.saxon.value.BooleanValue", "net.sf.saxon.style.XSLApplyTemplates", "net.sf.saxon.expr.parser.CodeInjector", "net.sf.saxon.sxpath.IndependentContext", "net.sf.saxon.expr.sort.SortedIterator", "net.sf.saxon.lib.FunctionAnnotationHandler", "net.sf.saxon.style.XSLSort", "org.opensaml.core.xml.XMLObject", "com.ctc.wstx.sr.StreamScanner", "net.sf.saxon.pattern.StreamingFunctionArgumentPattern", "net.sf.saxon.expr.Calculator$DecimalModDecimal", "net.sf.saxon.expr.CompareToIntegerConstant", "net.sf.saxon.om.Chain", "net.sf.saxon.event.SignificantItemDetector$Action", "net.sf.saxon.expr.SingleItemFilter", "net.sf.saxon.expr.Calculator$FloatMinusFloat", "net.sf.saxon.z.IntPredicateFalse", "net.sf.saxon.lib.StandardCollectionURIResolver", "net.sf.saxon.type.AnyFunctionType", "net.sf.saxon.functions.Unordered", "net.sf.saxon.style.XSLCallTemplate", "net.sf.saxon.style.XSLResultDocument", "net.sf.saxon.z.IntStepIterator", "net.sf.saxon.functions.SuperId$Id", "net.sf.saxon.expr.ReverseRangeIterator", "net.sf.saxon.expr.sort.NumericComparer11", "net.sf.saxon.expr.instruct.GlobalParameterSet", "net.sf.saxon.functions.Contains$1", "net.sf.saxon.type.AnyFunctionTypeWithAssertions", "net.sf.saxon.style.XSLMessage", "net.sf.saxon.functions.AccessorFn$MonthFromDateTime", "net.sf.saxon.functions.CurrentMergeKey$1", "org.codehaus.stax2.typed.TypedXMLStreamWriter", "net.sf.saxon.type.ConversionResult", "net.sf.saxon.type.Converter$BooleanToFloat", "com.ctc.wstx.util.SymbolTable$Bucket", "net.sf.saxon.expr.Calculator$FloatTimesFloat", "com.ctc.wstx.sr.TypedStreamReader", "net.sf.saxon.expr.Operand", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA1", "net.sf.saxon.expr.parser.ExpressionAction", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128GCM", "net.sf.saxon.expr.UnionCastableFunction", "org.ow2.authzforce.core.pdp.impl.SchemaHandler", "net.sf.saxon.regex.LatinString", "net.sf.saxon.resource.XmlResource", "net.sf.saxon.expr.AttributeGetter", "net.sf.saxon.lib.StaticQueryContextFactory", "net.sf.saxon.functions.UriCollection", "com.google.common.base.CharMatcher$Invisible", "net.sf.saxon.expr.number.Numberer_en", "net.sf.saxon.expr.oper.OperandArray", "org.opensaml.xmlsec.algorithm.DigestAlgorithm", "org.eclipse.jetty.util.PathWatcher$Config", "net.sf.saxon.functions.Fold", "net.sf.saxon.trans.rules.RuleSetWithWarnings", "net.sf.saxon.value.QualifiedNameValue", "com.ctc.wstx.io.CharArraySource", "net.sf.saxon.type.StringConverter$StringToDecimal", "net.sf.saxon.expr.compat.GeneralComparison10", "net.sf.saxon.event.Valve", "net.sf.saxon.om.Sequence", "net.sf.saxon.regex.Operation$OpRepeat", "net.sf.saxon.z.IntHashMap$IntHashMapKeyIterator", "com.google.common.collect.DiscreteDomain", "net.sf.saxon.value.FloatValue", "net.sf.saxon.query.Annotation", "net.sf.saxon.expr.sort.CodepointCollatingComparer", "com.google.common.collect.Cut", "com.google.common.collect.FilteredEntryMultimap$Keys", "com.ctc.wstx.sw.BaseNsStreamWriter", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$StringEncoder", "net.sf.saxon.trans.KeyIndex", "net.sf.saxon.expr.parser.PathMap$1", "net.sf.saxon.style.XSLContextItem", "net.sf.saxon.functions.CollatingFunctionFixed", "net.sf.saxon.value.GMonthDayValue", "net.sf.saxon.dom.DOMEnvelope$3", "net.sf.saxon.dom.DOMEnvelope$1", "net.sf.saxon.dom.DOMEnvelope$2", "net.sf.saxon.ma.map.MapFunctionSet", "net.sf.saxon.trans.rules.RuleChain", "net.sf.saxon.dom.DOMObjectModel", "org.eclipse.jetty.util.IncludeExcludeSet", "net.sf.saxon.type.StringConverter$StringToGYearMonth", "net.sf.saxon.tree.tiny.TinyDocumentImpl", "net.sf.saxon.expr.AtomicSequenceConverter$1", "net.sf.saxon.style.XSLDocument", "net.sf.saxon.tree.linked.LinkedTreeBuilder", "org.codehaus.stax2.validation.ValidatorPair", "net.sf.saxon.expr.sort.SortedGroupIterator", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$ArrayHashNode", "net.sf.saxon.style.LiteralResultElement", "com.ctc.wstx.sw.NonNsStreamWriter", "com.ctc.wstx.io.WstxInputLocation", "net.sf.saxon.functions.Exists$1", "com.google.common.base.CharMatcher$JavaUpperCase", "org.opensaml.xmlsec.algorithm.descriptors.HMACSHA384", "net.sf.saxon.query.Declaration", "net.sf.saxon.style.XSLNamespace", "net.sf.saxon.resource.JSONResource$1", "com.google.common.collect.DiscreteDomain$IntegerDomain", "com.google.common.hash.Funnels$ByteArrayFunnel", "com.google.common.base.CharMatcher$NamedFastMatcher", "net.sf.saxon.functions.Compare", "net.sf.saxon.style.XSLFork", "com.google.common.base.Converter$ReverseConverter", "com.google.common.base.CharMatcher$Is", "net.sf.saxon.tree.iter.EmptyIterator", "net.sf.saxon.style.XSLAttribute", "net.sf.saxon.serialize.UnicodeNormalizer", "net.sf.saxon.functions.Sort_2", "net.sf.saxon.functions.Sort_1", "net.sf.saxon.expr.Atomizer", "org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA384", "net.sf.saxon.expr.flwor.TraceClause", "net.sf.saxon.expr.Calculator$DoubleTimesDouble", "net.sf.saxon.expr.ComponentInvocation", "net.sf.saxon.expr.Binding", "net.sf.saxon.expr.instruct.ParentNodeConstructor", "net.sf.saxon.functions.URIQueryParameters", "com.ctc.wstx.util.InternCache", "net.sf.saxon.type.Converter$ToStringConverter", "org.apache.cxf.staxutils.PrettyPrintXMLStreamWriter", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$ListHashNode", "com.google.common.collect.FilteredEntryMultimap$AsMap", "net.sf.saxon.expr.flwor.OperandProcessor", "org.eclipse.jetty.util.PathWatcher$ExactPathMatcher", "net.sf.saxon.trans.QuitParsingException", "net.sf.saxon.functions.Innermost", "net.sf.saxon.expr.parser.PathMap$PathMapArc", "net.sf.saxon.functions.LocalName_1", "org.eclipse.jetty.util.PathWatcher$EventListListener", "net.sf.saxon.trace.AbstractTraceListener", "net.sf.saxon.functions.SuperId", "com.ctc.wstx.dtd.DTDIdRefAttr", "net.sf.saxon.expr.LocalVariableReference", "com.google.common.base.CharMatcher$Digit", "net.sf.saxon.expr.StaticContext", "net.sf.saxon.expr.Calculator$DurationMinusDuration", "net.sf.saxon.event.CommentStripper", "net.sf.saxon.tree.util.SteppingNode", "net.sf.saxon.trans.packages.VersionedPackageName", "net.sf.saxon.functions.Concat", "net.sf.saxon.event.IgnorableWhitespaceStripper", "net.sf.saxon.type.StringConverter$StringToHexBinary", "net.sf.saxon.expr.sort.DocumentSorter", "org.codehaus.stax2.validation.ValidationProblemHandler", "net.sf.saxon.expr.sort.AtomicComparer", "net.sf.saxon.expr.XPathContextMinor", "net.sf.saxon.type.StringConverter$StringToAnyURI", "com.ctc.wstx.util.BaseNsContext", "org.apache.cxf.staxutils.W3CNamespaceContext", "com.google.common.base.CharMatcher$JavaLetter", "com.google.common.base.CharMatcher$InRange", "net.sf.saxon.style.ExpressionContext", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$IntDecoder", "net.sf.saxon.type.JavaExternalObjectType", "net.sf.saxon.expr.sort.GroupByIterator", "net.sf.saxon.type.StringConverter$StringToIntegerSubtype", "net.sf.saxon.expr.sort.UcaCollatorUsingJava$Primary", "net.sf.saxon.functions.CurrentGroup", "net.sf.saxon.resource.BinaryResource", "net.sf.saxon.tree.iter.AxisIterator", "com.ctc.wstx.api.InvalidCharHandler", "net.sf.saxon.style.XSLGlobalVariable", "net.sf.saxon.lib.ResourceFactory", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$IntArrayDecoder", "net.sf.saxon.trans.rules.RuleTarget", "com.ctc.wstx.dtd.DTDSubsetImpl", "net.sf.saxon.functions.EnvironmentVariable", "org.codehaus.stax2.typed.TypedArrayDecoder", "com.ctc.wstx.dtd.StructValidator", "net.sf.saxon.expr.parser.PathMap", "net.sf.saxon.expr.TailCallLoop$TailCallFunction", "net.sf.saxon.expr.JPConverter", "net.sf.saxon.regex.History", "net.sf.saxon.functions.HeadFn", "com.google.common.hash.PrimitiveSink", "net.sf.saxon.functions.registry.XPath30FunctionSet", "net.sf.saxon.style.XSLDecimalFormat", "net.sf.saxon.type.SchemaDeclaration", "net.sf.saxon.functions.FormatDate", "com.google.common.collect.FluentIterable$FromIterableFunction", "com.google.common.collect.RangeGwtSerializationDependencies", "net.sf.saxon.functions.Doc$1", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$BranchedArrayHashNode", "org.eclipse.jetty.util.PathWatcher$PathMatcherSet", "net.sf.saxon.om.AbsolutePath$PathElement", "net.sf.saxon.pattern.GeneralNodePattern", "net.sf.saxon.functions.CollectionFn", "net.sf.saxon.functions.KeyFn", "net.sf.saxon.expr.sort.SortExpression", "net.sf.saxon.expr.sort.MergeInstr$MergeKeyMappingFunction", "net.sf.saxon.expr.Calculator$DoubleDivDouble", "net.sf.saxon.om.CodedName", "org.eclipse.jetty.util.component.LifeCycle", "net.sf.saxon.lib.ResourceCollection", "net.sf.saxon.functions.AccessorFn$TimezoneFromTime", "com.google.common.base.Functions$PredicateFunction", "org.codehaus.stax2.io.EscapingWriterFactory", "net.sf.saxon.query.XQueryExpression", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$FloatDecoder", "com.ctc.wstx.api.WstxInputProperties$ParsingMode", "net.sf.saxon.resource.AbstractResourceCollection", "net.sf.saxon.ma.trie.ImmutableHashTrieMap$EntryHashNode", "net.sf.saxon.z.IntSetPredicate", "net.sf.saxon.regex.REFlags", "net.sf.saxon.pattern.GeneralPositionalPattern", "net.sf.saxon.lib.SimpleFunctionAnnotationHandler", "net.sf.saxon.expr.Calculator$DateTimePlusDuration", "net.sf.saxon.type.StringConverter$StringToQName", "com.google.common.base.Predicates$NotPredicate", "net.sf.saxon.functions.MathFunctionSet$AsinFn", "net.sf.saxon.value.HexBinaryValue$HexBinaryComparable", "net.sf.saxon.expr.number.NumberFormatter", "net.sf.saxon.functions.ElementAvailable", "com.ctc.wstx.cfg.InputConfigFlags", "net.sf.saxon.functions.InScopePrefixes", "net.sf.saxon.lib.ModuleURIResolver", "net.sf.saxon.trans.rules.BuiltInRuleSet", "net.sf.saxon.expr.flwor.WhereClause", "net.sf.saxon.ma.trie.ImmutableHashTrieMap", "com.ctc.wstx.io.BaseInputSource", "net.sf.saxon.expr.OrExpression", "net.sf.saxon.functions.SuperId$ElementWithId", "net.sf.saxon.style.UseWhenStaticContext", "net.sf.saxon.z.IntHashSet", "net.sf.saxon.expr.TryCatch$FilteringErrorListener", "net.sf.saxon.z.IntUniversalSet", "net.sf.saxon.expr.instruct.Fork", "net.sf.saxon.expr.instruct.TailCallReturner", "net.sf.saxon.expr.CastToUnion", "com.google.common.collect.Cut$BelowAll", "org.opensaml.xmlsec.algorithm.descriptors.DigestSHA512", "org.apache.cxf.staxutils.CachingXmlEventWriter", "org.apache.cxf.test.XPathAssert", "net.sf.saxon.expr.compat.ArithmeticExpression10", "net.sf.saxon.lib.StandardInvalidityHandler", "net.sf.saxon.type.TypeHierarchy$ItemTypePair", "net.sf.saxon.expr.instruct.Block", "net.sf.saxon.query.ImportedFunctionLibrary", "net.sf.saxon.value.HexBinaryValue", "net.sf.saxon.functions.registry.BuiltInFunctionSet", "net.sf.saxon.tree.tiny.TinyTextImpl", "net.sf.saxon.expr.flwor.ForClausePull", "net.sf.saxon.om.NodeName", "com.google.common.cache.AbstractLoadingCache", "net.sf.saxon.type.ListType", "net.sf.saxon.tree.tiny.Statistics", "org.ow2.authzforce.core.pdp.impl.SchemaHandler$LSInputImpl", "net.sf.saxon.expr.instruct.TemplateRule", "net.sf.saxon.om.ZeroOrOne", "net.sf.saxon.z.IntSet", "net.sf.saxon.functions.DynamicContextAccessor$ImplicitTimezone", "net.sf.saxon.pattern.AnyChildNodeTest", "net.sf.saxon.expr.sort.SortKeyDefinition", "net.sf.saxon.style.XSLAnalyzeString", "net.sf.saxon.trans.rules.Rule", "org.opensaml.profile.logic.IPRangePredicate", "net.sf.saxon.style.XSLModuleRoot", "net.sf.saxon.functions.AccessorFn$SecondsFromDateTime", "net.sf.saxon.expr.AtomicSequenceConverter", "net.sf.saxon.expr.VennExpression", "net.sf.saxon.style.StylesheetModule", "net.sf.saxon.expr.UserFunctionCall", "org.codehaus.stax2.ri.Stax2WriterImpl", "net.sf.saxon.expr.instruct.SimpleNodeConstructor", "net.sf.saxon.style.XSLWhen", "net.sf.saxon.om.FingerprintedQName", "net.sf.saxon.functions.Data_1", "net.sf.saxon.resource.StandardCollectionFinder", "net.sf.saxon.style.XSLCatch", "com.google.common.io.PatternFilenameFilter", "net.sf.saxon.functions.ScalarSystemFunction", "net.sf.saxon.functions.UnparsedTextAvailable", "com.google.common.collect.Maps$BiMapConverter", "net.sf.saxon.expr.Literal", "net.sf.saxon.expr.sort.GroupMatchingIterator", "net.sf.saxon.expr.TailCallLoop", "net.sf.saxon.functions.AccessorFn$YearFromDate", "net.sf.saxon.serialize.HTMLURIEscaper", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$ScalarEncoder", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSASHA384", "net.sf.saxon.expr.Calculator$DecimalPlusDecimal", "net.sf.saxon.style.AbsentExtensionElement", "com.google.common.base.Predicates$CompositionPredicate", "com.ctc.wstx.dtd.DTDEntityAttr", "net.sf.saxon.expr.SingletonAtomizer", "com.google.common.base.CharMatcher$JavaIsoControl", "org.codehaus.stax2.ri.Stax2Util", "net.sf.saxon.expr.sort.ItemWithMergeKeys", "net.sf.saxon.type.StringConverter$StringToNormalizedString", "net.sf.saxon.style.SourceBinding", "net.sf.saxon.style.XSLComment", "net.sf.saxon.trace.InstructionInfo", "net.sf.saxon.functions.DistinctValues", "net.sf.saxon.s9api.StaticError", "com.ctc.wstx.msv.RelaxNGSchema", "net.sf.saxon.trans.XPathException", "net.sf.saxon.expr.instruct.OriginalFunction", "net.sf.saxon.functions.ContextItemAccessorFunction", "net.sf.saxon.expr.instruct.UserFunction", "org.eclipse.jetty.util.PathWatcher$DirAction", "net.sf.saxon.style.XSLPreserveSpace", "org.codehaus.stax2.ri.Stax2ReaderAdapter", "org.codehaus.stax2.ri.evt.DTDEventImpl", "net.sf.saxon.functions.MathFunctionSet$LogFn", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$LongArrayDecoder", "com.google.common.base.Equivalence$EquivalentToPredicate", "net.sf.saxon.expr.flwor.Clause", "com.ctc.wstx.evt.MergedNsContext", "net.sf.saxon.style.XSLWherePopulated", "com.google.common.base.CharMatcher$SingleWidth", "net.sf.saxon.tree.tiny.TinyTree", "net.sf.saxon.functions.UnparsedTextFunction", "net.sf.saxon.trace.TimingTraceListener", "net.sf.saxon.type.Converter$DoubleToInteger", "net.sf.saxon.resource.UnparsedTextResource$1", "org.codehaus.stax2.ri.Stax2EventWriterImpl", "net.sf.saxon.tree.util.AttributeCollectionImpl", "com.google.common.collect.Interners$InternerFunction", "net.sf.saxon.tree.tiny.TinyAttributeImpl", "net.sf.saxon.lib.StandardURIResolver", "net.sf.saxon.trans.ConfigurationReader", "net.sf.saxon.expr.instruct.BreakInstr", "com.google.common.util.concurrent.UncheckedExecutionException", "net.sf.saxon.query.XQueryFunction", "net.sf.saxon.expr.number.NumericGroupFormatter", "net.sf.saxon.z.IntBlockSet", "net.sf.saxon.trans.Mode$RuleAction", "net.sf.saxon.expr.flwor.LocalVariableBinding", "net.sf.saxon.functions.EndsWith$1", "net.sf.saxon.serialize.MessageEmitter", "net.sf.saxon.expr.Calculator$FloatDivFloat", "net.sf.saxon.style.ExtensionInstruction", "net.sf.saxon.functions.Matches", "net.sf.saxon.expr.flwor.GroupByClause$ObjectToBeGrouped", "net.sf.saxon.expr.sort.UcaCollatorUsingJava", "com.google.common.cache.Cache", "net.sf.saxon.om.AttributeCollection", "net.sf.saxon.expr.StackFrame", "com.ctc.wstx.util.TextBuffer", "net.sf.saxon.expr.sort.MergeIterator", "net.sf.saxon.event.NamePoolConverter", "com.ctc.wstx.sr.ValidatingStreamReader", "net.sf.saxon.expr.ListConstructorFunction", "net.sf.saxon.functions.TreatFn$OneOrMore", "net.sf.saxon.value.TextFragmentValue", "net.sf.saxon.serialize.XMLIndenter", "net.sf.saxon.expr.NumberSequenceFormatter", "com.ctc.wstx.cfg.ParsingErrorMsgs", "org.opensaml.xmlsec.algorithm.descriptors.SignatureRSARIPEMD160", "net.sf.saxon.functions.Path_1", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$IntegerDecoder", "com.google.common.base.Predicates$SubtypeOfPredicate", "net.sf.saxon.tree.linked.DocumentImpl", "org.codehaus.stax2.validation.XMLValidationProblem", "net.sf.saxon.expr.XPathContextMajor", "net.sf.saxon.type.AtomicType", "net.sf.saxon.pattern.VennPattern", "net.sf.saxon.expr.Calculator$DecimalMinusDecimal", "net.sf.saxon.trace.XSLTTraceCodeInjector", "org.eclipse.jetty.util.component.AbstractLifeCycle", "net.sf.saxon.type.Converter$UpCastingConverter", "net.sf.saxon.functions.LowerCase", "net.sf.saxon.query.QueryLibrary", "com.ctc.wstx.dtd.DTDNotationAttr", "net.sf.saxon.type.StringConverter$StringToNCName", "net.sf.saxon.expr.instruct.TerminationException", "net.sf.saxon.expr.sort.CollatingAtomicComparer", "org.eclipse.jetty.util.InetAddressSet$CidrInetRange", "net.sf.saxon.functions.StreamAvailable", "net.sf.saxon.functions.FormatInteger", "net.sf.saxon.expr.Calculator$DurationDivNumeric", "net.sf.saxon.value.GMonthValue", "net.sf.saxon.trans.Maker", "net.sf.saxon.style.XSLFunction", "net.sf.saxon.type.StringConverter$StringToDerivedStringSubtype", "net.sf.saxon.regex.Operation$OpCharClass", "net.sf.saxon.expr.CastableExpression", "net.sf.saxon.type.StringConverter$StringToBoolean", "net.sf.saxon.functions.Replace", "net.sf.saxon.expr.parser.RoleDiagnostic", "net.sf.saxon.pattern.MultipleNodeKindTest", "net.sf.saxon.functions.ParseIetfDate", "net.sf.saxon.expr.FirstItemExpression", "net.sf.saxon.expr.instruct.ComputedAttribute", "org.opensaml.xmlsec.KeyTransportAlgorithmPredicate", "net.sf.saxon.expr.instruct.ResultDocument$CloseableResult", "net.sf.saxon.type.Converter$DateTimeToGYearMonth", "net.sf.saxon.om.AtomicArray", "net.sf.saxon.lib.TraceListener2", "net.sf.saxon.expr.flwor.TuplePush", "net.sf.saxon.event.TeeOutputter", "net.sf.saxon.lib.CollectionURIResolver", "net.sf.saxon.serialize.CDATAFilter", "net.sf.saxon.functions.Subsequence_2", "net.sf.saxon.lib.StringCollator", "net.sf.saxon.functions.Subsequence_3", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES128CBC", "net.sf.saxon.style.XSLIterate", "net.sf.saxon.expr.instruct.UserFunctionParameter", "net.sf.saxon.regex.REProgram", "net.sf.saxon.expr.MappingFunction", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$LongDecoder", "com.ctc.wstx.ent.IntEntity", "org.codehaus.stax2.ri.Stax2LocationAdapter", "net.sf.saxon.expr.sort.GroupToBeSorted", "net.sf.saxon.functions.UnparsedText", "com.ctc.wstx.dtd.DTDId", "com.ctc.wstx.msv.W3CSchema", "net.sf.saxon.functions.CallableFunction", "net.sf.saxon.expr.sort.GenericAtomicComparer", "net.sf.saxon.expr.SystemFunctionCall$Optimized", "org.checkerframework.checker.nullness.compatqual.MonotonicNonNullDecl", "net.sf.saxon.expr.sort.GroupAdjacentIterator", "net.sf.saxon.expr.Calculator$DurationPlusDateTime", "net.sf.saxon.regex.Operation$OpUnambiguousRepeat", "com.google.common.hash.Funnels$LongFunnel", "net.sf.saxon.pattern.BooleanExpressionPattern", "org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate", "net.sf.saxon.value.DecimalValue", "net.sf.saxon.expr.flwor.TuplePull", "net.sf.saxon.trace.XSLTTraceListener", "com.ctc.wstx.io.ReaderSource", "org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES256", "net.sf.saxon.serialize.CharacterMapIndex", "net.sf.saxon.regex.Operation$OpAtom", "com.ctc.wstx.sw.BufferingXmlWriter", "net.shibboleth.utilities.java.support.net.IPRange", "net.sf.saxon.event.ContentHandlerProxy", "net.sf.saxon.tree.tiny.TinyBuilderCondensed", "net.sf.saxon.event.NoOpenStartTagException", "net.sf.saxon.type.Converter$NotationToQName", "net.sf.saxon.lib.SubstringMatcher", "com.google.common.collect.Maps$ViewCachingAbstractMap", "net.sf.saxon.expr.sort.MergeInstr", "net.sf.saxon.expr.instruct.OnEmptyExpr", "net.sf.saxon.z.IntToIntHashMap$IntToIntHashMapKeyIterator", "com.google.common.cache.LocalCache$LoadingSerializationProxy", "com.ctc.wstx.evt.WNotationDeclaration", "com.google.common.reflect.TypeToken$TypeFilter", "net.sf.saxon.expr.CastingExpression", "com.google.common.collect.Multimap", "com.ctc.wstx.dtd.DTDEventListener", "net.sf.saxon.style.XSLMode", "net.sf.saxon.trans.GlobalVariableManager", "net.sf.saxon.expr.instruct.NamedTemplate", "net.sf.saxon.functions.Put", "net.sf.saxon.functions.Reverse", "com.ctc.wstx.exc.WstxValidationException", "net.sf.saxon.type.Converter$IntegerToDecimal", "com.ctc.wstx.sw.RepairingNsStreamWriter", "net.sf.saxon.functions.registry.VendorFunctionSetHE", "net.sf.saxon.tree.tiny.WhitespaceTextImpl", "net.sf.saxon.lib.StandardLogger", "net.sf.saxon.lib.ErrorGatherer", "org.codehaus.stax2.validation.XMLValidationException", "net.sf.saxon.serialize.Emitter", "net.sf.saxon.om.ZeroOrMore", "net.sf.saxon.tree.iter.AxisIteratorImpl", "com.google.common.base.CharMatcher$Or", "net.sf.saxon.functions.String_1", "net.sf.saxon.regex.RegexPrecondition", "net.sf.saxon.tree.iter.GroundedIterator", "net.sf.saxon.functions.AccessorFn$MonthFromDate", "org.opensaml.xmlsec.algorithm.AlgorithmRegistry$SignatureAlgorithmIndex", "net.sf.saxon.trace.ExpressionPresenter", "com.ctc.wstx.exc.WstxEOFException", "net.sf.saxon.style.XSLTemplate", "net.sf.saxon.z.IntExceptPredicate", "org.codehaus.stax2.validation.Validatable", "net.sf.saxon.tree.linked.TextImpl", "net.sf.saxon.expr.Calculator$FloatIdivFloat", "org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA1", "org.codehaus.stax2.XMLReporter2", "net.sf.saxon.om.NamePool$NamePoolLimitException", "net.sf.saxon.functions.RegexFunctionSansFlags", "com.ctc.wstx.dtd.DTDValidatorBase", "net.sf.saxon.query.QueryModule", "net.sf.saxon.type.TypeHierarchy", "net.sf.saxon.trans.Mode", "net.sf.saxon.expr.TailIterator", "net.sf.saxon.lib.InvalidityReportGenerator", "com.ctc.wstx.exc.WstxParsingException", "net.sf.saxon.type.Converter$DoubleToDecimal", "com.google.common.base.Enums$StringConverter", "org.opensaml.xmlsec.algorithm.descriptors.HMACSHA224", "net.sf.saxon.type.ItemType", "net.sf.saxon.om.NamePool", "net.sf.saxon.value.NumericValue", "net.sf.saxon.expr.instruct.ComputedElement", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$BaseArrayDecoder", "net.sf.saxon.z.IntToIntArrayMap", "net.sf.saxon.z.IntIterator", "net.sf.saxon.om.NamespaceBinding", "net.sf.saxon.expr.parser.Location", "net.sf.saxon.lib.RelativeURIResolver", "net.sf.saxon.pattern.UniversalPattern", "net.sf.saxon.expr.flwor.FLWORExpression", "net.sf.saxon.ma.map.KeyValuePair", "net.sf.saxon.style.XSLKey$ContainsGlobalVariable", "com.google.common.base.CharMatcher$None", "net.sf.saxon.functions.UnparsedEntity$UnparsedEntityUri", "com.ctc.wstx.sw.XmlWriterWrapper", "net.sf.saxon.expr.Calculator", "org.codehaus.stax2.ri.Stax2FilteredStreamReader", "net.sf.saxon.type.StringConverter$StringToUntypedAtomic", "net.sf.saxon.expr.accum.Accumulator", "net.sf.saxon.style.XSLMatchingSubstring", "net.sf.saxon.lib.ExternalObjectModel", "net.sf.saxon.event.CheckSumFilter", "org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate", "net.sf.saxon.regex.RegexIterator$MatchHandler", "net.sf.saxon.type.StringConverter$StringToGYear", "net.sf.saxon.functions.MathFunctionSet$AtanFn", "net.sf.saxon.pattern.NodeTest", "net.sf.saxon.trans.ComponentTest", "net.sf.saxon.om.NamespaceException", "net.sf.saxon.pattern.NodeSetPattern", "net.sf.saxon.expr.ArithmeticExpression", "net.sf.saxon.regex.Operation$OpGreedyFixed", "net.sf.saxon.lib.EnvironmentVariableResolver", "net.sf.saxon.query.QueryModule$ActiveNamespace", "org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA224", "net.sf.saxon.expr.sort.UcaCollatorUsingJava$Secondary", "net.sf.saxon.expr.instruct.GlobalParam", "net.sf.saxon.expr.RootExpression", "com.ctc.wstx.sax.WstxSAXParser$ResolverProxy", "com.google.common.primitives.Shorts$ShortConverter", "net.sf.saxon.expr.flwor.WhereClausePush", "com.google.common.collect.DiscreteDomain$1", "net.sf.saxon.regex.charclass.CharacterClass", "net.sf.saxon.style.StylesheetComponent", "net.sf.saxon.lib.ExtensionFunctionCall", "net.sf.saxon.expr.instruct.ValidatingInstruction", "net.sf.saxon.functions.ContextItemAccessorFunction$StringAccessor", "net.sf.saxon.functions.Minimax$Min", "net.sf.saxon.style.XSLLocalParam", "com.ctc.wstx.api.WriterConfig", "net.sf.saxon.style.XSLGeneralIncorporate", "net.sf.saxon.expr.Calculator$IntegerTimesInteger", "net.sf.saxon.type.UType", "net.sf.saxon.lib.Resource", "net.sf.saxon.expr.ErrorExpression", "com.google.common.base.CharMatcher$FastMatcher", "com.google.common.hash.Funnels$StringCharsetFunnel", "net.sf.saxon.dom.DocumentOverNodeInfo", "com.ctc.wstx.sw.SimpleOutputElement", "com.google.common.base.Converter$ConverterComposition", "com.google.common.base.Predicates$IsEqualToPredicate", "net.sf.saxon.functions.MathFunctionSet$PowFn", "com.google.common.cache.LocalCache$ManualSerializationProxy", "net.sf.saxon.expr.sort.UntypedNumericComparer", "com.google.common.hash.BloomFilterStrategies", "net.sf.saxon.value.TimeValue", "net.sf.saxon.dom.NodeOverNodeInfo", "net.sf.saxon.expr.RangeExpression", "org.eclipse.jetty.util.IncludeExclude", "net.sf.saxon.expr.VariableReference", "net.sf.saxon.functions.ParseXml", "net.sf.saxon.expr.instruct.ConditionalBlock", "org.codehaus.stax2.ri.evt.BaseEventImpl", "net.sf.saxon.regex.GeneralUnicodeString", "net.sf.saxon.PreparedStylesheet", "org.springframework.util.xml.StaxEventHandler$LocatorLocationAdapter", "net.sf.saxon.style.XSLOnCompletion", "org.opensaml.xmlsec.algorithm.descriptors.SignatureECDSASHA256", "net.sf.saxon.functions.NormalizeSpace_1", "net.sf.saxon.lib.ParseOptions", "net.sf.saxon.functions.ApplyFn", "org.apache.cxf.staxutils.CachingXmlEventWriter$NSContext", "com.ctc.wstx.evt.BaseStartElement", "net.sf.saxon.type.StringConverter$StringToTime", "net.sf.saxon.lib.LocalizerFactory", "net.sf.saxon.trans.DecimalSymbols", "net.sf.saxon.expr.sort.HTML5CaseBlindCollator", "net.sf.saxon.z.IntUnionPredicate", "net.sf.saxon.functions.Trace", "net.sf.saxon.serialize.JSONEmitter", "net.sf.saxon.pattern.NodeKindTest", "net.sf.saxon.functions.Sort_1$ItemToBeSorted", "com.ctc.wstx.io.InputBootstrapper", "net.sf.saxon.expr.LetExpression", "net.sf.saxon.functions.DynamicContextAccessor$DefaultLanguage", "net.sf.saxon.s9api.XdmItem", "org.opensaml.xmlsec.algorithm.descriptors.HMACMD5", "net.sf.saxon.regex.JRegexIterator", "net.sf.saxon.functions.DynamicContextAccessor", "net.sf.saxon.om.NamespaceResolver", "net.sf.saxon.expr.instruct.AnalyzeString", "net.sf.saxon.serialize.XHTML1Emitter", "org.opensaml.xmlsec.algorithm.descriptors.DigestMD5", "net.sf.saxon.regex.REMatcher", "net.sf.saxon.type.StringConverter$StringToNMTOKEN", "org.codehaus.stax2.util.StreamWriterDelegate", "net.sf.saxon.expr.instruct.ResultDocument", "com.google.common.hash.BloomFilter", "net.sf.saxon.functions.Round", "net.sf.saxon.expr.number.IrregularGroupFormatter", "net.sf.saxon.functions.AbstractFunction", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$DoubleEncoder", "net.sf.saxon.trans.XPathException$Circularity", "net.sf.saxon.pattern.UnionQNameTest", "net.sf.saxon.type.ComplexType", "net.sf.saxon.expr.IsLastExpression", "net.sf.saxon.expr.parser.RetainedStaticContext", "org.opensaml.xmlsec.algorithm.descriptors.HMACSHA256", "net.sf.saxon.functions.TypeAvailable", "org.springframework.util.Assert", "net.sf.saxon.functions.Minimax$Max", "net.sf.saxon.functions.UnparsedTextLines", "net.sf.saxon.om.FocusTrackingIterator$SiblingMemory", "net.sf.saxon.type.Converter$BooleanToDouble", "net.sf.saxon.functions.CodepointsToString", "net.sf.saxon.expr.parser.ContextItemStaticInfo", "net.sf.saxon.expr.parser.ExpressionTool$ExpressionPredicate", "net.sf.saxon.functions.AccumulatorFn", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$DecoderBase", "net.sf.saxon.event.SequenceNormalizer", "net.sf.saxon.functions.Translate", "net.sf.saxon.functions.InsertBefore", "net.sf.saxon.functions.URIQueryParameters$RegexFilter", "net.sf.saxon.style.XSLOnNonEmpty", "com.google.common.base.CharMatcher$IsNot", "org.codehaus.stax2.ri.typed.ValueDecoderFactory", "net.sf.saxon.style.XSLLeafNodeConstructor", "net.sf.saxon.functions.MathFunctionSet$AcosFn", "net.sf.saxon.functions.StartsWith", "com.google.common.cache.AbstractCache", "net.sf.saxon.type.StringConverter$StringToInteger", "net.sf.saxon.expr.instruct.UseAttributeSet", "net.sf.saxon.expr.instruct.LocalParam", "com.ctc.wstx.dtd.DTDTypingNonValidator", "net.sf.saxon.type.Converter$TwoPhaseConverter", "net.sf.saxon.expr.GeneralComparison20", "net.sf.saxon.event.CopyNamespaceSensitiveException", "net.sf.saxon.expr.EagerLetExpression", "net.sf.saxon.regex.REMatcher$State", "org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEP", "net.sf.saxon.functions.EndsWith", "com.google.common.cache.CacheStats", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$DoubleArrayDecoder", "net.sf.saxon.style.XSLMerge", "net.sf.saxon.lib.CollationURIResolver", "org.opensaml.xmlsec.impl.WhitelistPredicate", "net.sf.saxon.lib.ValidationStatisticsRecipient", "net.sf.saxon.expr.sort.CaseFirstCollator", "net.sf.saxon.resource.JarCollection", "net.sf.saxon.functions.CurrentGroupingKey", "net.sf.saxon.resource.AbstractResourceCollection$InputDetails", "net.sf.saxon.style.XSLFallback", "net.sf.saxon.type.PrimitiveUType", "net.sf.saxon.functions.AccessorFn$PrefixFromQName", "net.sf.saxon.functions.EscapeHtmlUri", "net.sf.saxon.z.IntValuePredicate", "net.sf.saxon.pattern.BasePatternWithPredicate", "net.sf.saxon.expr.sort.UcaCollatorUsingJava$Strength", "net.sf.saxon.expr.flwor.ForClause", "net.sf.saxon.functions.AccessorFn$MonthsFromDuration", "net.sf.saxon.tree.linked.NodeFactory", "net.sf.saxon.functions.MathFunctionSet$SqrtFn", "org.opensaml.xmlsec.algorithm.SymmetricKeyWrapAlgorithm", "net.sf.saxon.functions.CopyOfFn", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$TokenEncoder", "net.sf.saxon.functions.TreatFn$ExactlyOne", "net.sf.saxon.style.XSLNextMatch", "org.codehaus.stax2.ri.Stax2WriterAdapter", "net.sf.saxon.functions.ConstantFunction$False", "net.sf.saxon.type.StringConverter$StringToFloat", "net.sf.saxon.functions.NamespaceForPrefix", "net.sf.saxon.style.XSLGlobalContextItem", "net.sf.saxon.expr.Calculator$DateTimeMinusDuration", "com.ctc.wstx.ent.ParsedExtEntity", "com.ctc.wstx.evt.WEntityReference", "net.sf.saxon.value.AtomicValue", "net.sf.saxon.trans.NonDelegatingURIResolver", "net.sf.saxon.lib.Logger", "net.sf.saxon.serialize.XMLEmitter", "net.sf.saxon.resource.XmlResource$1", "org.codehaus.stax2.ri.evt.EntityReferenceEventImpl", "com.google.common.base.Functions$SupplierFunction", "net.sf.saxon.om.One", "net.sf.saxon.functions.IntegratedFunctionCall", "net.sf.saxon.expr.StaticFunctionCall", "com.ctc.wstx.sw.ISOLatin1XmlWriter", "net.sf.saxon.expr.ItemTypeCheckingFunction", "net.sf.saxon.tree.util.FastStringBuffer", "net.sf.saxon.expr.SystemFunctionCall", "org.eclipse.jetty.util.RegexSet", "net.sf.saxon.tree.linked.NodeImpl", "net.sf.saxon.expr.instruct.ForEach", "net.sf.saxon.expr.sort.ObjectToBeSorted", "net.sf.saxon.event.PIGrabber", "net.sf.saxon.trans.packages.PackageLibrary", "com.google.common.base.SmallCharMatcher", "com.google.common.base.CharMatcher$RangesMatcher", "net.sf.saxon.type.Converter$DateToDateTime", "org.codehaus.stax2.ri.EmptyNamespaceContext", "com.google.common.base.Predicates$AndPredicate", "net.sf.saxon.type.SchemaType", "com.ctc.wstx.sw.SimpleNsStreamWriter", "net.sf.saxon.trans.KeyManager", "net.sf.saxon.serialize.HTMLIndenter", "net.sf.saxon.query.SequenceWrapper", "net.sf.saxon.expr.instruct.ElementCreator", "net.sf.saxon.expr.instruct.NamespaceConstructor", "net.sf.saxon.trace.TimingTraceListener$InstructionDetails", "net.sf.saxon.expr.Calculator$IntegerPlusInteger", "net.sf.saxon.lib.SchemaURIResolver", "net.sf.saxon.functions.Tokenize_3", "net.sf.saxon.expr.parser.ExpressionVisitor", "net.sf.saxon.functions.StaticContextAccessor", "net.sf.saxon.serialize.CharacterMap", "org.ow2.authzforce.core.pdp.impl.SchemaHandler$XmlSchemaResourceResolver", "net.sf.saxon.style.XSLPackage", "net.sf.saxon.lib.StandardUnparsedTextResolver", "net.sf.saxon.expr.RawSlashExpression", "net.sf.saxon.style.XSLCharacterMap", "net.sf.saxon.expr.instruct.Executable", "net.sf.saxon.expr.ValueComparison", "com.google.common.hash.BloomFilterStrategies$LockFreeBitArray", "net.sf.saxon.om.DocumentPool", "net.sf.saxon.type.SpecificFunctionType", "net.sf.saxon.functions.Tokenize_1", "net.sf.saxon.expr.LastPositionFinder", "com.google.common.hash.Funnels$SequentialFunnel", "com.ctc.wstx.stax.WstxInputFactory", "org.opensaml.xmlsec.algorithm.AlgorithmDescriptor", "net.sf.saxon.expr.TryCatch$CatchClause", "net.sf.saxon.expr.flwor.OuterForExpression", "net.sf.saxon.expr.instruct.CopyOf", "com.ctc.wstx.sax.WrappedSaxException", "org.codehaus.stax2.evt.NotationDeclaration2", "com.google.common.base.Predicates$InPredicate", "net.sf.saxon.expr.Calculator$DecimalTimesDecimal", "org.springframework.util.xml.SimpleTransformErrorListener", "net.sf.saxon.functions.FormatNumber$SubPicture", "net.sf.saxon.value.ObjectValue", "org.apache.cxf.staxutils.OverlayW3CDOMStreamWriter", "net.sf.saxon.regex.RESyntaxException", "net.sf.saxon.style.XSLCopy", "net.sf.saxon.type.Converter$DurationToYearMonthDuration", "net.sf.saxon.style.PrincipalStylesheetModule$Action", "net.sf.saxon.expr.ConsumingOperand", "net.sf.saxon.tree.NamespaceNode", "net.sf.saxon.functions.registry.XSLT20FunctionSet", "net.sf.saxon.resource.CatalogCollection", "org.opensaml.xmlsec.algorithm.descriptors.KeyTransportRSAOAEPMGF1P", "org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES192", "net.sf.saxon.regex.Operation$OpSequence", "net.sf.saxon.expr.Calculator$DoublePlusDouble", "net.sf.saxon.expr.flwor.WindowClause", "net.sf.saxon.pattern.QNameTest", "org.codehaus.stax2.ri.Stax2Util$ByteAggregator", "net.sf.saxon.functions.OptionsParameter", "net.sf.saxon.type.Converter$FloatToInteger", "com.google.common.base.Converter$IdentityConverter", "net.sf.saxon.type.Converter", "net.sf.saxon.query.XQueryParser", "net.sf.saxon.expr.instruct.ValueOf", "net.sf.saxon.expr.LastItemExpression", "org.apache.cxf.test.XPathAssert$MapNamespaceContext", "com.google.common.base.Predicate", "net.sf.saxon.value.StringToDouble11", "net.sf.saxon.expr.flwor.GroupByClausePush", "net.sf.saxon.value.EmptySequence", "net.sf.saxon.functions.IndexOf", "net.sf.saxon.style.PrincipalStylesheetModule", "net.sf.saxon.lib.StandardEntityResolver", "net.sf.saxon.functions.AccessorFn$SecondsFromTime", "net.sf.saxon.trans.DynamicLoader", "net.sf.saxon.functions.Doc_2", "org.opensaml.xmlsec.algorithm.descriptors.HMACRIPEMD160", "net.sf.saxon.functions.DynamicContextAccessor$CurrentDate", "net.sf.saxon.expr.Calculator$DurationDivDuration", "net.sf.saxon.expr.instruct.ApplyNextMatchingTemplate", "net.sf.saxon.regex.Operation$OpEndProgram", "com.google.common.cache.LocalCache", "net.sf.saxon.expr.sort.Sortable", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192GCM", "net.sf.saxon.event.TypeCheckingFilter", "net.sf.saxon.functions.MathFunctionSet$PiFn", "com.ctc.wstx.dom.WstxDOMWrappingReader", "com.google.common.collect.Multimaps$Keys", "org.apache.commons.logging.impl.NoOpLog", "com.google.common.cache.ForwardingLoadingCache$SimpleForwardingLoadingCache", "net.sf.saxon.event.BuilderMonitor", "net.sf.saxon.functions.TreatFn$ZeroOrOne", "net.sf.saxon.ma.trie.ImmutableMap", "net.sf.saxon.type.StringConverter$StringToNonStringDerivedType", "net.sf.saxon.style.XSLStylesheet", "com.google.common.base.Predicates$OrPredicate", "net.sf.saxon.expr.parser.PathMap$PathMapNodeSet", "net.sf.saxon.style.XSLIf", "net.sf.saxon.functions.DocumentFn", "net.sf.saxon.om.AbsolutePath", "org.codehaus.stax2.ri.evt.NotationDeclarationEventImpl", "net.sf.saxon.dom.DOMNodeWrapper$AttributeEnumeration", "org.ow2.authzforce.core.pdp.impl.SchemaHandler$OASISCatalogManager$1", "net.sf.saxon.pattern.UnionPattern", "net.sf.saxon.expr.BindingReference", "net.sf.saxon.functions.Sum", "net.sf.saxon.style.XSLOtherwise", "net.sf.saxon.expr.Calculator$FloatPlusFloat", "net.sf.saxon.functions.Put$1", "net.sf.saxon.type.SimpleType", "net.sf.saxon.functions.NormalizeUnicode", "net.sf.saxon.functions.StaticContextAccessor$StaticBaseUri", "net.sf.saxon.functions.AccessorFn$LocalNameFromQName", "net.sf.saxon.serialize.HTML50Emitter", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionAES192CBC", "net.sf.saxon.expr.Calculator$FloatModFloat", "net.sf.saxon.style.XSLAcceptExpose", "net.sf.saxon.om.MemoSequence", "net.sf.saxon.functions.Error", "net.sf.saxon.type.Converter$DecimalToInteger", "net.sf.saxon.regex.Operation$OpBackReference", "net.sf.saxon.style.XSLUsePackage", "net.sf.saxon.type.Converter$DateTimeToTime", "net.sf.saxon.lib.DelegatingErrorListener", "net.sf.saxon.om.NotationSet", "net.sf.saxon.expr.flwor.ForClausePush", "net.sf.saxon.expr.Calculator$DateTimeMinusDateTime", "net.sf.saxon.value.TextFragmentValue$TextFragmentTextNode", "net.sf.saxon.type.UnionType", "net.sf.saxon.expr.Calculator$DoubleModDouble", "net.sf.saxon.trans.LicenseException", "net.sf.saxon.expr.sort.GlobalOrderComparer", "net.sf.saxon.functions.RegexFunction", "net.sf.saxon.functions.AvailableSystemProperties$1", "org.codehaus.stax2.typed.TypedXMLStreamReader", "net.sf.saxon.style.XSLValueOf", "net.sf.saxon.functions.AnalyzeStringFn", "net.sf.saxon.expr.EquivalenceComparison", "net.sf.saxon.type.TypeHierarchy$2", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$DoubleDecoder", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$DoubleArrayEncoder", "net.sf.saxon.functions.CollationKeyFn", "net.sf.saxon.type.TypeHierarchy$1", "net.sf.saxon.om.StylesheetSpaceStrippingRule", "com.ctc.wstx.api.CommonConfig", "org.opensaml.xmlsec.algorithm.KeyTransportAlgorithm", "net.sf.saxon.type.ErrorType", "net.sf.saxon.event.Stripper$StripRuleTarget", "net.sf.saxon.lib.StandardModuleURIResolver", "com.google.common.base.CharMatcher$Ascii", "net.sf.saxon.expr.flwor.GroupByClausePull", "net.sf.saxon.event.SequenceOutputter", "net.sf.saxon.type.Untyped", "com.google.common.base.Converter$FunctionBasedConverter", "org.opensaml.xmlsec.algorithm.descriptors.HMACSHA1", "net.sf.saxon.tree.wrapper.AbstractNodeWrapper", "net.sf.saxon.type.StringConverter$StringToDateTimeStamp", "org.opensaml.xmlsec.algorithm.KeyAgreementAlgorithm", "net.sf.saxon.expr.Calculator$IntegerModInteger", "org.apache.cxf.helpers.MapNamespaceContext", "net.sf.saxon.expr.FilterExpression", "net.sf.saxon.expr.Calculator$DurationPlusDuration", "net.sf.saxon.expr.sort.RuleBasedSubstringMatcher", "net.sf.saxon.type.Converter$BooleanToDecimal", "org.opensaml.core.xml.persist.FilesystemLoadSaveManager$FileIterator", "net.sf.saxon.style.XSLLocalVariable", "net.sf.saxon.functions.Average", "net.sf.saxon.functions.Nilled_1", "net.sf.saxon.lib.InvalidityHandler", "net.sf.saxon.expr.instruct.FixedAttribute", "org.codehaus.stax2.validation.ValidationContext", "net.sf.saxon.functions.NodeName_1", "net.sf.saxon.expr.flwor.Tuple", "net.sf.saxon.xpath.JAXPVariableReference", "net.sf.saxon.functions.RegexGroup", "net.sf.saxon.expr.number.AbstractNumberer", "net.sf.saxon.expr.Expression", "net.sf.saxon.z.IntToIntHashMap", "net.sf.saxon.style.PackageVersion", "net.sf.saxon.style.XSLSourceDocument", "net.sf.saxon.expr.instruct.CallTemplate", "com.google.common.hash.Funnel", "net.sf.saxon.expr.Negatable", "net.sf.saxon.expr.QuantifiedExpression", "net.sf.saxon.pattern.AncestorQualifiedPattern", "com.google.common.collect.FilteredMultimap", "net.sf.saxon.style.XSLMap", "net.sf.saxon.regex.Operation$OpChoice", "net.sf.saxon.expr.BigRangeIterator", "net.sf.saxon.value.UntypedAtomicValue", "net.sf.saxon.expr.instruct.ITemplateCall", "net.sf.saxon.trans.SymbolicName", "net.sf.saxon.functions.AccessorFn$MinutesFromTime", "net.sf.saxon.expr.instruct.Instruction", "net.sf.saxon.value.BigDecimalValue", "net.sf.saxon.functions.Substring", "net.sf.saxon.value.DateTimeValue", "net.sf.saxon.functions.FunctionLibraryList", "net.sf.saxon.functions.Idref", "net.sf.saxon.functions.PositionAndLast", "org.eclipse.jetty.util.InetAddressSet$LegacyInetRange", "org.codehaus.stax2.ri.typed.ValueDecoderFactory$QNameDecoder", "net.sf.saxon.expr.XPathContext", "net.sf.saxon.functions.CurrentMergeGroup", "net.sf.saxon.type.StringConverter$StringToGMonth", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$IntArrayEncoder", "net.sf.saxon.expr.XPathContextMinor$LastValue", "org.codehaus.stax2.XMLStreamReader2", "net.sf.saxon.z.IntArraySet$IntArrayIterator", "net.sf.saxon.om.TreeModel", "com.ctc.wstx.util.BijectiveNsMap", "net.sf.saxon.dom.DOMEnvelope", "net.sf.saxon.expr.instruct.SequenceInstr", "net.sf.saxon.expr.parser.TypeChecker", "net.sf.saxon.tree.util.Navigator$AxisFilter", "net.sf.saxon.expr.AdjacentTextNodeMerger", "net.sf.saxon.style.XSLExpose", "org.opensaml.xmlsec.impl.BlacklistPredicate", "net.sf.saxon.expr.instruct.IterateInstr", "net.sf.saxon.functions.Count", "net.sf.saxon.value.MemoClosure", "net.sf.saxon.functions.ScalarSystemFunction$1", "net.sf.saxon.expr.ComparisonExpression", "net.sf.saxon.expr.ComponentBinding", "com.google.common.primitives.Ints$IntConverter", "net.sf.saxon.expr.Calculator$IntegerDivInteger", "org.opensaml.xmlsec.algorithm.KeySpecifiedAlgorithm", "net.sf.saxon.style.DataElement", "net.sf.saxon.expr.instruct.InstructionWithComplexContent", "net.sf.saxon.z.MonotonicIntSet", "net.sf.saxon.expr.ContextSwitchingExpression", "net.sf.saxon.functions.ExecutableFunctionLibrary", "net.sf.saxon.serialize.UncommittedSerializer", "net.sf.saxon.type.Converter$HexBinaryToBase64Binary", "com.google.common.collect.ForwardingObject", "net.sf.saxon.pattern.SameNameTest", "org.codehaus.stax2.util.StreamReader2Delegate", "net.sf.saxon.expr.IdentityComparison", "org.opensaml.xmlsec.algorithm.descriptors.SymmetricKeyWrapAES128", "net.sf.saxon.pattern.PatternThatSetsCurrent", "net.sf.saxon.tree.util.DocumentNumberAllocator", "net.sf.saxon.expr.instruct.Debugger", "org.opensaml.xmlsec.algorithm.descriptors.BlockEncryptionDESede", "net.sf.saxon.expr.sort.DecimalSortComparer", "net.sf.saxon.pattern.Pattern", "net.sf.saxon.expr.parser.PathMap$PathMapNode", "net.sf.saxon.functions.IsIdRef$IsIdRefCall", "com.ctc.wstx.dtd.DTDEntitiesAttr", "net.sf.saxon.functions.StringLength_1", "net.sf.saxon.functions.CurrentMergeGroup$1", "net.sf.saxon.om.NodeInfo", "net.sf.saxon.expr.sort.LRUCache", "org.codehaus.stax2.ri.typed.ValueEncoderFactory$TypedScalarEncoder", "net.sf.saxon.expr.StringLiteral", "net.sf.saxon.expr.OperandUsage", "net.sf.saxon.tree.tiny.LargeStringBuffer", "net.sf.saxon.expr.ItemMappingFunction", "net.sf.saxon.functions.AccessorFn$TimezoneFromDateTime", "net.sf.saxon.serialize.AdaptiveEmitter", "net.sf.saxon.ma.trie.Tuple2", "net.sf.saxon.functions.AccumulatorFn$AccumulatorBefore", "com.ctc.wstx.evt.SimpleStartElement" ); }

private static void resetClasses() { org.evosuite.runtime.classhandling.ClassResetter.getInstance().setClassLoader(SchemaHandler_ESTest_scaffolding.class.getClassLoader());

org.evosuite.runtime.classhandling.ClassStateSupport.resetClasses(
  "org.ow2.authzforce.core.pdp.impl.SchemaHandler",
  "org.ow2.authzforce.core.pdp.impl.SchemaHandler$OASISCatalogManager",
  "org.ow2.authzforce.core.pdp.impl.SchemaHandler$XmlSchemaResourceResolver",
  "org.springframework.util.ClassUtils",
  "net.sf.saxon.tree.linked.NodeImpl",
  "net.sf.saxon.style.StyleElement",
  "net.sf.saxon.type.Untyped",
  "net.sf.saxon.Configuration",
  "net.sf.saxon.lib.StandardCollationURIResolver",
  "net.sf.saxon.lib.StandardOutputResolver",
  "net.sf.saxon.trans.packages.PackageLibrary",
  "net.sf.saxon.om.NamePool",
  "net.sf.saxon.expr.parser.OptimizerOptions",
  "net.sf.saxon.lib.SerializerFactory",
  "net.sf.saxon.lib.Logger",
  "net.sf.saxon.Version",
  "net.sf.saxon.lib.StandardURIResolver",
  "net.sf.saxon.dom.DOMEnvelope",
  "net.sf.saxon.om.TreeModel",
  "net.sf.saxon.dom.DOMObjectModel",
  "net.sf.saxon.lib.StandardEntityResolver",
  "net.sf.saxon.resource.XmlResource",
  "net.sf.saxon.resource.UnparsedTextResource",
  "net.sf.saxon.resource.BinaryResource",
  "net.sf.saxon.resource.JSONResource",
  "net.sf.saxon.query.Annotation",
  "net.sf.saxon.lib.XQueryFunctionAnnotationHandler",
  "net.sf.saxon.tree.tiny.Statistics",
  "net.sf.saxon.tree.tiny.TinyTree",
  "net.sf.saxon.tree.util.FastStringBuffer",
  "net.sf.saxon.om.NamespaceBinding",
  "org.springframework.util.ResourceUtils",
  "com.google.common.collect.Cut",
  "com.google.common.collect.Cut$BelowAll",
  "com.google.common.collect.Cut$AboveAll",
  "com.google.common.collect.Range",
  "com.google.common.collect.Cut$BelowValue"
);

} }