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
-
index
- Points error location when name field is
DTD.CM_ERROR.
-
name
- Element name or
DTD.CM_EOC or DTD.CM_ERROR
or DTD.CM_PCDATA.
-
status
- This element can be inserted.
-
InsertableElement(int)
- Make new instance for
DTD.CM_ERROR.
-
InsertableElement(String)
-
-
InsertableElement(String, boolean)
-
-
toString()
-
name
public String name
- Element name or
DTD.CM_EOC or DTD.CM_ERROR
or DTD.CM_PCDATA.
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.
index
public int index
- Points error location when name field is
DTD.CM_ERROR.
InsertableElement
public InsertableElement(String n)
InsertableElement
public InsertableElement(String n,
boolean f)
InsertableElement
public InsertableElement(int i)
- Make new instance for
DTD.CM_ERROR.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index