All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.xml.parser.InsertableElement

java.lang.Object
   |
   +----com.ibm.xml.parser.InsertableElement

public class InsertableElement
extends Object
Version:
19980128
See Also:
getInsertableElements

Variable Index

 o index
Points error location when name field is DTD.CM_ERROR.
 o name
Element name or DTD.CM_EOC or DTD.CM_ERROR or DTD.CM_PCDATA.
 o status
This element can be inserted.

Constructor Index

 o InsertableElement(int)
Make new instance for DTD.CM_ERROR.
 o InsertableElement(String)
 o InsertableElement(String, boolean)

Method Index

 o toString()

Variables

 o name
 public String name
Element name or DTD.CM_EOC or DTD.CM_ERROR or DTD.CM_PCDATA.

 o status
 public boolean status
This element can be inserted. If the name field is DTD.CM_ERROR, status field means that an error occurs. If DTD.CM_EOC, the checked element has satisfactory contents.

 o index
 public int index
Points error location when name field is DTD.CM_ERROR.

Constructors

 o InsertableElement
 public InsertableElement(String n)
 o InsertableElement
 public InsertableElement(String n,
                          boolean f)
 o InsertableElement
 public InsertableElement(int i)
Make new instance for DTD.CM_ERROR.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index