Uses of Enum
org.apache.ws.commons.schema.XmlSchemaContentProcessing
Packages that use XmlSchemaContentProcessing
-
Uses of XmlSchemaContentProcessing in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as XmlSchemaContentProcessingModifier and TypeFieldDescriptionprivate XmlSchemaContentProcessingXmlSchemaAny.processContent(package private) XmlSchemaContentProcessingXmlSchemaAnyAttribute.processContentMethods in org.apache.ws.commons.schema that return XmlSchemaContentProcessingModifier and TypeMethodDescriptionXmlSchemaAny.getProcessContent()XmlSchemaAnyAttribute.getProcessContent()static XmlSchemaContentProcessingXmlSchemaContentProcessing.schemaValueOf(String name) static XmlSchemaContentProcessingXmlSchemaContentType.schemaValueOf(String name) static XmlSchemaContentProcessingReturns 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 XmlSchemaContentProcessingModifier and TypeMethodDescriptionvoidXmlSchemaAny.setProcessContent(XmlSchemaContentProcessing processContent) voidXmlSchemaAnyAttribute.setProcessContent(XmlSchemaContentProcessing processContent)