Searched refs:ATTRIBUTE_DECLARED (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java138 Constants.ATTRIBUTE_DECLARED));
148 Constants.ATTRIBUTE_DECLARED));
158 Constants.ATTRIBUTE_DECLARED));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DConstants.java505 * in augmentations using the string "ATTRIBUTE_DECLARED". The absence of this
508 public final static String ATTRIBUTE_DECLARED = "ATTRIBUTE_DECLARED"; field in class:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java2353 Constants.ATTRIBUTE_DECLARED));
2363 Constants.ATTRIBUTE_DECLARED));
2373 Constants.ATTRIBUTE_DECLARED));
H A DAbstractDOMParser.java992 boolean isDeclared = Boolean.TRUE.equals (attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_DECLARED));
1099 boolean isDeclared = Boolean.TRUE.equals (attributes.getAugmentations (i).getItem (Constants.ATTRIBUTE_DECLARED));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java800 fAttributes.getAugmentations(i).putItem(Constants.ATTRIBUTE_DECLARED, Boolean.TRUE);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1267 attributes.getAugmentations(i).putItem(Constants.ATTRIBUTE_DECLARED, Boolean.TRUE);

Completed in 43 milliseconds