Class XSDIdRegistry


  • public class XSDIdRegistry
    extends Object
    Holds the collection of encoded XSD ids to ensure that they're unique, therefore valid.
    Author:
    Rini Angreani, Curtin University of Technology (with Gabriel Roldan and Justin Deoliveira's help)
    • Constructor Summary

      Constructors 
      Constructor Description
      XSDIdRegistry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(String id)  
      boolean idExists​(String id)  
      • Methods inherited from class Object

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

      • XSDIdRegistry

        public XSDIdRegistry()
    • Method Detail

      • idExists

        public boolean idExists​(String id)
      • add

        public void add​(String id)