com.sun.msv.relaxns.grammar

Class DeclImpl

public class DeclImpl extends Object implements ElementDecl, AttributesDecl, Serializable

Implementation of ElementDecl interface by MSV grammar model.

Author: Kohsuke KAWAGUCHI

Field Summary
Expressionexp
"meat" of this Rule.
Constructor Summary
DeclImpl(ReferenceExp exp)
DeclImpl(String name, Expression exp)
Method Summary
booleangetFeature(String feature)
StringgetName()
ObjectgetProperty(String property)

Field Detail

exp

public final Expression exp
"meat" of this Rule.

Constructor Detail

DeclImpl

public DeclImpl(ReferenceExp exp)

DeclImpl

public DeclImpl(String name, Expression exp)

Method Detail

getFeature

public boolean getFeature(String feature)

getName

public String getName()

getProperty

public Object getProperty(String property)