Searched defs:getAttributeDecl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSSchema.java57 XSAttributeDecl getAttributeDecl(String localName); method in interface:XSSchema
H A DXSSchemaSet.java52 XSAttributeDecl getAttributeDecl(String namespaceURI, String localName); method in interface:XSSchemaSet
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDeclarationPool.java97 public final XSAttributeDecl getAttributeDecl(){ method in class:XSDeclarationPool
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java172 getAttributeDecl(attDefIndex, fAttributeDecl);
531 * getAttributeDecl
536 * @return true if getAttributeDecl was able to fill in the value of attributeDecl
538 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { method in class:DTDGrammar
565 } // getAttributeDecl
578 if (getAttributeDecl(elDeclIdx, fAttributeDecl)
740 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaImpl.java121 public XSAttributeDecl getAttributeDecl(String name) { method in class:SchemaImpl
H A DSchemaSetImpl.java129 public XSAttributeDecl getAttributeDecl( String ns, String localName ) { method in class:SchemaSetImpl
133 return schema.getAttributeDecl(localName);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java389 getAttributeDecl(attDefIndex, fAttributeDecl);
1333 * getAttributeDecl
1338 * @return true if getAttributeDecl was able to fill in the value of attributeDecl
1340 public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl) { method in class:DTDGrammar
1368 } // getAttributeDecl
1381 if (getAttributeDecl(elDeclIdx, fAttributeDecl)
2206 if (getAttributeDecl(attributeDeclIndex, attributeDecl)) {

Completed in 45 milliseconds