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

Quick Search    Search Deep
A B C D E G H I M N P R S X

A

Attribute - class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute.
Data holder for an XPath attribute of an element.
Attribute(DetailAST, String, String) - Constructor for class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Constructs an Attribute.
AttributeAxisIterator - class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator.
Iterator for an attribute axis of an XPath element.
AttributeAxisIterator(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator
Constructs a AttributeAxisIterator for a DetailAST element.

B

beginTree(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
 

C

com.puppycrawl.tools.checkstyle.checks.xpath - package com.puppycrawl.tools.checkstyle.checks.xpath
 

D

DocumentNavigator - class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator.
Navigates around a DetailAST, using XPath semantics.
DocumentNavigator() - Constructor for class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 

E

EMPTY_ITERATOR - Static variable in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Iterator for an empty sequence

G

getAttributeAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getAttributeName(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getAttributeNamespaceUri(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getAttributeQName(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getAttributeStringValue(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getChildAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get an iterator over all of this node's children.
getCommentStringValue(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getDefaultTokens() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
 
getDocumentNode(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getElementName(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getElementNamespaceUri(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getElementQName(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getElementStringValue(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getFirstChild(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Get the first child of a DetailAST.
getFirstNode(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Gets the first node of an iterator over a DetailAST.
getFollowingAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get an iterator over all following nodes, depth-first.
getFollowingSiblingAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get an iterator over all following siblings.
getLastChild(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Get the last child of a DetailAST.
getName() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Returns the name of the attribute.
getNamespacePrefix(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getNamespaceStringValue(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getNextNode(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Gets the next node for an iterator over a DetailAST.
getNextSibling(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Get the next sibling of a DetailAST.
getParent() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Returns the parent of the attribute.
getParentAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get a (single-member) iterator over this node's parent.
getParentNode(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getPrecedingAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get an iterator over all preceding nodes, depth-first.
getPrecedingSiblingAxisIterator(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
Get an iterator over all preceding siblings.
getPreviousSibling(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Gets the previous sibling of a DetailAST.
getTextStringValue(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
getValue() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Returns the value of the attribute.

H

hasNext() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator
 
hasNext() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
 

I

isAttribute(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isComment(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isDocument(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isElement(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isNamespace(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isProcessingInstruction(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 
isText(Object) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 

M

mIter - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator
actual iterator
mMessage - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
error message
mName - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
name
mNode - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
The DetailAST for this iterator
mParent - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
element owning this attribute
mValue - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
value
mXPath - Variable in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
XPath for this check

N

NodeIterator - class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator.
Iterator for DetailAST nodes in a syntax tree.
NodeIterator(DetailAST) - Constructor for class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
Constructs a NodeIterator for a DetailAST.
next() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator
 
next() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
 

P

parseXPath(String) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.DocumentNavigator
 

R

remove() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.AttributeAxisIterator
 
remove() - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.NodeIterator
 

S

setMessage(String) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
Sets the error message for this check.
setName(String) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Sets the name of the attribute.
setParent(DetailAST) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Sets the parent of the attribute.
setValue(String) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.Attribute
Sets the value of the attribute.
setXPath(String) - Method in class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
Sets the XPath for this check.

X

XPathCheck - class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck.
Checks for an XPath in the root AST.
XPathCheck() - Constructor for class com.puppycrawl.tools.checkstyle.checks.xpath.XPathCheck
 

A B C D E G H I M N P R S X