Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.checks.xpath: Javadoc index of package com.puppycrawl.tools.checkstyle.checks.xpath.


Package Samples:

com.puppycrawl.tools.checkstyle.checks.xpath

Classes:

XPathCheck: Checks for an XPath in the root AST. Path elements are named according to token types. Attributes of an element are bean properties. Requires jaxen, http://jaxen.sourceforge.net and saxpath, http://sourceforge.net/projects/saxpath/. Idea shamelessly stolen from the equivalent PMD rule (pmd.sourceforge.net).
DocumentNavigator: Navigates around a DetailAST, using XPath semantics. Requires jaxen, http://jaxen.sourceforge.net and saxpath, http://sourceforge.net/projects/saxpath/. Idea shamelessly stolen from the equivalent PMD code (pmd.sourceforge.net).
Attribute: Data holder for an XPath attribute of an element. The parent element of an Attribute is a DetailAST. The name and value of an Attribute are Strings.
AttributeAxisIterator: Iterator for an attribute axis of an XPath element. The XPath element is a DetailAST. Attributes correspond to bean properties of the DetailAST.
NodeIterator: Iterator for DetailAST nodes in a syntax tree.

Home | Contact Us | Privacy Policy | Terms of Service