Class AttributeToolkit
- java.lang.Object
-
- net.sourceforge.pmd.util.viewer.model.AttributeToolkit
-
@Deprecated public final class AttributeToolkit extends Object
Deprecated.A toolkit for vaious attribute translations- Version:
- $Id$
- Author:
- Boris Gruschko ( boris at gruschko.org )
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
constructPredicate(Attribute attribute)
Deprecated.constructs a predicate from the given attributestatic String
formatValueForXPath(Attribute attribute)
Deprecated.formats a value for its usage in XPath expressions
-