Class FrameComponent

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

public class FrameComponent extends Object
Base class for components that can be included in Frame documents. Descendents currently include only FrameLeaf and Frame.
  • Constructor Details

    • FrameComponent

      public FrameComponent()
  • Method Details

    • 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.
      Parameters:
      s - -
    • 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.