XSOM 20110809-redhat-3

com.sun.xml.xsom.impl
Class Ref

java.lang.Object
  extended by com.sun.xml.xsom.impl.Ref

public abstract class Ref
extends Object

Reference to other schema components.

There are mainly two different types of references. One is the direct reference, which is only possible when schema components are already available when references are made. The other is the lazy reference, which keeps references by names and later look for the component by name.

This class defines interfaces that define the behavior of such references and classes that implement direct reference semantics.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Nested Class Summary
static interface Ref.AttGroup
           
static interface Ref.Attribute
           
static interface Ref.ComplexType
           
static interface Ref.ContentType
           
static interface Ref.Element
           
static interface Ref.IdentityConstraint
           
static interface Ref.SimpleType
           
static interface Ref.Term
           
static interface Ref.Type
           
 
Constructor Summary
Ref()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ref

public Ref()

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.