protected class StandardAttributeRewriter.TransformAttr extends Object implements Comparable<StandardAttributeRewriter.TransformAttr>
Modifier and Type | Field and Description |
---|---|
StandardAttributeRewriter.TransformAttr |
alt |
String |
attrName |
StandardAttributeRewriter.TransformAttr |
next |
Constructor and Description |
---|
StandardAttributeRewriter.TransformAttr(String attrName,
StringTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(ReplayParseContext context,
org.htmlparser.nodes.TagNode tag) |
int |
compareTo(StandardAttributeRewriter.TransformAttr o) |
protected int |
specificity() |
public final String attrName
public StandardAttributeRewriter.TransformAttr alt
public StandardAttributeRewriter.TransformAttr next
public StandardAttributeRewriter.TransformAttr(String attrName, StringTransformer transformer)
public boolean apply(ReplayParseContext context, org.htmlparser.nodes.TagNode tag)
protected int specificity()
public int compareTo(StandardAttributeRewriter.TransformAttr o)
compareTo
in interface Comparable<StandardAttributeRewriter.TransformAttr>
Copyright © 2005–2015 IIPC. All rights reserved.