All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.xml.etree.cElementTree.py Maven / Gradle / Ivy

Go to download

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

There is a newer version: 2.7.4
Show newest version
# make an exact copy of ElementTree's namespace here to support even
# private API usage
from xml.etree.ElementTree import (
    Comment, Element, ElementPath, ElementTree, PI, ParseError,
    ProcessingInstruction, QName, SubElement, TreeBuilder, VERSION, XML, XMLID,
    XMLParser, XMLTreeBuilder, _Element, _ElementInterface, _SimpleElementPath,
    __all__, __doc__, __file__, __name__, __package__, _encode,
    _escape_attrib, _escape_cdata, _namespace_map,
    _raise_serialization_error, dump, fromstring, fromstringlist,
    iselement, iterparse, parse, re, register_namespace, sys, tostring,
    tostringlist)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy