Microsoft SDK for Java

ElementImpl Class Constructors

The ElementImpl class contains the following constructors:

ElementImpl() is the default constructor.
ElementImpl(Name tag, int type) creates an instance of ElementImpl given the element tag name and the element type.

ElementImpl()

The default constructor.

Syntax

public ElementImpl();

ElementImpl(Name tag, int type)

Creates an instance of ElementImpl given the element tag name and the element type.

Syntax

public ElementImpl(Name tag, int type);

Parameters

tag The element tag name.
type The element type.

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