org.jvnet.fastinfoset
Class ExternalVocabulary

java.lang.Object
  extended byorg.jvnet.fastinfoset.ExternalVocabulary

public class ExternalVocabulary
extends java.lang.Object

An external vocabulary.

An external vocabulary has a URI that refers to a vocabulary.

Author:
Paul.Sandoz@Sun.Com

Field Summary
 java.lang.String URI
          A URI that refers to the external vocabulary.
 Vocabulary vocabulary
          The vocabulary that is refered to by the URI.
 
Constructor Summary
ExternalVocabulary(java.lang.String URI, Vocabulary vocabulary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public final java.lang.String URI
A URI that refers to the external vocabulary.


vocabulary

public final Vocabulary vocabulary
The vocabulary that is refered to by the URI.

Constructor Detail

ExternalVocabulary

public ExternalVocabulary(java.lang.String URI,
                          Vocabulary vocabulary)