Uses of Class
org.apache.ws.commons.schema.XmlSchemaContentProcessing

Packages that use XmlSchemaContentProcessing
org.apache.ws.commons.schema   
 

Uses of XmlSchemaContentProcessing in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaContentProcessing
 XmlSchemaContentProcessing XmlSchemaAnyAttribute.getProcessContent()
           
 XmlSchemaContentProcessing XmlSchemaAny.getProcessContent()
           
static XmlSchemaContentProcessing XmlSchemaContentType.schemaValueOf(String name)
           
static XmlSchemaContentProcessing XmlSchemaContentProcessing.schemaValueOf(String name)
           
static XmlSchemaContentProcessing XmlSchemaContentProcessing.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlSchemaContentProcessing[] XmlSchemaContentProcessing.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaContentProcessing
 void XmlSchemaAnyAttribute.setProcessContent(XmlSchemaContentProcessing processContent)
           
 void XmlSchemaAny.setProcessContent(XmlSchemaContentProcessing processContent)
           
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.