NameClassAndExpression
, Serializable
public class ExternalElementExp extends ElementExp
Modifier and Type | Field | Description |
---|---|---|
String |
namespaceURI |
namespace URI that this ExternalElementExp belongs to.
|
org.iso_relax.dispatcher.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, ignoreUndeclaredAttributes
anyString, epsilon, nullSet, verifierTag
Constructor | Description |
---|---|
ExternalElementExp(ExpressionPool pool,
String namespaceURI,
String ruleName,
Locator loc) |
Modifier and Type | Method | Description |
---|---|---|
NameClass |
getNameClass() |
obtains a constraint over tag name.
|
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visit
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
public final String namespaceURI
public final String ruleName
public transient Locator source
public org.iso_relax.dispatcher.ElementDecl rule
public ExternalElementExp(ExpressionPool pool, String namespaceURI, String ruleName, Locator loc)
public NameClass getNameClass()
ElementExp
getNameClass
in interface NameClassAndExpression
getNameClass
in class ElementExp
Copyright © 2019 Oracle Corporation. All rights reserved.