java.lang.Object
com.aquima.interactions.communication.impl.validator.NamespaceContext

public final class NamespaceContext extends Object
Internal context class for a namespace.
Since:
9.0
Author:
Nicky van Noorloos
  • Constructor Details Link icon

    • NamespaceContext Link icon

      protected NamespaceContext(String prefix, String namespace)
  • Method Details Link icon

    • getPrefix Link icon

      protected String getPrefix()
    • getNamespace Link icon

      protected String getNamespace()
    • getSchemas Link icon

      protected String[] getSchemas()
    • getSchema Link icon

      protected byte[] getSchema(String name)
    • addSchema Link icon

      protected void addSchema(String schemaName, byte[] schema)