Package com.sun.msv.relaxns.grammar
Class DeclImpl
- java.lang.Object
-
- com.sun.msv.relaxns.grammar.DeclImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.iso_relax.dispatcher.AttributesDecl,org.iso_relax.dispatcher.ElementDecl
public class DeclImpl extends java.lang.Object implements org.iso_relax.dispatcher.ElementDecl, org.iso_relax.dispatcher.AttributesDecl, java.io.SerializableImplementation of ElementDecl interface by MSV grammar model.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Expressionexp"meat" of this Rule.protected java.lang.Stringnamename of this rule
-
Constructor Summary
Constructors Constructor Description DeclImpl(ReferenceExp exp)DeclImpl(java.lang.String name, Expression exp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetFeature(java.lang.String feature)java.lang.StringgetName()java.lang.ObjectgetProperty(java.lang.String property)
-
-
-
Field Detail
-
exp
public final Expression exp
"meat" of this Rule.
-
name
protected final java.lang.String name
name of this rule
-
-
Constructor Detail
-
DeclImpl
public DeclImpl(ReferenceExp exp)
-
DeclImpl
public DeclImpl(java.lang.String name, Expression exp)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.iso_relax.dispatcher.AttributesDecl- Specified by:
getNamein interfaceorg.iso_relax.dispatcher.ElementDecl
-
getFeature
public boolean getFeature(java.lang.String feature) throws org.xml.sax.SAXNotRecognizedException- Specified by:
getFeaturein interfaceorg.iso_relax.dispatcher.AttributesDecl- Specified by:
getFeaturein interfaceorg.iso_relax.dispatcher.ElementDecl- Throws:
org.xml.sax.SAXNotRecognizedException
-
getProperty
public java.lang.Object getProperty(java.lang.String property) throws org.xml.sax.SAXNotRecognizedException- Specified by:
getPropertyin interfaceorg.iso_relax.dispatcher.AttributesDecl- Specified by:
getPropertyin interfaceorg.iso_relax.dispatcher.ElementDecl- Throws:
org.xml.sax.SAXNotRecognizedException
-
-