public class AnyOtherElementExp extends ElementExp implements org.iso_relax.dispatcher.ElementDecl
Modifier and Type | Field and Description |
---|---|
String |
excludeNamespace |
String |
includeNamespace |
NameClass |
nameClass
this name class matches all the namespaces that are accepted by this anyOtherElement.
|
Locator |
source
where did this reference is written in the source file.
|
contentModel, ignoreUndeclaredAttributes
anyString, epsilon, nullSet, verifierTag
Constructor and Description |
---|
AnyOtherElementExp(Locator loc,
String includeNamespace,
String excludeNamespace)
creates "skelton" of AnyOtherElement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(String feature) |
String |
getName() |
NameClass |
getNameClass()
obtains a constraint over tag name.
|
Object |
getProperty(String property) |
protected void |
wrapUp(Grammar owner,
Expression pseudoContentModel,
org.iso_relax.dispatcher.SchemaProvider provider,
ErrorHandler errorHandler)
creates pseudo content model and name class.
|
calcEpsilonReducibility, calcHashCode, equals, getContentModel, visit, visit, visit, visit
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visit
public NameClass nameClass
public transient Locator source
public final String includeNamespace
public final String excludeNamespace
public NameClass getNameClass()
ElementExp
getNameClass
in interface NameClassAndExpression
getNameClass
in class ElementExp
public String getName()
getName
in interface org.iso_relax.dispatcher.ElementDecl
protected void wrapUp(Grammar owner, Expression pseudoContentModel, org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler errorHandler) throws SAXException
SAXException
public boolean getFeature(String feature) throws SAXNotRecognizedException
getFeature
in interface org.iso_relax.dispatcher.ElementDecl
SAXNotRecognizedException
public Object getProperty(String property) throws SAXNotRecognizedException
getProperty
in interface org.iso_relax.dispatcher.ElementDecl
SAXNotRecognizedException
Copyright © 2016 Oracle Corporation. All rights reserved.