org.jvnet.fastinfoset
Class ExternalVocabulary
java.lang.Object
org.jvnet.fastinfoset.ExternalVocabulary
public class ExternalVocabulary
- extends Object
An external vocabulary.
An external vocabulary has a URI that refers to a vocabulary.
- Author:
- Paul.Sandoz@Sun.Com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI
public final String URI
- A URI that refers to the external vocabulary.
vocabulary
public final Vocabulary vocabulary
- The vocabulary that is refered to by the URI.
ExternalVocabulary
public ExternalVocabulary(String URI,
Vocabulary vocabulary)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.