Searched refs:getAugmentations (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java404 public Augmentations getAugmentations (int attributeIndex); method in interface:XMLAttributes
414 public Augmentations getAugmentations (String uri, String localPart); method in interface:XMLAttributes
426 public Augmentations getAugmentations(String qName); method in interface:XMLAttributes
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java137 fAttributes.getAugmentations(index).getItem(
147 fAttributes.getAugmentations(index).getItem(
157 fAttributes.getAugmentations(index).getItem(
H A DXMLAttributesImpl.java1046 public Augmentations getAugmentations (String uri, String localName) { method in class:XMLAttributesImpl
1060 public Augmentations getAugmentations(String qName){ method in class:XMLAttributesImpl
1073 public Augmentations getAugmentations (int attributeIndex){ method in class:XMLAttributesImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DShortHandPointer.java204 Augmentations augs = attributes.getAugmentations(index);
/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);
165 AttributePSVI attrPSVI = (AttributePSVI) attributes.getAugmentations(i).getItem (Constants.ATTRIBUTE_PSVI);
H A DValidatorHandlerImpl.java800 fAttributes.getAugmentations(i).putItem(Constants.ATTRIBUTE_DECLARED, Boolean.TRUE);
879 Augmentations augs = fAttributes.getAugmentations(index);
947 Augmentations augs = fAttributes.getAugmentations(index);
957 Augmentations augs = fAttributes.getAugmentations(uri, localname);
H A DDOMResultBuilder.java244 AttributePSVI attrPSVI = (AttributePSVI) attributes.getAugmentations(i).getItem (Constants.ATTRIBUTE_PSVI);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java2352 fAttributes.getAugmentations(index).getItem(
2362 fAttributes.getAugmentations(index).getItem(
2372 fAttributes.getAugmentations(index).getItem(
2411 return (AttributePSVI)fAttributesProxy.fAttributes.getAugmentations(index).getItem(Constants.ATTRIBUTE_PSVI);
2417 return (AttributePSVI)fAttributesProxy.fAttributes.getAugmentations(uri, localname).getItem(Constants.ATTRIBUTE_PSVI);
H A DAbstractDOMParser.java943 AttributePSVI attrPSVI =(AttributePSVI) attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_PSVI);
992 boolean isDeclared = Boolean.TRUE.equals (attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_DECLARED));
1076 AttributePSVI attrPSVI = (AttributePSVI)attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_PSVI);
1099 boolean isDeclared = Boolean.TRUE.equals (attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_DECLARED));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1655 public Augmentations getAugmentations (int attributeIndex){ method in class:DOMNormalizer.XMLAttributesProxy
1659 public Augmentations getAugmentations (String uri, String localPart){ method in class:DOMNormalizer.XMLAttributesProxy
1664 public Augmentations getAugmentations(String qName){ method in class:DOMNormalizer.XMLAttributesProxy
1812 (AttributePSVI) attributes.getAugmentations(i).getItem(Constants.ATTRIBUTE_PSVI);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java332 AttributePSVI attrPSVI = (AttributePSVI)attributes.getAugmentations(aIndex).getItem(Constants.ATTRIBUTE_PSVI);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java537 Augmentations aaugs = attributes.getAugmentations(i);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1267 attributes.getAugmentations(i).putItem(Constants.ATTRIBUTE_DECLARED, Boolean.TRUE);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java2644 augs = attributes.getAugmentations(index);
2969 Augmentations augs = attributes.getAugmentations(attrIndex);

Completed in 106 milliseconds