cosmic-internal-jdk
Version:
KingScript: JDK1.8
24 lines (23 loc) • 1.82 kB
TypeScript
/// <reference types="dist/index" />
export type XPath = $.javax.xml.xpath.XPath;
export declare const XPath: $.javax.xml.xpath.XPathConstructor;
export type XPathConstants = $.javax.xml.xpath.XPathConstants;
export declare const XPathConstants: $.javax.xml.xpath.XPathConstantsConstructor;
export type XPathException = $.javax.xml.xpath.XPathException;
export declare const XPathException: $.javax.xml.xpath.XPathExceptionConstructor;
export type XPathExpression = $.javax.xml.xpath.XPathExpression;
export declare const XPathExpression: $.javax.xml.xpath.XPathExpressionConstructor;
export type XPathExpressionException = $.javax.xml.xpath.XPathExpressionException;
export declare const XPathExpressionException: $.javax.xml.xpath.XPathExpressionExceptionConstructor;
export type XPathFactory = $.javax.xml.xpath.XPathFactory;
export declare const XPathFactory: $.javax.xml.xpath.XPathFactoryConstructor;
export type XPathFactoryConfigurationException = $.javax.xml.xpath.XPathFactoryConfigurationException;
export declare const XPathFactoryConfigurationException: $.javax.xml.xpath.XPathFactoryConfigurationExceptionConstructor;
export type XPathFunction = $.javax.xml.xpath.XPathFunction;
export declare const XPathFunction: $.javax.xml.xpath.XPathFunctionConstructor;
export type XPathFunctionException = $.javax.xml.xpath.XPathFunctionException;
export declare const XPathFunctionException: $.javax.xml.xpath.XPathFunctionExceptionConstructor;
export type XPathFunctionResolver = $.javax.xml.xpath.XPathFunctionResolver;
export declare const XPathFunctionResolver: $.javax.xml.xpath.XPathFunctionResolverConstructor;
export type XPathVariableResolver = $.javax.xml.xpath.XPathVariableResolver;
export declare const XPathVariableResolver: $.javax.xml.xpath.XPathVariableResolverConstructor;