Interface XMLSchemaReference

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSchemaContext()
      Returns the path to be traversed for validation purposes.
      int getType()
      Indicates if the schema reference references a simple type definition, complex type definition, element or group
      java.net.URL getURL()
      A URL which referenes the Schema.
    • Method Detail

      • getSchemaContext

        java.lang.String getSchemaContext()
        Returns the path to be traversed for validation purposes.
        Returns:
        a string represented the path to be traversed
      • getType

        int getType()
        Indicates if the schema reference references a simple type definition, complex type definition, element or group
        Returns:
        COMPLEX_TYPE=1, SIMPLE_TYPE=2, ELEMENT=3, GROUP=5
      • getURL

        java.net.URL getURL()
        A URL which referenes the Schema.
        Returns:
        the schema URL