echoxul.parser
Class DebugXOMFactory

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

public class DebugXOMFactory
extends java.lang.Object
implements XOMFactory

Debug implementation of XOMFactory. This creates a default instance of XULElement for all elements except those named "container" or in the xhtml namespace. For these an XULCollectionElement is returned.

Author:
Terry Laurenzo

Constructor Summary
DebugXOMFactory()
           
 
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

DebugXOMFactory

public DebugXOMFactory()
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.