echoxul.parser
Interface XOMFactory

All Known Implementing Classes:
BuilderXOMFactory, DebugXOMFactory, XOMFilterFactory

public interface XOMFactory

XOMFactory - This class is responsible for selecting and instantiating a correct XULElement for a given namespace uri and name. It must only instantiate the XULElement. The parser will initialize it properly.

Author:
Terry Laurenzo

Method Summary
 XULElement createElement(java.lang.String nsUri, java.lang.String name)
          Creates an XULElement instance or returns null.
 

Method Detail

createElement

public XULElement createElement(java.lang.String nsUri,
                                java.lang.String name)
Creates an XULElement instance or returns null.



Copyright © 2004 Terry Laurenzo. All Rights Reserved.