public class ExternalElementExp extends ElementExp
| Modifier and Type | Field and Description |
|---|---|
String |
namespaceURI
namespace URI that this ExternalElementExp belongs to.
|
ElementDecl |
rule
imported ElementDecl object that actually validates this element.
|
String |
ruleName
name of the imported Rule
|
Locator |
source
where did this reference is written in the source file.
|
contentModel, ignoreUndeclaredAttributesanyString, epsilon, nullSet, verifierTag| Constructor and Description |
|---|
ExternalElementExp(ExpressionPool pool,
String namespaceURI,
String ruleName,
Locator loc) |
| Modifier and Type | Method and Description |
|---|---|
NameClass |
getNameClass()
obtains a constraint over tag name.
|
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visitgetExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visitpublic final String namespaceURI
public final String ruleName
public transient Locator source
public ElementDecl rule
public ExternalElementExp(ExpressionPool pool, String namespaceURI, String ruleName, Locator loc)
public NameClass getNameClass()
ElementExpgetNameClass in interface NameClassAndExpressiongetNameClass in class ElementExpCopyright © 2017 Oracle Corporation. All rights reserved.