Searched refs:checkDoubleDefError (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java88 $runtime.checkDoubleDefError( $runtime.currentSchema.getAttGroupDecl(ag.getName()) );
97 $runtime.checkDoubleDefError( $runtime.currentSchema.getModelGroupDecl(group.getName()) );
102 $runtime.checkDoubleDefError( $runtime.currentSchema.getAttributeDecl(ad.getName()) );
113 $runtime.checkDoubleDefError( $runtime.currentSchema.getType(ct.getName()) );
118 $runtime.checkDoubleDefError( $runtime.currentSchema.getType(st.getName()) );
123 $runtime.checkDoubleDefError( $runtime.currentSchema.getElementDecl(e.getName()) );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DNGCCRuntimeEx.java132 public void checkDoubleDefError( XSDeclaration c ) throws SAXException { method in class:NGCCRuntimeEx

Completed in 34 milliseconds