net.xoetrope.builder
Interface BuilderSupport

All Known Implementing Classes:
GuideSupport

public interface BuilderSupport

Support object for the XuiBuilder class, allows reading of addition and extended attributes.

An example of this is the reading of the "Guides" element. The information in this element is used by the GuideLayout, but that is an optional element and therefore it may not always be present. A BuilderSupport instance (GuideSupport) is dynamically installed when the element is encountered to process the element.

Copyright (c) Xoetrope Ltd., 2002-2005

$Revision: 2.3 $

License: see License.txt


Method Summary
 void read(java.lang.String fileName)
          Read an included file
 void read(XmlElement layoutElement)
          Read an XML element of the page declaration
 

Method Detail

read

void read(XmlElement layoutElement)
Read an XML element of the page declaration

Parameters:
layoutElement - the element to read

read

void read(java.lang.String fileName)
Read an included file

Parameters:
fileName - the file to read