net.sf.joost.instruction
Class LitElementFactory

java.lang.Object
  extended by net.sf.joost.instruction.LitElementFactory

public final class LitElementFactory
extends Object

Factory for literal result elements, which are represented by the inner Instance class.

Version:
$Revision: 2.16 $ $Date: 2008/10/04 17:13:14 $
Author:
Oliver Becker

Nested Class Summary
 class LitElementFactory.Instance
          Represents a literal result element.
 
Constructor Summary
LitElementFactory()
           
 
Method Summary
 NodeBase createNode(NodeBase parent, String uri, String lName, String qName, Attributes attrs, ParseContext context, Hashtable newNamespaces)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LitElementFactory

public LitElementFactory()
Method Detail

createNode

public NodeBase createNode(NodeBase parent,
                           String uri,
                           String lName,
                           String qName,
                           Attributes attrs,
                           ParseContext context,
                           Hashtable newNamespaces)
                    throws SAXParseException
Throws:
SAXParseException