Searched refs:getAttributeUses (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSAttributeGroupDefinition.java31 public XSObjectList getAttributeUses(); method in interface:XSAttributeGroupDefinition
H A DXSComplexTypeDefinition.java68 public XSObjectList getAttributeUses(); method in interface:XSComplexTypeDefinition
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSAttContainer.java65 Collection<? extends XSAttributeUse> getAttributeUses(); method in interface:XSAttContainer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttributesHolder.java76 public Collection<XSAttributeUse> getAttributeUses() { method in class:AttributesHolder
81 v.addAll(agd.getAttributeUses());
85 return getAttributeUses().iterator();
H A DComplexTypeImpl.java241 public Collection<XSAttributeUse> getAttributeUses() { method in class:ComplexTypeImpl
244 if( baseType==null ) return super.getAttributeUses();
248 for( XSAttributeUse a : baseType.getAttributeUses())
253 for( XSAttributeUse a : super.getAttributeUses())
H A DSchemaSetImpl.java326 public Collection<XSAttributeUse> getAttributeUses() { return Collections.EMPTY_LIST; } method in class:SchemaSetImpl.AnyType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java630 public XSObjectList getAttributeUses() { method in class:XSComplexTypeDecl
631 return fAttrGrp.getAttributeUses();
H A DXSAttributeGroupDecl.java363 public XSObjectList getAttributeUses() { method in class:XSAttributeGroupDecl
H A DSchemaGrammar.java1215 public XSObjectList getAttributeUses() { method in class:SchemaGrammar.XSAnyType
H A DXMLSchemaValidator.java2627 attrUses = attrGrp.getAttributeUses();
2917 XSObjectList attrUses = attrGrp.getAttributeUses();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java646 XSObjectList attrUseS = tempAttrGrp.getAttributeUses();
H A DXSDComplexTypeTraverser.java972 XSObjectList attrUseS = fromAttrGrp.getAttributeUses();
H A DXSDHandler.java3054 expandRelatedAttributeUsesComponents(attrGroup.getAttributeUses(), componentList, namespace, dependencies);
3059 expandRelatedAttributeUsesComponents(type.getAttributeUses(), componentList, namespace, dependencies);

Completed in 74 milliseconds