x

xercesImpl

A slightly adapted version of Xerces 2.11.0 to allow the XMLStringBuffer responsible for XML attribute scanning to start larger and thus avoid extended appending times. The initial buffer size is controlled by settting the system property julielab.xerces.attributebuffersize (also available as constant XMLScanner#ATTRIBUTE_BUFFER_SIZE).
http://www.julielab.de
Apache License, Version 2.0
Apache Xerces Erik Faessler
Files download
File Operation
xercesImpl-2.11.0.1.jar download
xercesImpl-2.11.0.1.pom download
xercesImpl-2.11.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.julielab</groupId>
  <artifactId>xercesImpl</artifactId>
  <version>2.11.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.julielab:xercesImpl:2.11.0.1'
Gradle Kotlin
implementation("de.julielab:xercesImpl:2.11.0.1")
Scala SBT
libraryDependencies += "de.julielab" % "xercesImpl" % "2.11.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.julielab', module='xercesImpl', version='2.11.0.1')
)
Apache Ivy
<dependency org="de.julielab" name="xercesImpl" rev="2.11.0.1" />
Leiningen
[de.julielab/xercesImpl "2.11.0.1"]
Apache Buildr
'de.julielab:xercesImpl:jar:2.11.0.1'