GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::Compile::Schema::Specs(3) User Contributed Perl Documentation XML::Compile::Schema::Specs(3)

XML::Compile::Schema::Specs - Predefined Schema Information

 # not for end-users
 use XML::Compile::Schema::Specs;

This package defines the various schema-specifications.

XML::Compile::Schema::Specs->builtInType( <$node|undef>, $expanded | <$uri,$local>, %options )
Provide an $expanded (full) type name or an namespace $uri and a $local node name. Returned is a HASH with process information or "undef" if not found.

 -Option         --Default
  json_friendly    <false>
  sloppy_floats    <false>
  sloppy_integers  <false>
    
json_friendly => BOOLEAN
The READER is slightly different, to produce output which can be passed on to JSON serializers without need for conversion. Implies "sloppy_floats".
sloppy_floats => BOOLEAN
The float types of XML are all quite big, and support NaN, INF, and -INF. Perl's normal floats do not, and therefore Math::BigFloat is used. This, however, is slow. When true, your application will crash on any value which is not understood by Perl's default float... but run much faster.
sloppy_integers => BOOLEAN
the <integer> types must accept huge integers, which require "Math::BigInt" objects to process. But often, Perl's normal signed 32bit integers suffice... which is good for performance, but not standard compliant.
XML::Compile::Schema::Specs->predefinedSchema($uri)
Return a HASH which contains the schema information for the specified $uri (or undef if it doesn't exist).
XML::Compile::Schema::Specs->predefinedSchemas()
Returns the uri of all predefined schemas.

This module is part of XML-Compile distribution version 1.63, built on July 02, 2019. Website: http://perl.overmeer.net/xml-compile/

Copyrights 2006-2019 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/

2019-07-02 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.