Package org.apache.vinci.transport
Class FrameComponent
java.lang.Object
org.apache.vinci.transport.FrameComponent
Base class for components that can be included in Frame documents. Descendents currently include
only FrameLeaf and Frame.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the attributes associated with this FrameComponent.void
Set the attributes (replacing any previous ones) assocated with this Frame component.
-
Constructor Details
-
FrameComponent
public FrameComponent()
-
-
Method Details
-
setAttributes
Set the attributes (replacing any previous ones) assocated with this Frame component. Default implementation does nothing since attributes are not supported by default.- Parameters:
s
- -
-
getAttributes
Get the attributes associated with this FrameComponent.- Returns:
- The set of attributes associated with this FrameComponent. This method may return "null" to indicate there are no attributes. It could however return an empty Attribute set depending on the implementation.
-