Uses of Class
org.infinispan.configuration.parsing.Schema
-
Packages that use Schema Package Description org.infinispan.configuration.parsing -
-
Uses of Schema in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return Schema Modifier and Type Method Description static SchemaSchema. fromNamespaceURI(String namespaceURI)SchemaXMLExtendedStreamReader. getSchema()Returns the schema of currently being processedMethods in org.infinispan.configuration.parsing with parameters of type Schema Modifier and Type Method Description voidXMLExtendedStreamReader. setSchema(Schema schema)Sets the current schema
-