org.apache.vinci.transport
Class FrameComponent

java.lang.Object
  extended by org.apache.vinci.transport.FrameComponent
Direct Known Subclasses:
Frame, FrameLeaf

public class FrameComponent
extends java.lang.Object

Base class for components that can be included in Frame documents. Descendents currently include only FrameLeaf and Frame.


Constructor Summary
FrameComponent()
           
 
Method Summary
 Attributes getAttributes()
          Get the attributes associated with this FrameComponent.
 void setAttributes(Attributes s)
          Set the attributes (replacing any previous ones) assocated with this Frame component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameComponent

public FrameComponent()
Method Detail

setAttributes

public void setAttributes(Attributes s)
Set the attributes (replacing any previous ones) assocated with this Frame component. Default implementation does nothing since attributes are not supported by default.


getAttributes

public Attributes 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.


Copyright © 2012. All Rights Reserved.