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.
| Modifier and Type | Field and Description |
|---|---|
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.
|
anyString, epsilon, nullSet, verifierTag| Constructor and Description |
|---|
ExternalAttributeExp(ExpressionPool pool,
String namespaceURI,
String role,
Locator loc) |
calcEpsilonReducibility, calcHashCode, equals, printName, visit, visit, visit, visitgetExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visitpublic final String namespaceURI
public final String role
public transient Locator source
public ExternalAttributeExp(ExpressionPool pool, String namespaceURI, String role, Locator loc)
Copyright © 2014 Oracle Corporation. All Rights Reserved.