Package com.sun.msv.grammar
Interface DataOrValueExp
-
public interface DataOrValueExp
- Author:
- Kohsuke KAWAGUCHI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringPair
getName()
org.relaxng.datatype.Datatype
getType()
-
-
-
Method Detail
-
getName
StringPair getName()
-
getType
org.relaxng.datatype.Datatype getType()
-
-