echoxul.parser
Class XOMFilterFactory

java.lang.Object
  extended byechoxul.parser.XOMFilterFactory
All Implemented Interfaces:
XOMFactory

public class XOMFilterFactory
extends java.lang.Object
implements XOMFactory

This XOMFactory instance is a filter that attempts to delegate out to a list of XOMFactory instances. The first one which can fulfill the request is returned.

Author:
Terry Laurenzo

Constructor Summary
XOMFilterFactory()
           
 
Method Summary
 XULElement createElement(java.lang.String nsUri, java.lang.String name)
          Creates an XULElement instance or returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XOMFilterFactory

public XOMFilterFactory()
Method Detail

createElement

public XULElement createElement(java.lang.String nsUri,
                                java.lang.String name)
Description copied from interface: XOMFactory
Creates an XULElement instance or returns null.

Specified by:
createElement in interface XOMFactory


Copyright © 2004 Terry Laurenzo. All Rights Reserved.