Uses of Class
org.eclipse.xsd.XSDProcessContents

Packages that use XSDProcessContents
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDProcessContents in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDProcessContents
static XSDProcessContents XSDProcessContents.STRICT_LITERAL
          The 'Strict' literal object
static XSDProcessContents XSDProcessContents.LAX_LITERAL
          The 'Lax' literal object
static XSDProcessContents XSDProcessContents.SKIP_LITERAL
          The 'Skip' literal object
 

Methods in org.eclipse.xsd that return XSDProcessContents
static XSDProcessContents XSDProcessContents.get(String literal)
          Returns the 'Process Contents' literal with the specified literal value
static XSDProcessContents XSDProcessContents.getByName(String name)
          Returns the 'Process Contents' literal with the specified name
static XSDProcessContents XSDProcessContents.get(int value)
          Returns the 'Process Contents' literal with the specified integer value
 XSDProcessContents XSDWildcard.getProcessContents()
          Returns the value of the 'Process Contents' attribute.
 

Methods in org.eclipse.xsd with parameters of type XSDProcessContents
 void XSDWildcard.setProcessContents(XSDProcessContents value)
          Sets the value of the 'Process Contents' attribute
 

Uses of XSDProcessContents in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDProcessContents
protected static XSDProcessContents XSDWildcardImpl.PROCESS_CONTENTS_EDEFAULT
          The default value of the 'Process Contents' attribute
protected  XSDProcessContents XSDWildcardImpl.processContents
          The cached value of the 'Process Contents' attribute
 

Methods in org.eclipse.xsd.impl that return XSDProcessContents
 XSDProcessContents XSDFactoryImpl.createXSDProcessContentsFromString(EDataType eDataType, String initialValue)
           
 XSDProcessContents XSDWildcardImpl.getProcessContents()
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDProcessContents
 void XSDWildcardImpl.setProcessContents(XSDProcessContents newProcessContents)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.