public class DeclImpl
extends java.lang.Object
implements org.iso_relax.dispatcher.ElementDecl, org.iso_relax.dispatcher.AttributesDecl, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
Expression |
exp
"meat" of this Rule.
|
protected java.lang.String |
name
name of this rule
|
Constructor and Description |
---|
DeclImpl(ReferenceExp exp) |
DeclImpl(java.lang.String name,
Expression exp) |
Modifier and Type | Method and Description |
---|---|
boolean |
getFeature(java.lang.String feature) |
java.lang.String |
getName() |
java.lang.Object |
getProperty(java.lang.String property) |
public final Expression exp
protected final java.lang.String name
public DeclImpl(ReferenceExp exp)
public DeclImpl(java.lang.String name, Expression exp)
public java.lang.String getName()
getName
in interface org.iso_relax.dispatcher.AttributesDecl
getName
in interface org.iso_relax.dispatcher.ElementDecl
public boolean getFeature(java.lang.String feature) throws org.xml.sax.SAXNotRecognizedException
getFeature
in interface org.iso_relax.dispatcher.AttributesDecl
getFeature
in interface org.iso_relax.dispatcher.ElementDecl
org.xml.sax.SAXNotRecognizedException
public java.lang.Object getProperty(java.lang.String property) throws org.xml.sax.SAXNotRecognizedException
getProperty
in interface org.iso_relax.dispatcher.AttributesDecl
getProperty
in interface org.iso_relax.dispatcher.ElementDecl
org.xml.sax.SAXNotRecognizedException