XmlBeansXPath.
XmlBeans extended XPath and XQuery support.
Here is the list of declaration for xmlbeans-xpath. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans-xpath</artifactId> <version>2.4.0</version> </dependency>
If you think this Maven repository POM file listing for xmlbeans-xpath is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The xmlbeans-xpath-2.4.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Development | xmlbeans 2.4.0 XmlBeans main jar | 26 |
The following packages are defined in the xmlbeans-xpath-2.4.0.jar
org.apache.xmlbeans.impl.xpath.saxon org.apache.xmlbeans.impl.xquery.saxon
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans-xpath</artifactId>
<version>2.4.0</version>
<name>XmlBeansXPath</name>
<description>XmlBeans extended XPath and XQuery support</description>
<url>http://xmlbeans.apache.org</url>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>XmlBeans User List</name>
<subscribe>user-subscribe@xmlbeans.apache.org</subscribe>
<unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive>
</mailingList>
<mailingList>
<name>XmlBeans Developer List</name>
<subscribe>dev-subscribe@xmlbeans.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive>
</mailingList>
<mailingList>
<name>Source Control List</name>
<subscribe>commits-subscribe@xmlbeans.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection>
<developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection>
<url>https://svn.apache.org/repos/asf/xmlbeans/</url>
</scm>
<organization>
<name>XmlBeans</name>
<url>http://xmlbeans.apache.org/</url>
</organization>
<dependencies>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon</artifactId>
<version>9</version>
</dependency>
</dependencies>
</project>