public class DeclImpl extends Object implements org.iso_relax.dispatcher.ElementDecl, org.iso_relax.dispatcher.AttributesDecl, Serializable
Modifier and Type | Field and Description |
---|---|
Expression |
exp
"meat" of this Rule.
|
protected String |
name
name of this rule
|
Constructor and Description |
---|
DeclImpl(ReferenceExp exp) |
DeclImpl(String name,
Expression exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(String feature) |
String |
getName() |
Object |
getProperty(String property) |
public final Expression exp
protected final String name
public DeclImpl(ReferenceExp exp)
public DeclImpl(String name, Expression exp)
public String getName()
getName
in interface org.iso_relax.dispatcher.AttributesDecl
getName
in interface org.iso_relax.dispatcher.ElementDecl
public boolean getFeature(String feature) throws SAXNotRecognizedException
getFeature
in interface org.iso_relax.dispatcher.AttributesDecl
getFeature
in interface org.iso_relax.dispatcher.ElementDecl
SAXNotRecognizedException
public Object getProperty(String property) throws SAXNotRecognizedException
getProperty
in interface org.iso_relax.dispatcher.AttributesDecl
getProperty
in interface org.iso_relax.dispatcher.ElementDecl
SAXNotRecognizedException
Copyright © 2016 Oracle Corporation. All rights reserved.