Serializable
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 | 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 | Description |
---|---|
ExternalAttributeExp(ExpressionPool pool,
String namespaceURI,
String role,
Locator loc) |
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
calcEpsilonReducibility, calcHashCode, equals, printName, visit, visit, visit, visit
public final String namespaceURI
public final String role
public transient Locator source
public ExternalAttributeExp(ExpressionPool pool, String namespaceURI, String role, Locator loc)
Copyright © 2019 Oracle Corporation. All rights reserved.