com.bankframe.ei.xml
Class EDocumentBuilderFactory

java.lang.Object
  extended bycom.bankframe.ei.xml.EDocumentBuilderFactory

public class EDocumentBuilderFactory
extends java.lang.Object

This class is used to obtain an instance of an EDocumentBuilder class

Author:
ETU

Method Summary
 EDocumentBuilder newEDocumentBuilder()
          This method returns an instance of an EDocumentBuilder class.
 EDocumentBuilder newEDocumentBuilder(java.lang.String rootName)
          This method returns an instance of an EDocumentBuilder class.
static EDocumentBuilderFactory newInstance()
          This method creates a new instance of an EDocumentBuilderFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newEDocumentBuilder

public EDocumentBuilder newEDocumentBuilder()
This method returns an instance of an EDocumentBuilder class.

Returns:
A new EDocumentBuilder instance.

newEDocumentBuilder

public EDocumentBuilder newEDocumentBuilder(java.lang.String rootName)
This method returns an instance of an EDocumentBuilder class.

Parameters:
rootName - The root name of the XML format being used with this EDocumentBuilder. Currently, only a default implementation of a EDocumentBuilder is available for use, and the root name is ignored.
Returns:
A new EDocumentBuilder instance.

newInstance

public static EDocumentBuilderFactory newInstance()
This method creates a new instance of an EDocumentBuilderFactory.

Returns:
an instance of an EDocumentBuilderFactory object


Copyright © 2004 Siebel Systems, Inc. All rights reserved.