- cf0c517 minor improvements to Xerces docs by Mukul Gandhi · 6 years ago trunk
- 23e9b76 minor textual changes to Xerces docs by Mukul Gandhi · 6 years ago
- fa002ac minor changes to release notes, for XercesJ2 2.12.0 release by Mukul Gandhi · 6 years ago
- b2e1e13 minor and trivial source code formatting improvement by Mukul Gandhi · 6 years ago
- 2549ca6 committing minor change to documentation by Mukul Gandhi · 6 years ago
- a7d3db1 fixing a minor typo during previous commit by Mukul Gandhi · 7 years ago
- 012c27e making few changes to API documentation HTML information. Committing the meta-data, and HTML for the site. by Mukul Gandhi · 7 years ago
- e5a239b writing few Xerces-J XSD 1.1 feature details, that were developed for 2.12.0 release by Mukul Gandhi · 7 years ago
- 8969dc1 minor changes to release info meta-data for 2.12.0 release by Mukul Gandhi · 7 years ago
- c69f5fd committing fix as per discussion here, https://markmail.org/message/x5e5nreyj7eruyly on j-dev list by Mukul Gandhi · 7 years ago
- a178727 mentioning contributions of Octavian Nadolu & Radu Coravu by Mukul Gandhi · 7 years ago
- 6cf5acd modifying copyright year in the NOTICE file & footer of all the docs pages by Mukul Gandhi · 7 years ago
- 536324a minor changes to documentation by Mukul Gandhi · 7 years ago
- 6a5578a appending my code signing key to KEYS file by Mukul Gandhi · 7 years ago
- a052690 doing some edits in the documentation by Mukul Gandhi · 7 years ago
- b4bdc15 minor changes to release info page by Mukul Gandhi · 7 years ago
- ddea409 updating Release Info page meta-data for 2.12.0 release by Mukul Gandhi · 7 years ago
- 216cc1f mentioning 2.12.0 version number in build.xml file by Mukul Gandhi · 7 years ago
- 6ed8b9a doing minor reordering of FAQ entries, reflecting the relative importance by Mukul Gandhi · 7 years ago
- 0fa036a minor changes to documentation by Mukul Gandhi · 7 years ago
- 53fffe6 some changes to XML Schema 1.1 documentation by Mukul Gandhi · 7 years ago
- d0825dc minor change to documentation by Mukul Gandhi · 7 years ago
- 3b3ea05 doing a minor correction to documentation by Mukul Gandhi · 7 years ago
- a3a260f as per discussion on the jira issue XERCESJ-1687, updating the XML Schema documentation by Mukul Gandhi · 7 years ago
- f01205b making a minor fix. This declaration private final JAXPNamespaceContextWrapper fNamespaceContext = new JAXPNamespaceContextWrapper(fSymbolTable); had an uninitialized fSymbolTable passed to the constructor by Mukul Gandhi · 8 years ago
- 2bbf5bb I am reverting a change I did long time ago to this file. I am restoring the logic in this file, that was in the original revision 906803. I think, the original code that I had changed in this file is not really wrong. I started looking at the code in this file, while studying the bug report XERCESJ-1669. by Mukul Gandhi · 9 years ago
- 1d747fe Adding several tests for XML 1.1 documents. by Michael Glavassevich · 9 years ago
- bec2bcf Fixing a defect. If the parser is reading an XML 1.1 document, the InternalEntityMonitor was not getting wired into the XML 1.1 pipeline. by Michael Glavassevich · 9 years ago
- 1cc69e8 Fixing JIRA Issue #1667: https://issues.apache.org/jira/browse/XERCESJ-1667. Avoid filling in the stack trace of the ABORT exception. This can help prevent a ClassLoader memory leak. by Michael Glavassevich · 9 years ago
- 7f45da3 Fixing typo in comment. by Michael Glavassevich · 9 years ago
- aca16b8 Added a description to the resizeBuffer() method. by Michael Glavassevich · 9 years ago
- d616d81 Reducing code duplication. Factoring out buffer resizing into its own method. by Michael Glavassevich · 9 years ago
- 3e90a47 JIRA Issue #1659: https://issues.apache.org/jira/browse/XERCESJ-1659. Need to ensure that the test uses an English locale so that the number formatting matches in the exception messages. Fix thanks to Matthias Krueger. by Michael Glavassevich · 10 years ago
- 3f6f281 Some XMLStreamReader implementations throw an exception instead of returning null for properties they do not recognize. Tolerate an exception and assume that the XMLStreamReader does not provide interned strings. by Michael Glavassevich · 10 years ago
- 06f1ec5 Updating the copyright year in the NOTICE file. by mrglavas · 10 years ago
- e440b0e Updating the copyright year used in the API docs. by mrglavas · 10 years ago
- 5c10e4f Fixing JIRA Issue #1651: https://issues.apache.org/jira/browse/XERCESJ-1651. \w should be processed as [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] as per the XML Schema specification. by Michael Glavassevich · 10 years ago
- 897d603 committing fix for jira issue XERCESJ-1646 on trunk by Mukul Gandhi · 10 years ago
- e010768 JIRA Issue #1637: https://issues.apache.org/jira/browse/XERCESJ-1637. Removing dead code. Patch thanks to Elliotte Rusty Harold. by Michael Glavassevich · 11 years ago
- 219f15b Adding an @version tag. by Michael Glavassevich · 11 years ago
- fe82df6 The EntityResolver should be invoked when jdk.xml.resolveExternalEntities is set to true and should not be invoked when the property has been set to false. Enhancing the tests to check for this expected behaviour. by Michael Glavassevich · 11 years ago
- 461babc Adding tests for the jdk.xml.resolveExternalEntities property. by Michael Glavassevich · 11 years ago
- 559ff6b Adding a property 'jdk.xml.resolveExternalEntities' that can be used to globally disable the resolution of external general/parameters entities and the external DTD. by Michael Glavassevich · 11 years ago
- cc0b8e6 Adding JUnit tests for org.apache.xerces.parsers.SecureProcessingConfiguration. by Michael Glavassevich · 11 years ago
- cf739a3 Create a new XML parser configuration with enhancements for the JAXP secure processing feature. by Michael Glavassevich · 11 years ago
- eb9b417 Updating the copyright year in the documentation. by Michael Glavassevich · 11 years ago
- 5c19e67 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 11 years ago
- bde4cc6 Updating the copyright year used in the API docs. by Michael Glavassevich · 11 years ago
- d57a952 Javadoc improvements for the startPE() and scanEntityValue() methods. by Michael Glavassevich · 11 years ago
- 9f11a90 Improve the way in which Xerces counts parameter entity expansions so that it scales better towards the entity expansion limit like it does for general entities. by Michael Glavassevich · 11 years ago
- 1b0c34a Improving code formatting. by Michael Glavassevich · 11 years ago
- bb66eb1 Performance: Use array doubling in append(char[],int,int) for resizing the array. This was already being done in the other append() methods. by Michael Glavassevich · 11 years ago
- ea81a52 Minor optimization to lookupNamespacePrefix(). by Michael Glavassevich · 12 years ago
- 62f930a JIRA Issue #1617: https://issues.apache.org/jira/browse/XERCESJ-1617. Minor optimization to NodeImpl.lookupNamespaceURI(String). Patch thanks to Chris Simmons. by Michael Glavassevich · 12 years ago
- 266e837 The only legal names in XML 1.0/1.1 documents are 'version', 'encoding' and 'standalone'. Replacing the generic call to the scanner with a specialized method which only allows these legal XML pseudo attribute names. This improves the performance of the XML scanner when it is processing the XML declaration. by Michael Glavassevich · 12 years ago
- f4fe82e Fixing JIRA Issue #1611: https://issues.apache.org/jira/browse/XERCESJ-1611. Adding a null check to guard against an NPE that can occur when the content-type returned from the URLconnection is null. by Michael Glavassevich · 12 years ago
- 24d7c53 Fixing JIRA Issue #1607: https://issues.apache.org/jira/browse/XERCESJ-1607. Specify the package name instead of the "Version" class to make information about the Xerces implementation available programmatically through the Java Package API. by Michael Glavassevich · 12 years ago
- 13e845f schema 1.0 commit: committing a minor fix to produce non null strings for XSD type names in error messages, when xsi:type attribute is used. by Mukul Gandhi · 12 years ago
- fb0b1f8 Updating the copyright year in the documentation. by Michael Glavassevich · 12 years ago
- b891a31 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 12 years ago
- 413e4e1 Updating the copyright year used in the API docs. by Michael Glavassevich · 12 years ago
- 32f5714 Return true if the XML Schema 1.0 language identifier is passed to (the XML Schema 1.0 version of) SchemaFactory.isSchemaLanguageSupported(). This was already implemented on the XML Schema 1.1 development branch. by Michael Glavassevich · 12 years ago
- 950ccae Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
- aa7dad3 Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
- 240ae5b Fixing a typo in a comment. by Michael Glavassevich · 12 years ago
- 76faee1 JIRA Issue #1582: https://issues.apache.org/jira/browse/XERCESJ-1582. Fixing NPEs which could occur in each of the Node prefix / namespace query methods if the document element is null. by Michael Glavassevich · 12 years ago
- df04bfc JIRA Issue #1581: https://issues.apache.org/jira/browse/XERCESJ-1581. Report multiple IDREF errors during DTD and XML Schema validation. by Michael Glavassevich · 12 years ago
- 7a45a47 Refer to the ElementPSVI interface instead of its implementation. by Michael Glavassevich · 12 years ago
- fbda56a Adding tests for the org.apache.xerces.impl.dv.xs.useCodePointCountForStringLength system property. by Michael Glavassevich · 12 years ago
- d642111 Introducing a system property for controlling how string length is computed by the schema validator. When org.apache.xerces.impl.dv.xs.useCodePointCountForStringLength=true, the length of an xs:string or xs:anyURI value is calculated by counting the number of Unicode code points in the string. The value of the system property is false by default, preserving the long standing behaviour of computing length in Java chars (i.e. String.length()). by Michael Glavassevich · 12 years ago
- f586775 Fix Javadoc typo. by Michael Glavassevich · 12 years ago
- 99bbee7 Reducing visibility of some constants. by Michael Glavassevich · 12 years ago
- cfde037 Fixing potential NPE. Target namespace of a schema component could be null. by Shudi Gao · 12 years ago
- 59e1887 Fixing a typo in the Javadoc. by Michael Glavassevich · 12 years ago
- f8085af Fixing JIRA Issue #1574: http://issues.apache.org/jira/browse/XERCESJ-1574. Restoring behaviour from previous releases where UTF-16BE and UTF-16LE were returned as auto-detected encodings. by Michael Glavassevich · 13 years ago
- 88c9bad Fixing an NPE. by Michael Glavassevich · 13 years ago
- 900260b Making a static field final. by Michael Glavassevich · 13 years ago
- 979f96f When normalizing a String object to upper- or lower case one needs to be very careful not to rely on the default locale of the platform. This results from the fact that Turkish in particular does not map characters to their upper- or lower case equivalents in English. Where this could pose a problem, we force case conversion to be done according to an English locale. by Michael Glavassevich · 13 years ago
- e3b6a2f Clean-up. Removing unused and irrelevant fields from the sample. by Michael Glavassevich · 13 years ago
- 2e1eeba Use SAX2 APIs in samples. SAX1 is deprecated. by Michael Glavassevich · 13 years ago
- 7a84465 Refactor addSymbol() methods into smaller methods. May help the JIT with inlining. by Michael Glavassevich · 13 years ago
- c2b7182 Adding some Javadoc. by Michael Glavassevich · 13 years ago
- 992b5d9 Enhancements to the hashing algorithms used in internal data structures within Xerces to make them more resistant to collisions. To improve the distribution a new hash function is randomly selected each time the number of items in a bucket exceeds a threshold. by Michael Glavassevich · 13 years ago
- aed06f9 Fixing XERCESJ-1564: to intern the namespace name of QNames (using the symbol table) before using it. by Shudi Gao · 13 years ago
- 25c3960 Making a field final. by Michael Glavassevich · 13 years ago
- c341aaf Making several fields final. by Michael Glavassevich · 13 years ago
- ae71259 reversing previous changes, as per new comments for jira issue XERCESJ-1559 by Mukul Gandhi · 13 years ago
- bd8cfdd committing the same fix on trunk, for the commit that was made a moment ago on the schema-dev-1.1 branch. by Mukul Gandhi · 13 years ago
- cdbc0f1 Fixing a typo in the Javadoc. by Michael Glavassevich · 13 years ago
- d3fd804 An additional fix for JIRA Issue #1523: http://issues.apache.org/jira/browse/XERCESJ-1523. Allow Xerces to be built with IBM Java 7 on AIX. by Michael Glavassevich · 13 years ago
- 1482eec Mention that the jaxp.SourceValidator sample also accepts StAX input. by Michael Glavassevich · 13 years ago
- cd67c23 Remove unused DEBUG flag. by Michael Glavassevich · 13 years ago
- 1f0e880 Updating the copyright year in the documentation. by Michael Glavassevich · 13 years ago
- fe22b94 Updating the copyright year in the NOTICE file. by Michael Glavassevich · 13 years ago
- 4a7ee9a Updating the copyright year used in the API docs. by Michael Glavassevich · 13 years ago
- ae18c98 Minor performance improvement. Use String.lastIndexOf(int) instead of String.lastIndexOf(String). by Michael Glavassevich · 13 years ago
- dd1663e Minor performance improvement. Use String.lastIndexOf(int) instead of String.lastIndexOf(String). by Michael Glavassevich · 13 years ago
- dfcafa6 Update JDK 1.3 preferences. by Michael Glavassevich · 13 years ago
- 8637d51 Fixing JIRA Issue #1545: http://issues.apache.org/jira/browse/XERCESJ-1545. Allow docs to be built on Mac OS X and other Unix environments by running in AWT headless mode. Solution thanks to Joshua Root, slightly different than his suggested patch but does the same thing. by Michael Glavassevich · 13 years ago
- c5befa0 Fixing links to documentation on the Endorsed Standards Override Mechanism. by Michael Glavassevich · 13 years ago