Package com.sun.msv.relaxns.grammar
Class DeclImpl
java.lang.Object
com.sun.msv.relaxns.grammar.DeclImpl
- All Implemented Interfaces:
Serializable
,org.iso_relax.dispatcher.AttributesDecl
,org.iso_relax.dispatcher.ElementDecl
public class DeclImpl
extends Object
implements org.iso_relax.dispatcher.ElementDecl, org.iso_relax.dispatcher.AttributesDecl, Serializable
Implementation of ElementDecl interface by MSV grammar model.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Expression
"meat" of this Rule.protected final String
name of this rule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFeature
(String feature) getName()
getProperty
(String property)
-
Field Details
-
exp
"meat" of this Rule. -
name
name of this rule
-
-
Constructor Details
-
DeclImpl
-
DeclImpl
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.iso_relax.dispatcher.AttributesDecl
- Specified by:
getName
in interfaceorg.iso_relax.dispatcher.ElementDecl
-
getFeature
- Specified by:
getFeature
in interfaceorg.iso_relax.dispatcher.AttributesDecl
- Specified by:
getFeature
in interfaceorg.iso_relax.dispatcher.ElementDecl
- Throws:
SAXNotRecognizedException
-
getProperty
- Specified by:
getProperty
in interfaceorg.iso_relax.dispatcher.AttributesDecl
- Specified by:
getProperty
in interfaceorg.iso_relax.dispatcher.ElementDecl
- Throws:
SAXNotRecognizedException
-