Class DatatypeRef


  • public class DatatypeRef
    extends java.lang.Object
    reference to Datatype
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.relaxng.datatype.Datatype[] types
      if the size of the array is zero, then that means this token is ignored.
    • Constructor Summary

      Constructors 
      Constructor Description
      DatatypeRef()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • types

        public org.relaxng.datatype.Datatype[] types
        if the size of the array is zero, then that means this token is ignored.
    • Constructor Detail

      • DatatypeRef

        public DatatypeRef()