Searched refs:AttrImpl (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttributeMap.java93 AttrImpl argn = (AttrImpl)arg;
110 AttrImpl previous = null;
112 previous = (AttrImpl) nodes.get(i);
163 AttrImpl argn = (AttrImpl)arg;
179 AttrImpl previous = null;
181 previous = (AttrImpl) nodes.get(i);
192 previous = (AttrImpl) nodes.get(i);
273 return remove((AttrImpl)ite
[all...]
H A DDeferredAttrImpl.java57 * DeferredAttrImpl inherits from AttrImpl which does not support
68 extends AttrImpl
H A DDeferredElementNSImpl.java126 AttrImpl attr = (AttrImpl) ownerDocument.getNodeObject(attrIndex);
H A DCoreDocumentImpl.java570 return new AttrImpl(this, name);
1061 AttrImpl at = (AttrImpl) n;
1603 // if source is an AttrImpl from this very same implementation
1605 if (source instanceof AttrImpl) {
1606 AttrImpl attr = (AttrImpl) source;
1608 AttrImpl newattr = (AttrImpl) newnode;
1803 AttrImpl att
[all...]
H A DDocumentImpl.java872 AttrImpl node;
919 AttrImpl enclosingAttr,
961 } // dispatchAggregateEvents(NodeImpl, AttrImpl,String) :void
985 retval.node = (AttrImpl) eventAncestor;
1094 p = (NodeImpl) ((AttrImpl)p).getOwnerElement();
1237 void modifiedAttrValue(AttrImpl attr, String oldvalue) {
1248 void setAttrNode(AttrImpl attr, AttrImpl previous) {
1266 void removedAttrNode(AttrImpl attr, NodeImpl oldOwner, String name) {
H A DAttrImpl.java68 * AttrImpl does not support Namespaces. AttrNSImpl, which inherits from
71 * <p>AttrImpl used to inherit from ParentNode. It now directly inherits from
95 * now because AttrImpl now inherits directly from NodeImpl and has its own
112 * @version $Id: AttrImpl.java,v 1.5 2008/06/10 00:59:32 joehw Exp $
116 public class AttrImpl class in inherits:NodeImpl,Attr,TypeInfo
154 protected AttrImpl(CoreDocumentImpl ownerDocument, String name) { method in class:AttrImpl
163 protected AttrImpl() {} method in class:AttrImpl
237 AttrImpl clone = (AttrImpl) super.cloneNode(deep);
1239 } // class AttrImpl
[all...]
H A DDOMNormalizer.java356 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
929 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
955 ((AttrImpl)attr).setIdAttribute(false);
1011 ((AttrImpl)attr).setIdAttribute(false);
1318 if (a instanceof AttrImpl && ((AttrImpl)a).hasStringValue()) {
1489 AttrImpl attr = (AttrImpl)
1601 AttrImpl attr = (AttrImpl)fAttribute
[all...]
H A DNodeImpl.java859 thisNode = ((AttrImpl)thisAncestor).getOwnerElement();
862 otherNode = ((AttrImpl)otherAncestor).getOwnerElement();
1103 thisNode = ((AttrImpl)thisAncestor).getOwnerElement();
1105 otherNode = ((AttrImpl)otherAncestor).getOwnerElement();
1149 otherNode = ((AttrImpl)otherAncestor).getOwnerElement();
H A DElementImpl.java953 ((AttrImpl) at).isIdAttribute(makeId);
992 ((AttrImpl) at).isIdAttribute(makeId);
1035 ((AttrImpl) at).isIdAttribute(makeId);
H A DAttrNSImpl.java29 * AttrNSImpl inherits from AttrImpl and adds namespace support.
43 extends AttrImpl {
H A DDeferredDocumentImpl.java1273 * Used by AttrImpl to store specified value (1 == true).
1680 * here so that it can be shared by all deferred subclasses of AttrImpl.
1682 protected final void synchronizeChildren(AttrImpl a, int nodeIndex) {
1728 } // synchronizeChildren(AttrImpl,int):void
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java76 * @version $Id: AttrImpl.java,v 1.5 2010-11-01 04:40:01 joehw Exp $
78 public class AttrImpl extends NodeImpl class in inherits:NodeImpl,Attr
85 public AttrImpl() { method in class:AttrImpl
99 public AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value) { method in class:AttrImpl
H A DSchemaDOM.java104 attrs[i] = new AttrImpl(node,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultAugmentor.java25 import com.sun.org.apache.xerces.internal.dom.AttrImpl;
133 AttrImpl attr;
135 attr = (AttrImpl) attrMap.item(i);
160 AttrImpl attr = (AttrImpl) fDocumentImpl.createAttributeNS(fAttributeQName.uri,
239 private boolean processAttributePSVI(AttrImpl attr, AttributePSVI attrPSVI) {
H A DDOMResultBuilder.java27 import com.sun.org.apache.xerces.internal.dom.AttrImpl;
239 AttrImpl attr = (AttrImpl) fDocumentImpl.createAttributeNS(fAttributeQName.uri,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java26 import com.sun.org.apache.xerces.internal.dom.AttrImpl;
966 AttrImpl attrImpl = (AttrImpl) attr;
972 // To avoid classcast exception in AttrImpl check for namespaces
1081 // To avoid classcast exception in AttrImpl check for namespaces
2473 AttrImpl attr;
2487 attr = (AttrImpl)fDocumentImpl.createAttributeNS (namespaceURI,
2491 attr = (AttrImpl)fDocumentImpl.createAttribute (attributeName);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java25 import com.sun.org.apache.xerces.internal.dom.AttrImpl;
104 ((AttrImpl)element.getAttributeNode(attrName)).setSpecified(false);

Completed in 79 milliseconds