All Implemented Interfaces:
Attributes
All Known Implementing Classes:
ForeignAttributesImpl
This is not a schema component as defined in the spec, but this is often useful for a schema processing application.
Kohsuke - Kawaguchi| Method from com.sun.xml.internal.xsom.ForeignAttributes Summary: |
|---|
| getContext, getLocator |
| Method from com.sun.xml.internal.xsom.ForeignAttributes Detail: |
|---|
For example, this can be used to resolve relative references to other resources (by using ValidationContext#getBaseUri() ) or to resolve namespace prefixes in the attribute values (by using ValidationContext#resolveNamespacePrefix(String) . |
|