|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.openmarkup.AttributeHandler
Immutably binds an attribute type identified by a namespaceURI and localName
to the specified AttributeApplier
. The choice of the
AttributeApplier
determines how an attribute of any given type
is applied to the target Realizable
element.
Constructor Summary | |
AttributeHandler(String namespaceURI,
String localName,
AttributeApplier attrApplier)
|
Method Summary | |
AttributeApplier |
getApplier()
Returns the AttributeApplier that is bound to this
AttributeHandler . |
String |
getAttribute()
Returns the local name of the attribute that is handled by this AttributeHandler . |
String |
getNamespace()
Returns the namespace URI for the attribute that is handled by this AttributeHandler . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeHandler(String namespaceURI, String localName, AttributeApplier attrApplier)
Method Detail |
public final String getNamespace()
AttributeHandler
.
AttributeHandler
public final String getAttribute()
AttributeHandler
.
AttributeHandler
public AttributeApplier getApplier()
AttributeApplier
that is bound to this
AttributeHandler
.
AttributeApplier
that is bound to this
AttributeHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |