org.ow2.orchestra.pvm.internal.util
Class TagBinding
java.lang.Object
org.ow2.orchestra.pvm.internal.util.TagBinding
- All Implemented Interfaces:
- Binding
- Direct Known Subclasses:
- WireBinding
public abstract class TagBinding
- extends Object
- implements Binding
- Author:
- Tom Baeyens
| Methods inherited from interface org.ow2.orchestra.pvm.internal.xml.Binding |
parse |
category
protected String category
tagName
protected String tagName
namespaceUri
protected String namespaceUri
TagBinding
public TagBinding(String tagName,
String namespaceUri,
String category)
- Parameters:
tagName - is required and represents the local part of the tag name.namespaceUri - is optional (null is allowed) and represents the full namespace
URI of the elementcategory - is optional (null is allowed) and represents the category of the
binding.- See Also:
Bindings
matches
public boolean matches(Element element)
- Description copied from interface:
Binding
- does this binding apply to the given element?
- Specified by:
matches in interface Binding
getCategory
public String getCategory()
- Specified by:
getCategory in interface Binding
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 OW2 Consortium. All Rights Reserved.