|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.openmarkup.DefaultAttributeApplier
Inert attribute applier leaves target Realizable
element unchanged.
Method Summary | |
void |
apply(Realizable target,
String namespaceURI,
String attributeName,
String attributeValue)
Empty method does nothing; leaves target Realizable
element unchanged. |
static AttributeApplier |
get()
Returns the Singleton instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final void apply(Realizable target, String namespaceURI, String attributeName, String attributeValue)
Realizable
element unchanged.
apply
in interface AttributeApplier
target
- Realizable
element to which the attribute value is appliednamespaceURI
- namespace to which the attribute belongsattributeName
- local name of the attributeattributeValue
- value of the attributepublic static final AttributeApplier get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |