oracle.jdeveloper.xml.schema.dependency
Class AttributeGroupReferenceFactory
java.lang.Object
  
oracle.bali.xml.model.dependency.ReferenceFactory
      
oracle.jdeveloper.xml.schema.dependency.NamedReferenceFactory
          
oracle.jdeveloper.xml.schema.dependency.AttributeGroupReferenceFactory
- All Implemented Interfaces: 
 - oracle.bali.xml.indexing.IndexingFactory
 
public class AttributeGroupReferenceFactory
- extends NamedReferenceFactory
 
Reference factory for XML Schema attribute group references.
 
| Nested classes/interfaces inherited from interface oracle.bali.xml.indexing.IndexingFactory | 
oracle.bali.xml.indexing.IndexingFactory.IndexEntry | 
 
 
| 
Method Summary | 
 oracle.bali.xml.model.dependency.Reference | 
getReference(oracle.bali.xml.model.XmlContext context,
             org.w3c.dom.Node node,
             java.lang.String value)
 
            | 
protected  java.lang.String | 
getReferenceKey()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AttributeGroupReferenceFactory
public AttributeGroupReferenceFactory()
getReference
public oracle.bali.xml.model.dependency.Reference getReference(oracle.bali.xml.model.XmlContext context,
                                                               org.w3c.dom.Node node,
                                                               java.lang.String value)
- Specified by:
 getReference in class NamedReferenceFactory
 
 
getReferenceKey
protected java.lang.String getReferenceKey()
- Specified by:
 getReferenceKey in class NamedReferenceFactory
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.