Interface DataOrValueExp

All Known Implementing Classes:
DataExp, ValueExp

public interface DataOrValueExp
The common interface for DataExp and ValueExp
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.relaxng.datatype.Datatype
     
  • Method Details

    • getName

      StringPair getName()
    • getType

      org.relaxng.datatype.Datatype getType()