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, ignoreUndeclaredAttributesanyString, 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, visitgetExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve, visit, visit, visit, visitpublic NameClass nameClass
public transient Locator source
public final String includeNamespace
public final String excludeNamespace
public NameClass getNameClass()
ElementExpgetNameClass in interface NameClassAndExpressiongetNameClass in class ElementExppublic String getName()
getName in interface org.iso_relax.dispatcher.ElementDeclprotected void wrapUp(Grammar owner, Expression pseudoContentModel, org.iso_relax.dispatcher.SchemaProvider provider, ErrorHandler errorHandler) throws SAXException
SAXExceptionpublic boolean getFeature(String feature) throws SAXNotRecognizedException
getFeature in interface org.iso_relax.dispatcher.ElementDeclSAXNotRecognizedExceptionpublic Object getProperty(String property) throws SAXNotRecognizedException
getProperty in interface org.iso_relax.dispatcher.ElementDeclSAXNotRecognizedExceptionCopyright © 2016 Oracle Corporation. All Rights Reserved.