Searched refs:getAttributeDecl (Results 1 - 12 of 12) 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/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java213 fDTDGrammar.getAttributeDecl(attlistIndex, fTempAttDecl);
306 fDTDGrammar.getAttributeDecl(position, fTempAttDecl);
/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/parser/
H A DDelayedRef.java228 return super.schema.getAttributeDecl(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java129 public XSAttributeDecl getAttributeDecl( String ns, String localName ) { method in class:SchemaSetImpl
133 return schema.getAttributeDecl(localName);
H A DSchemaImpl.java121 public XSAttributeDecl getAttributeDecl(String name) { method in class:SchemaImpl
/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)) {
H A DXMLDTDValidator.java1126 fDTDGrammar.getAttributeDecl(attlistIndex, fTempAttDecl);
1238 fDTDGrammar.getAttributeDecl(position, fTempAttDecl);
1263 // fGrammar.getAttributeDecl(attDefIndex,fTempAttDecl);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java251 attribute = fSchemaHandler.fDeclPool.getAttributeDecl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java102 $runtime.checkDoubleDefError( $runtime.currentSchema.getAttributeDecl(ad.getName()) );

Completed in 103 milliseconds