Home
last modified time | relevance | path

Searched refs:XSI_NAMESPACE (Results 1 – 25 of 57) sorted by relevance

123

/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/
H A Dtest_namespaces.py15 from xmlschema.names import XSD_NAMESPACE, XSI_NAMESPACE
58 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
67 mapper['xsi'] = XSI_NAMESPACE
68 self.assertEqual(mapper, dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE))
72 self.assertEqual(mapper, dict(xsi=XSI_NAMESPACE))
78 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
89 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
97 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
118 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
144 namespaces = dict(xs=XSD_NAMESPACE, xsi=XSI_NAMESPACE)
[all …]
H A Dtest_helpers.py19 from xmlschema.names import XSD_NAMESPACE, XSI_NAMESPACE, XSD_SCHEMA, \
200 self.assertEqual(get_qname(XSI_NAMESPACE, 'type'), XSI_TYPE)
202 self.assertEqual(get_qname(XSI_NAMESPACE, ''), '')
203 self.assertEqual(get_qname(XSI_NAMESPACE, None), None)
204 self.assertEqual(get_qname(XSI_NAMESPACE, 0), 0)
205 self.assertEqual(get_qname(XSI_NAMESPACE, False), False)
206 self.assertRaises(TypeError, get_qname, XSI_NAMESPACE, True)
231 namespaces = {'xs': XSD_NAMESPACE, 'xsi': XSI_NAMESPACE}
244 self.assertEqual(get_prefixed_qname('type', {'': XSI_NAMESPACE}), 'type')
/dports/textproc/py-elementpath/elementpath-2.4.0/elementpath/
H A Dnamespaces.py25 XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance" variable
43 XSI_TYPE = '{%s}type' % XSI_NAMESPACE
44 XSI_NIL = '{%s}nil' % XSI_NAMESPACE
45 XSI_SCHEMA_LOCATION = '{%s}schemaLocation' % XSI_NAMESPACE
46 XSI_NONS_SCHEMA_LOCATION = '{%s}schemaLocation' % XSI_NAMESPACE
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/datatype/
H A DDatatypeDocumentFactory.java39 private static final Namespace XSI_NAMESPACE = Namespace.get("xsi", field in DatatypeDocumentFactory
43 "schemaLocation", XSI_NAMESPACE);
46 "noNamespaceSchemaLocation", XSI_NAMESPACE);
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/testing/
H A Dcase_class.py19 from xmlschema.names import XSD_NAMESPACE, XSI_NAMESPACE, XSD_SCHEMA
99 'xmlns:xsi': XSI_NAMESPACE,
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dvalidate.py13 XSI_NAMESPACE = 'http://www.w3.org/2001/XMLSchema-instance' variable
14 XSI_NIL = '{%s}nil' % XSI_NAMESPACE
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dvalidate.py13 XSI_NAMESPACE = 'http://www.w3.org/2001/XMLSchema-instance' variable
14 XSI_NIL = '{%s}nil' % XSI_NAMESPACE
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dvalidate.py10 XSI_NAMESPACE = 'http://www.w3.org/2001/XMLSchema-instance' variable
11 XSI_NIL = '{%s}nil' % XSI_NAMESPACE
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dattributes.py19 from ..names import XSI_NAMESPACE, XSD_ANY_SIMPLE_TYPE, XSD_SIMPLE_TYPE, \
119 if self.target_namespace == XSI_NAMESPACE and \
122 self.parse_error("cannot add attributes in %r namespace" % XSI_NAMESPACE)
654 if get_namespace(name) == XSI_NAMESPACE:
719 if namespace == XSI_NAMESPACE:
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dxpath_test_class.py30 XSI_NAMESPACE, XPATH_FUNCTIONS_NAMESPACE
54 'xsi': XSI_NAMESPACE,
/dports/lang/php73/php-7.3.33/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/net/php80-soap/php-8.0.15/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/net/php74-soap/php-7.4.27/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/net/php73-soap/php-7.3.33/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/lang/php80/php-8.0.15/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/lang/php74/php-7.4.27/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/www/mod_php73/php-7.3.33/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/www/mod_php74/php-7.4.27/ext/soap/
H A Dphp_encoding.h43 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/www/mod_php80/php-8.0.15/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/net/php81-soap/php-8.1.1/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/www/mod_php81/php-8.1.1/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/lang/php81/php-8.1.1/ext/soap/
H A Dphp_encoding.h41 #define XSI_NAMESPACE "http://www.w3.org/2001/XMLSchema-instance" macro
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/converters/
H A Ddefault.py15 from ..names import XSI_NAMESPACE
271 if v in schema_namespaces or v == XSI_NAMESPACE
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Dnames.py20 XSI_NAMESPACE = 'http://www.w3.org/2001/XMLSchema-instance' variable
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/validators/
H A Dtest_attributes.py17 from xmlschema.names import XSI_NAMESPACE, XSD_ANY_SIMPLE_TYPE, XSD_STRING
185 "cannot add attributes in %r namespace" % XSI_NAMESPACE)

123