![JAR search and dependency download from the Maven repository](/logo.png)
ind.external.rngom.4.0.5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rngom Show documentation
Show all versions of rngom Show documentation
RNGOM is a RelaxNG Object model library (XSOM for RelaxNG).
The newest version!
/*
* Copyright (c) 2017, 2022 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* RNGOM is a RelaxNG Object model library (XSOM for RelaxNG).
*/
module com.sun.tools.rngom {
requires transitive com.sun.tools.rngdatatype;
requires transitive java.xml;
requires java.logging;
exports com.sun.tools.rngom.parse;
exports com.sun.tools.rngom.parse.compact;
exports com.sun.tools.rngom.parse.xml;
exports com.sun.tools.rngom.digested;
exports com.sun.tools.rngom.nc;
exports com.sun.tools.rngom.xml.sax;
exports com.sun.tools.rngom.xml.util;
exports com.sun.tools.rngom.ast.builder;
exports com.sun.tools.rngom.ast.om;
exports com.sun.tools.rngom.ast.util;
exports com.sun.tools.rngom.dt;
exports com.sun.tools.rngom.dt.builtin;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy