Contents
API
- transformer classes
- parser classes- The ‘’OcxParser’’ class- OcxParser- OcxParser.element_iterator()
- OcxParser.get_element_from_tag()
- OcxParser.get_element_from_type()
- OcxParser.get_lookup_table()
- OcxParser.get_namespaces()
- OcxParser.get_prefix_from_namespace()
- OcxParser.get_schema_attribute_group_types()
- OcxParser.get_schema_attribute_types()
- OcxParser.get_schema_complex_types()
- OcxParser.get_schema_element_types()
- OcxParser.get_schema_enumerations()
- OcxParser.get_schema_namespace()
- OcxParser.get_schema_simple_types()
- OcxParser.get_schema_version()
- OcxParser.get_substitution_groups()
- OcxParser.get_target_namespace()
- OcxParser.get_xs_types()
- OcxParser.process_xsd_from_file()
- OcxParser.tbl_attribute_groups()
- OcxParser.tbl_attribute_types()
- OcxParser.tbl_complex_types()
- OcxParser.tbl_element_types()
- OcxParser.tbl_enumerators()
- OcxParser.tbl_simple_types()
- OcxParser.tbl_summary()
 
 
 
- The ‘’OcxParser’’ class
- data_classes classes
- elements classes- The ‘’OcxGlobalElement’’ class- OcxGlobalElement- OcxGlobalElement.add_assertion()
- OcxGlobalElement.add_attribute()
- OcxGlobalElement.add_child()
- OcxGlobalElement.attributes_to_dict()
- OcxGlobalElement.children_to_dict()
- OcxGlobalElement.get_annotation()
- OcxGlobalElement.get_assertion_tests()
- OcxGlobalElement.get_attributes()
- OcxGlobalElement.get_cardinality()
- OcxGlobalElement.get_children()
- OcxGlobalElement.get_name()
- OcxGlobalElement.get_namespace()
- OcxGlobalElement.get_parent_names()
- OcxGlobalElement.get_parents()
- OcxGlobalElement.get_prefix()
- OcxGlobalElement.get_properties()
- OcxGlobalElement.get_schema_element()
- OcxGlobalElement.get_substitution_group()
- OcxGlobalElement.get_tag()
- OcxGlobalElement.get_type()
- OcxGlobalElement.get_use()
- OcxGlobalElement.has_assertion()
- OcxGlobalElement.is_abstract()
- OcxGlobalElement.is_choice()
- OcxGlobalElement.is_mandatory()
- OcxGlobalElement.is_reference()
- OcxGlobalElement.is_substitution_group()
- OcxGlobalElement.put_cardinality()
- OcxGlobalElement.put_parent()
 
 
 
- The ‘’OcxGlobalElement’’ class
- xelement classes- The ‘’LxmlElement’’ class- LxmlElement- LxmlElement.cardinality()
- LxmlElement.cardinality_string()
- LxmlElement.find_all_children_with_attribute_value()
- LxmlElement.find_all_children_with_name()
- LxmlElement.find_all_children_with_name_and_attribute()
- LxmlElement.find_assertion()
- LxmlElement.find_attribute_groups()
- LxmlElement.find_attributes()
- LxmlElement.find_child_with_name()
- LxmlElement.get_base()
- LxmlElement.get_children()
- LxmlElement.get_element_text()
- LxmlElement.get_localname()
- LxmlElement.get_name()
- LxmlElement.get_namespace()
- LxmlElement.get_parent()
- LxmlElement.get_reference()
- LxmlElement.get_restriction()
- LxmlElement.get_root()
- LxmlElement.get_source_line()
- LxmlElement.get_substitution_group()
- LxmlElement.get_use()
- LxmlElement.get_xml_attrib()
- LxmlElement.has_child_with_name()
- LxmlElement.is_abstract()
- LxmlElement.is_choice()
- LxmlElement.is_enumeration()
- LxmlElement.is_mandatory()
- LxmlElement.is_reference()
- LxmlElement.is_substitution_group()
- LxmlElement.items()
- LxmlElement.iter()
- LxmlElement.namespace_prefix()
- LxmlElement.namespaces_decorate()
- LxmlElement.replace_ns_tag_with_ns_prefix()
- LxmlElement.strip_namespace_prefix()
- LxmlElement.strip_namespace_tag()
- LxmlElement.unique_tag()
 
 
 
- The ‘’LxmlElement’’ class
- ocxdownloader classes
- helpers classes
- xparse classes- The ‘’LxmlParser’’ class- LxmlParser- LxmlParser.doc_encoding()
- LxmlParser.doc_public_id()
- LxmlParser.doc_root_name()
- LxmlParser.doc_system_url()
- LxmlParser.doc_url()
- LxmlParser.doc_xml_version()
- LxmlParser.get_namespaces()
- LxmlParser.get_referenced_files()
- LxmlParser.get_root()
- LxmlParser.get_target_namespace()
- LxmlParser.lxml_version()
- LxmlParser.parse()
 
 
 
- The ‘’LxmlParser’’ class
- utils