com.sun.msv.relaxns.grammar

Class DeclImpl

Implemented Interfaces:
AttributesDecl, ElementDecl, Serializable

public class DeclImpl
extends Object
implements ElementDecl, AttributesDecl, Serializable

Implementation of ElementDecl interface by MSV grammar model.
Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary

Expression
exp
"meat" of this Rule.

Constructor Summary

DeclImpl(String name, Expression exp)
DeclImpl(ReferenceExp exp)

Method Summary

boolean
getFeature(String feature)
String
getName()
Object
getProperty(String property)

Field Details

exp

public final Expression exp
"meat" of this Rule.

Constructor Details

DeclImpl

public DeclImpl(String name,
                Expression exp)

DeclImpl

public DeclImpl(ReferenceExp exp)

Method Details

getFeature

public boolean getFeature(String feature)
            throws SAXNotRecognizedException

getName

public String getName()

getProperty

public Object getProperty(String property)
            throws SAXNotRecognizedException