Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #638: casting for derived xsd:integer datatypes #654

Merged
merged 3 commits into from
Nov 21, 2016

Commits on Nov 14, 2016

  1. #638 added casts for int, long, negativeInteger, and nonPositiveInteger

    Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
    abrokenjester committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    f4e8352 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. #638 added cast functions for all primitive datatypes derived from xs…

    …d:integer
    
    Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
    abrokenjester committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    a97b96b View commit details
    Browse the repository at this point in the history
  2. #638 moved all xsd casts to xsd package; reuse CastFunction class

    Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
    abrokenjester committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    e2e6da0 View commit details
    Browse the repository at this point in the history