org.apache.xerces.framework
Interface XMLValidator.ContentSpec

Enclosing class:
XMLValidator

public static interface XMLValidator.ContentSpec

ContentSpec really exists to aid the parser classes in implementing access to the grammar


Method Summary
 int getHandle()
          get this ContentSpec's handle
 void getNode(int handle, XMLContentSpecNode node)
          fill in XMLContentSpecNode node with the information for ContentSpec in handle
 int getType()
          return the type of this ContentSpec
 java.lang.String toString()
          return this ContentSpec as a string
 

Method Detail

toString

public java.lang.String toString()
return this ContentSpec as a string
Overrides:
toString in class java.lang.Object
Returns:
the content spec as a string

getType

public int getType()
return the type of this ContentSpec
Returns:
The string pool handle for the type of this ContentSpec

getHandle

public int getHandle()
get this ContentSpec's handle
Returns:
handle for this ContentSpec

getNode

public void getNode(int handle,
                    XMLContentSpecNode node)
fill in XMLContentSpecNode node with the information for ContentSpec in handle
Parameters:
handle - ContentSpec handle
node - result XMLContentSpecNode


Copyright © 1999 Apache XML Project. All Rights Reserved.