org.apache.xerces.validators.dtd
Class InsertableElementsInfo

java.lang.Object
  |
  +--org.apache.xerces.validators.dtd.InsertableElementsInfo

public class InsertableElementsInfo
extends java.lang.Object

--------------------------------------------------------------------------- InsertableElementsInfo is a simple 'data packet' class that is used to get information into and out of the validator APIs that allow you to ask what kind of elements can be inserted into a particular place in an element's content model. The parent element is not explicitly stored here, since it is a separate parameter to the methods that do the query. Since it exists purely to exchange data, it just uses simple public data members. ---------------------------------------------------------------------------

Version:
 

Field Summary
 boolean canHoldPCData
           
 int childCount
           
 int[] curChildren
           
 int insertAt
           
 boolean isValidEOC
           
 int[] possibleChildren
           
 boolean[] results
           
 int resultsCount
           
 
Constructor Summary
InsertableElementsInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canHoldPCData

public boolean canHoldPCData

childCount

public int childCount

curChildren

public int[] curChildren

isValidEOC

public boolean isValidEOC

insertAt

public int insertAt

possibleChildren

public int[] possibleChildren

results

public boolean[] results

resultsCount

public int resultsCount
Constructor Detail

InsertableElementsInfo

public InsertableElementsInfo()


Copyright © 1999 Apache XML Project. All Rights Reserved.