Searched refs:isIdAttribute (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/javax/xml/validation/
H A DTypeInfoProvider.java160 public abstract boolean isIdAttribute(int index); method in class:TypeInfoProvider
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredAttrImpl.java127 isIdAttribute((extra & ID) != 0);
H A DDeferredAttrNSImpl.java110 isIdAttribute((extra & ID) != 0);
H A DAttributeMap.java304 if (attr.isIdAttribute()) {
330 if (attr.isIdAttribute()) {
350 attr.isIdAttribute(false);
413 if (n.isIdAttribute()) {
438 if (clone.isIdAttribute()) {
461 n.isIdAttribute(false);
H A DAttrImpl.java218 isIdAttribute(id);
224 return isIdAttribute();
406 if (isIdAttribute() && ownerElement != null) {
430 if (isIdAttribute() && ownerElement != null) {
H A DElementImpl.java953 ((AttrImpl) at).isIdAttribute(makeId);
992 ((AttrImpl) at).isIdAttribute(makeId);
1035 ((AttrImpl) at).isIdAttribute(makeId);
H A DNodeImpl.java1991 final boolean isIdAttribute() { method in class:NodeImpl
1995 final void isIdAttribute(boolean value) { method in class:NodeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerElementHandler.java521 private boolean isIdAttribute(XMLAttributes attributes,Augmentations augs, int index) { method in class:XPointerElementHandler
541 if(attrType != null && attrValue!= null && isIdAttribute(attributes,aaugs,i) && attrValue.equals(fCurrentTokenString)){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java537 typeInfoProvider.isIdAttribute(i)?Boolean.TRUE:Boolean.FALSE ); **/
562 public boolean isIdAttribute(int index) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java924 public boolean isIdAttribute(int index) { method in class:ValidatorHandlerImpl.XMLSchemaTypeInfoProvider

Completed in 95 milliseconds