libxml2/os400/libxmlrpg/xmlschemastypes.rpgle

255 lines
13 KiB
Plaintext
Raw Normal View History

2014-03-04 17:18:26 +01:00
* Summary: implementation of XML Schema Datatypes
* Description: module providing the XML Schema Datatypes implementation
* both definition and validity checking
*
* Copy: See Copyright for the status of this software.
*
* Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
/if not defined(XML_SCHEMA_TYPES_H__)
/define XML_SCHEMA_TYPES_H__
/include "libxmlrpg/xmlversion"
/if defined(LIBXML_SCHEMAS_ENABLED)
2015-04-01 15:23:57 +02:00
/include "libxmlrpg/xmlTypesC"
2014-03-04 17:18:26 +01:00
/include "libxmlrpg/schemasInternals"
/include "libxmlrpg/xmlschemas"
d xmlSchemaWhitespaceValueType...
2015-04-01 15:23:57 +02:00
d s based(######typedef######)
d like(xmlCenum)
2014-03-04 17:18:26 +01:00
d XML_SCHEMA_WHITESPACE_UNKNOWN...
d c 0
d XML_SCHEMA_WHITESPACE_PRESERVE...
d c 1
d XML_SCHEMA_WHITESPACE_REPLACE...
d c 2
d XML_SCHEMA_WHITESPACE_COLLAPSE...
d c 3
d xmlSchemaInitTypes...
d pr extproc('xmlSchemaInitTypes')
d xmlSchemaCleanupTypes...
d pr extproc('xmlSchemaCleanupTypes')
d xmlSchemaGetPredefinedType...
d pr extproc('xmlSchemaGetPredefinedType')
d like(xmlSchemaTypePtr)
d name * value options(*string) const xmlChar *
d ns * value options(*string) const xmlChar *
d xmlSchemaValidatePredefinedType...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaValidatePredefinedType')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d type value like(xmlSchemaTypePtr)
d value * value options(*string) const xmlChar *
d val * value xmlSchemaValPtr *
d xmlSchemaValPredefTypeNode...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaValPredefTypeNode')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d type value like(xmlSchemaTypePtr)
d value * value options(*string) const xmlChar *
d val * value xmlSchemaValPtr *
d node value like(xmlNodePtr)
d xmlSchemaValidateFacet...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaValidateFacet')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d base value like(xmlSchemaTypePtr)
d facet value like(xmlSchemaFacetPtr)
d value * value options(*string) const xmlChar *
d val value like(xmlSchemaValPtr)
d xmlSchemaValidateFacetWhtsp...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaValidateFacetWhtsp')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d facet value like(xmlSchemaFacetPtr)
d fws value
d like(xmlSchemaWhitespaceValueType)
d valType value like(xmlSchemaValType)
d value * value options(*string) const xmlChar *
d val value like(xmlSchemaValPtr)
d ws value
d like(xmlSchemaWhitespaceValueType)
d xmlSchemaFreeValue...
d pr extproc('xmlSchemaFreeValue')
d val value like(xmlSchemaValPtr)
d xmlSchemaNewFacet...
d pr extproc('xmlSchemaNewFacet')
d like(xmlSchemaFacetPtr)
d xmlSchemaCheckFacet...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaCheckFacet')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d facet value like(xmlSchemaFacetPtr)
d typeDecl value like(xmlSchemaTypePtr)
d ctxt value like(xmlSchemaParserCtxtPtr)
d name * value options(*string) const xmlChar *
d xmlSchemaFreeFacet...
d pr extproc('xmlSchemaFreeFacet')
d facet value like(xmlSchemaFacetPtr)
d xmlSchemaCompareValues...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaCompareValues')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d x value like(xmlSchemaValPtr)
d y value like(xmlSchemaValPtr)
d xmlSchemaGetBuiltInListSimpleTypeItemType...
d pr extproc('xmlSchemaGetBuiltInListSimp-
d leTypeItemType')
d like(xmlSchemaTypePtr)
d type value like(xmlSchemaTypePtr)
d xmlSchemaValidateListSimpleTypeFacet...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaValidateListSimple-
2014-03-04 17:18:26 +01:00
d TypeFacet')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d facet value like(xmlSchemaFacetPtr)
d value * value options(*string) const xmlChar *
d actualLen value like(xmlCulong)
2014-03-04 17:18:26 +01:00
d expectedLen * value unsigned long *
d xmlSchemaGetBuiltInType...
d pr extproc('xmlSchemaGetBuiltInType')
d like(xmlSchemaTypePtr)
d type value like(xmlSchemaValType)
d xmlSchemaIsBuiltInTypeFacet...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaIsBuiltInTypeFacet')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d type value like(xmlSchemaTypePtr)
2015-04-01 18:52:37 +02:00
d facetType value like(xmlCint)
2014-03-04 17:18:26 +01:00
d xmlSchemaCollapseString...
d pr * extproc('xmlSchemaCollapseString') xmlChar *
d value * value options(*string) const xmlChar *
d xmlSchemaWhiteSpaceReplace...
d pr * extproc('xmlSchemaWhiteSpaceReplace')xmlChar *
d value * value options(*string) const xmlChar *
d xmlSchemaGetFacetValueAsULong...
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaGetFacetValueAsULong')
d like(xmlCulong)
2014-03-04 17:18:26 +01:00
d facet value like(xmlSchemaFacetPtr)
d xmlSchemaValidateLengthFacet...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaValidateLengthFacet')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d type value like(xmlSchemaTypePtr)
d facet value like(xmlSchemaFacetPtr)
d value * value options(*string) const xmlChar *
d val value like(xmlSchemaValPtr)
d length like(xmlCulong)
2014-03-04 17:18:26 +01:00
d xmlSchemaValidateLengthFacetWhtsp...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaValidateLengthFacetWhtsp')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d facet value like(xmlSchemaFacetPtr)
d valType value like(xmlSchemaValType)
d value * value options(*string) const xmlChar *
d val value like(xmlSchemaValPtr)
d length like(xmlCulong)
2014-03-04 17:18:26 +01:00
d ws value
d like(xmlSchemaWhitespaceValueType)
d xmlSchemaValPredefTypeNodeNoNorm...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaValPredefTypeNodeNoNorm')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d type value like(xmlSchemaTypePtr)
d value * value options(*string) const xmlChar *
d val like(xmlSchemaValPtr)
d node value like(xmlNodePtr)
d xmlSchemaGetCanonValue...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaGetCanonValue')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d val value like(xmlSchemaValPtr)
d retValue * value const xmlChar * *
d xmlSchemaGetCanonValueWhtsp...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaGetCanonValueWhtsp')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d val value like(xmlSchemaValPtr)
d retValue * value const xmlChar * *
d ws value
d like(xmlSchemaWhitespaceValueType)
d xmlSchemaValueAppend...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaValueAppend')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d prev value like(xmlSchemaValPtr)
d cur value like(xmlSchemaValPtr)
d xmlSchemaValueGetNext...
d pr extproc('xmlSchemaValueGetNext')
d like(xmlSchemaValPtr)
d cur value like(xmlSchemaValPtr)
d xmlSchemaValueGetAsString...
d pr * extproc('xmlSchemaValueGetAsString') const xmlChar *
d val value like(xmlSchemaValPtr)
d xmlSchemaValueGetAsBoolean...
2015-04-01 18:52:37 +02:00
d pr extproc('xmlSchemaValueGetAsBoolean')
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d val value like(xmlSchemaValPtr)
d xmlSchemaNewStringValue...
d pr extproc('xmlSchemaNewStringValue')
d like(xmlSchemaValPtr)
d type value like(xmlSchemaValType)
d value * value options(*string) const xmlChar *
d xmlSchemaNewNOTATIONValue...
d pr extproc('xmlSchemaNewNOTATIONValue')
d like(xmlSchemaValPtr)
d name * value options(*string) const xmlChar *
d ns * value options(*string) const xmlChar *
d xmlSchemaNewQNameValue...
d pr extproc('xmlSchemaNewQNameValue')
d like(xmlSchemaValPtr)
d namespaceName * value options(*string) const xmlChar *
d localName * value options(*string) const xmlChar *
d xmlSchemaCompareValuesWhtsp...
2015-04-01 18:52:37 +02:00
d pr extproc(
2014-03-04 17:18:26 +01:00
d 'xmlSchemaCompareValuesWhtsp')
2015-04-01 18:52:37 +02:00
d like(xmlCint)
2014-03-04 17:18:26 +01:00
d x value like(xmlSchemaValPtr)
d xws value
d like(xmlSchemaWhitespaceValueType)
d y value like(xmlSchemaValPtr)
d yws value
d like(xmlSchemaWhitespaceValueType)
d xmlSchemaCopyValue...
d pr extproc('xmlSchemaCopyValue')
d like(xmlSchemaValPtr)
d val value like(xmlSchemaValPtr)
d xmlSchemaGetValType...
d pr extproc('xmlSchemaGetValType')
d like(xmlSchemaValType)
d val value like(xmlSchemaValPtr)
/endif LIBXML_SCHEMAS_ENBLD
/endif XML_SCHEMA_TYPES_H__