public class TagImpl extends IdentifiedImpl implements Tag
id| Constructor and Description |
|---|
TagImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getAttributes()
Castor getter to get attributes for a Tag.
|
boolean |
getRemove()
Represents whether this tag is to be removed during rewrite phase.
|
boolean |
getStrip()
Represents whether this tag is to be removed during rewrite phase.
|
void |
setAttributes(Collection attributes)
Castor setter to set attributes for a Tag.
|
void |
setId(String id)
Set the unique identification string for this rule.
|
void |
setRemove(boolean b)
Represents whether this tag is to be removed during rewrite phase.
|
void |
setStrip(boolean b)
Represents whether this tag is to be removed during rewrite phase.
|
String |
toString() |
getIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdpublic void setId(String id)
IdentifiedsetId in interface IdentifiedsetId in class IdentifiedImplid - the unique identifier of the rulepublic boolean getRemove()
Tagpublic void setRemove(boolean b)
Tagpublic void setAttributes(Collection attributes)
attributes - public Collection getAttributes()
getAttributes in interface Tagattributes - public boolean getStrip()
Tagpublic void setStrip(boolean b)
TagCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.