public abstract class PathMacroMap
extends java.lang.Object
Constructor and Description |
---|
PathMacroMap() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeValue(Attribute attribute,
PathMacroFilter filter,
boolean caseSensitive,
boolean recursively) |
abstract int |
hashCode() |
void |
substitute(Element e,
boolean caseSensitive) |
void |
substitute(Element e,
boolean caseSensitive,
boolean recursively) |
void |
substitute(Element element,
boolean caseSensitive,
boolean recursively,
PathMacroFilter filter) |
abstract java.lang.String |
substitute(java.lang.String text,
boolean caseSensitive) |
java.lang.String |
substitute(java.lang.String text,
boolean caseSensitive,
boolean recursively) |
java.lang.String |
substituteRecursively(java.lang.String text,
boolean caseSensitive) |
public abstract java.lang.String substitute(java.lang.String text, boolean caseSensitive)
public final java.lang.String substitute(java.lang.String text, boolean caseSensitive, boolean recursively)
public final void substitute(Element e, boolean caseSensitive)
public final void substitute(Element element, boolean caseSensitive, boolean recursively, PathMacroFilter filter)
public java.lang.String getAttributeValue(Attribute attribute, PathMacroFilter filter, boolean caseSensitive, boolean recursively)
public final void substitute(Element e, boolean caseSensitive, boolean recursively)
public java.lang.String substituteRecursively(java.lang.String text, boolean caseSensitive)
public abstract int hashCode()
hashCode
in class java.lang.Object