com.sun.msv.relaxns.grammar
public class ExternalAttributeExp extends OtherExp
In MSV, importing AttributesDecl from different implementations is not supported. ExternalAttributeExp is always replaced by their target Expression before validation.
| Field Summary | |
|---|---|
| String | namespaceURI namespace URI that this object belongs to. |
| String | role name of the imported AttributesDecl |
| Locator | source
where did this reference is written in the source file.
can be set to null (to reduce memory usage) at anytime. |
| Constructor Summary | |
|---|---|
| ExternalAttributeExp(ExpressionPool pool, String namespaceURI, String role, Locator loc) | |