Searched defs:attrPSVI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java138 AttributePSVI attrPSVI = (AttributePSVI) attributes.getAugmentations(i).getItem (Constants.ATTRIBUTE_PSVI);
139 if (attrPSVI != null) {
140 if (processAttributePSVI(attr, attrPSVI)) {
165 AttributePSVI attrPSVI = (AttributePSVI) attributes.getAugmentations(i).getItem (Constants.ATTRIBUTE_PSVI);
166 if (attrPSVI != null) {
167 if (processAttributePSVI(attr, attrPSVI)) {
239 private boolean processAttributePSVI(AttrImpl attr, AttributePSVI attrPSVI) { argument
241 ((PSVIAttrNSImpl) attr).setPSVI (attrPSVI);
243 Object type = attrPSVI.getMemberTypeDefinition ();
245 type = attrPSVI
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java2618 AttributePSVImpl attrPSVI = null;
2645 attrPSVI = (AttributePSVImpl) augs.getItem(Constants.ATTRIBUTE_PSVI);
2646 if (attrPSVI != null) {
2647 attrPSVI.reset();
2649 attrPSVI = new AttributePSVImpl();
2650 augs.putItem(Constants.ATTRIBUTE_PSVI, attrPSVI);
2653 attrPSVI.fValidationContext = fValidationRoot;
2677 processOneAttribute(element, attributes, index, attrDecl, null, attrPSVI);
2772 processOneAttribute(element, attributes, index, currDecl, currUse, attrPSVI);
2790 AttributePSVImpl attrPSVI) {
2784 processOneAttribute( QName element, XMLAttributes attributes, int index, XSAttributeDecl currDecl, XSAttributeUseImpl currUse, AttributePSVImpl attrPSVI) argument
[all...]

Completed in 49 milliseconds