Searched defs:getAttributeUses (Results 1 - 9 of 9) 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 DXSAttributeGroupDecl.java363 public XSObjectList getAttributeUses() { method in class:XSAttributeGroupDecl
H A DXSComplexTypeDecl.java630 public XSObjectList getAttributeUses() { method in class:XSComplexTypeDecl
631 return fAttrGrp.getAttributeUses();
H A DSchemaGrammar.java1215 public XSObjectList getAttributeUses() { method in class:SchemaGrammar.XSAnyType

Completed in 48 milliseconds