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.AttributesDeclgetName in interface org.iso_relax.dispatcher.ElementDeclpublic boolean getFeature(java.lang.String feature)
throws org.xml.sax.SAXNotRecognizedException
getFeature in interface org.iso_relax.dispatcher.AttributesDeclgetFeature in interface org.iso_relax.dispatcher.ElementDeclorg.xml.sax.SAXNotRecognizedExceptionpublic java.lang.Object getProperty(java.lang.String property)
throws org.xml.sax.SAXNotRecognizedException
getProperty in interface org.iso_relax.dispatcher.AttributesDeclgetProperty in interface org.iso_relax.dispatcher.ElementDeclorg.xml.sax.SAXNotRecognizedException