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.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
namespaceURI
namespace URI that this object belongs to.
|
java.lang.String |
role
name of the imported AttributesDecl
|
org.xml.sax.Locator |
source
where did this reference is written in the source file.
|
anyString, epsilon, nullSet, verifierTag
Constructor and Description |
---|
ExternalAttributeExp(ExpressionPool pool,
java.lang.String namespaceURI,
java.lang.String role,
org.xml.sax.Locator loc) |
equals, printName, visit, visit, visit, visit
getExpandedExp, hashCode, isEpsilonReducible, peelOccurence, visit, visit, visit, visit
public final java.lang.String namespaceURI
public final java.lang.String role
public transient org.xml.sax.Locator source
public ExternalAttributeExp(ExpressionPool pool, java.lang.String namespaceURI, java.lang.String role, org.xml.sax.Locator loc)