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 Schema
Schema. fromNamespaceURI(String namespaceURI)
Schema
XMLExtendedStreamReader. getSchema()
Returns the schema of currently being processedMethods in org.infinispan.configuration.parsing with parameters of type Schema Modifier and Type Method Description void
XMLExtendedStreamReader. setSchema(Schema schema)
Sets the current schema
-