forked from olap4j/olap4j-xmlaserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DefaultSaxWriter now writes to any Appendable, rather than a PrintWri…
…ter. If the Appendable is a StringBuilder, this should be more efficient. Rather than StringEscaper having mutable/immutable modes, split out a Builder. StringEscaper can now write to any Appendable (including StringBuilder and Writer). StringEscaper replaces some ad hoc escaping methods in XmlaUtils. Clean up Composite; EmptyIterator is a bit more efficient. Fix some checkFile exceptions.
- Loading branch information
1 parent
ed28a49
commit 38d065a
Showing
14 changed files
with
320 additions
and
375 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
olap4j-xmlaserver | ||
|
||
=============================================================================== | ||
This product includes software from the Mondrian project. | ||
|
||
Copyright (C) 2001-2005 Julian Hyde | ||
Copyright (C) 2005-2012 Pentaho and others | ||
|
||
=============================================================================== | ||
The StringEscaper class comes from the eigenbase-xom project. | ||
|
||
Copyright (C) 2005 Dynamo BI Corporation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.