|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void read(XmlElement layoutElement)
layoutElement
- the element to readvoid read(java.lang.String fileName)
fileName
- the file to read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |