org.geotools.gml3
Class XSDIdRegistry

java.lang.Object
  extended by org.geotools.gml3.XSDIdRegistry

public class XSDIdRegistry
extends java.lang.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
XSDIdRegistry()
           
 
Method Summary
 void add(java.lang.String id)
           
 boolean idExists(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDIdRegistry

public XSDIdRegistry()
Method Detail

idExists

public boolean idExists(java.lang.String id)

add

public void add(java.lang.String id)


Copyright © 1996-2010 Geotools. All Rights Reserved.