Microsoft SDK for Java

ElementFactoryImpl Class

The ElementFactoryImpl class of the com.ms.xml.om package represents the default implementation for the element factory. This is what the XML parser uses if no other factory is specified.

public class ElementFactoryImpl implements ElementFactory
{
  // Constructors
  public ElementFactoryImpl();

  // Methods
  public Element createElement(Element parent, int type, Name tag, String text);
  public void parsed(Element elem);
  public void parsedAttribute(Element e, Name name, Object value);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.