Searched refs:XSAttributeUseImpl (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeGroupDecl.java54 XSAttributeUseImpl[] fAttributeUses = new XSAttributeUseImpl[INITIAL_SIZE];
73 public String addAttributeUse(XSAttributeUseImpl attrUse) {
97 public void replaceAttributeUse(XSAttributeUse oldUse, XSAttributeUseImpl newUse) {
130 XSAttributeUseImpl[] uses = new XSAttributeUseImpl[fAttrUseNum];
175 XSAttributeUseImpl attrUse = null;
177 XSAttributeUseImpl baseAttrUse = null;
186 baseAttrUse = (XSAttributeUseImpl)baseGroup.getAttributeUse(attrDecl.fTargetNamespace,attrDecl.fName);
315 static final XSAttributeUseImpl[] resiz
[all...]
H A DXSDeclarationPool.java76 private XSAttributeUseImpl fAttributeUse[][] = new XSAttributeUseImpl[INITIAL_CHUNK_COUNT][];
111 public final XSAttributeUseImpl getAttributeUse(){
116 fAttributeUse[chunk][index] = new XSAttributeUseImpl();
260 fAttributeUse[chunk] = new XSAttributeUseImpl[CHUNK_SIZE];
264 private static XSAttributeUseImpl[][] resize(XSAttributeUseImpl array[][], int newsize) {
265 XSAttributeUseImpl newarray[][] = new XSAttributeUseImpl[newsize][];
H A DXSAttributeUseImpl.java39 * @version $Id: XSAttributeUseImpl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
41 public class XSAttributeUseImpl implements XSAttributeUse { class in inherits:XSAttributeUse
153 } // class XSAttributeUseImpl
H A DSchemaGrammar.java566 XSAttributeUseImpl annotationIDAttr = new XSAttributeUseImpl();
573 XSAttributeUseImpl documentationSourceAttr = new XSAttributeUseImpl();
580 XSAttributeUseImpl documentationLangAttr = new XSAttributeUseImpl();
587 XSAttributeUseImpl appinfoSourceAttr = new XSAttributeUseImpl();
H A DXMLSchemaValidator.java2697 XSAttributeUseImpl currUse = null, oneUse;
2699 oneUse = (XSAttributeUseImpl) attrUses.item(i);
2789 XSAttributeUseImpl currUse,
2919 XSAttributeUseImpl currUse;
2928 currUse = (XSAttributeUseImpl) attrUses.item(i);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAttributeTraverser.java30 import com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl;
71 protected XSAttributeUseImpl traverseLocal(Element attrDecl,
126 XSAttributeUseImpl attrUse = null;
131 attrUse = new XSAttributeUseImpl();
481 void checkDefaultValid(XSAttributeUseImpl attrUse) throws InvalidDatatypeValueException {
H A DXSDAbstractTraverser.java34 import com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl;
608 XSAttributeUseImpl tempAttrUse = null;
647 XSAttributeUseImpl oneAttrUse;
650 oneAttrUse = (XSAttributeUseImpl)attrUseS.item(i);
H A DXSDComplexTypeTraverser.java31 import com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl;
973 XSAttributeUseImpl oneAttrUse = null;
976 oneAttrUse = (XSAttributeUseImpl)attrUseS.item(i);

Completed in 283 milliseconds