Le paquetage javax.xml.xpath fournit une API pour l'évaluation d'expressions XPath et l'accès à l'environnement d'évaluation.
| Interface |
Description |
| XPath |
fournit un accès aux expressions et à l'environnement d'évaluation XPath. |
| XPathExpression |
fournit un accès aux expressions compilées XPath. |
| XPathFunction |
fournit un accès aux fonctions XPath. |
| XPathFunctionResolver |
permet de résoudre à l'aide d'un nom et du nombre d'arguments d'une fonction XPath. |
| XPathVariableResolver |
permet de retrouver une variable XPath dans toutes celles disponibles. |
| Classe |
Description |
| XPathConstants |
contient un ensemble de constantes XPath. |
| XPathFactory |
est une fabrique d'objets XPath. |
| Exception |
Description |
| XPathException |
représente une exception générique XPath. |
| XPathExpressionException |
représente une erreur dans une expression XPath. |
| XPathFactoryConfigurationException |
représente une erreur de configuration de l'environnement XPathFactory. |
| XPathFunctionException |
représente une erreur dans une fonction XPath. |
Sommaire