Interface XMLSchemaReference

    • Method Detail

      • getSchemaContext

        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

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