Module jython contains package org.w3c.dom.html, module jdk.xml.dom exports package org.w3c.dom.html to jython
时间: 2024-06-06 07:11:07 浏览: 107
jython处理xml
4星 · 用户满意度95%
As an AI language model, I cannot determine the context in which this statement is made. However, I can provide some information about the terms used in this statement.
- Module jython: Jython is an implementation of the Python programming language designed to run on the Java platform. It allows Python code to interact with Java code and vice versa.
- Package org.w3c.dom.html: This package contains interfaces and classes for working with HTML documents and elements in the Document Object Model (DOM) API.
- Module jdk.xml.dom: This is a module in the Java Development Kit (JDK) that provides a DOM implementation for working with XML documents in Java.
- Exports package org.w3c.dom.html to jython: This means that the classes and interfaces in the org.w3c.dom.html package can be accessed from Jython code, which is running on the Java platform, because the package is made available to Jython through the jdk.xml.dom module.
阅读全文