Searched refs:attrIndex (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java127 * @param attrIndex The attribute index.
129 public void removeAttributeAt(int attrIndex); argument
170 * @param attrIndex The attribute index.
173 public void setName(int attrIndex, QName attrName); argument
179 * @param attrIndex The attribute index.
182 public void getName(int attrIndex, QName attrName); argument
237 * @param attrIndex The attribute index.
247 public void setType(int attrIndex, String attrType); argument
307 * @param attrIndex The attribute index.
312 public void setValue(int attrIndex, Strin argument
314 setValue(int attrIndex, String attrValue, XMLString value) argument
369 setNonNormalizedValue(int attrIndex, String attrValue) argument
378 getNonNormalizedValue(int attrIndex) argument
388 setSpecified(int attrIndex, boolean specified) argument
395 isSpecified(int attrIndex) argument
434 setAugmentations(int attrIndex, Augmentations augs) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDeferredElementNSImpl.java121 int attrIndex = ownerDocument.getNodeExtra(fNodeIndex);
122 if (attrIndex != -1) {
126 AttrImpl attr = (AttrImpl) ownerDocument.getNodeObject(attrIndex);
140 attrIndex = ownerDocument.getPrevSibling(attrIndex);
141 } while (attrIndex != -1);
H A DDeferredDocumentImpl.java437 int attrIndex = attrNodeIndex & CHUNK_MASK;
439 setChunkIndex(fNodeParent, elementNodeIndex, attrChunk, attrIndex);
448 setChunkIndex(fNodePrevSib, lastAttrNodeIndex, attrChunk, attrIndex);
453 int extra = getChunkIndex(fNodeExtra, attrChunk, attrIndex);
456 setChunkIndex(fNodeExtra, extra, attrChunk, attrIndex);
457 String value = getChunkValue(fNodeValue, attrChunk, attrIndex);
466 setChunkIndex(fNodeLastChild, extraDataIndex, attrChunk, attrIndex);
485 int attrIndex = attrNodeIndex & CHUNK_MASK;
487 setChunkIndex(fNodeParent, elementNodeIndex, attrChunk, attrIndex);
498 attrChunk, attrIndex);
668 setAttributeNode(int elemIndex, int attrIndex) argument
734 setIdAttributeNode(int elemIndex, int attrIndex) argument
748 setIdAttribute(int attrIndex) argument
[all...]
H A DDOMNormalizer.java1517 public void removeAttributeAt(int attrIndex){ argument
1537 public void setName(int attrIndex, QName attrName){ argument
1541 public void getName(int attrIndex, QName attrName){ argument
1543 updateQName((Node)fAttributes.getItem(attrIndex), attrName);
1575 public void setType(int attrIndex, String attrType){ argument
1595 public void setValue(int attrIndex, String attrValue){ argument
1601 AttrImpl attr = (AttrImpl)fAttributes.getItem(attrIndex);
1609 public void setValue(int attrIndex, String attrValue, XMLString value){ argument
1610 setValue(attrIndex, value.toString());
1634 public void setNonNormalizedValue(int attrIndex, Strin argument
1640 getNonNormalizedValue(int attrIndex) argument
1646 setSpecified(int attrIndex, boolean specified) argument
1651 isSpecified(int attrIndex) argument
1675 setAugmentations(int attrIndex, Augmentations augs) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java344 * @param attrIndex The attribute index.
346 public void removeAttributeAt(int attrIndex) { argument
348 if (attrIndex < fLength - 1) {
349 Attribute removedAttr = fAttributes[attrIndex];
350 System.arraycopy(fAttributes, attrIndex + 1,
351 fAttributes, attrIndex, fLength - attrIndex - 1);
362 * @param attrIndex The attribute index.
365 public void setName(int attrIndex, QName attrName) { argument
366 fAttributes[attrIndex]
376 getName(int attrIndex, QName attrName) argument
393 setType(int attrIndex, String attrType) argument
406 setValue(int attrIndex, String attrValue) argument
410 setValue(int attrIndex, String attrValue,XMLString value) argument
424 setNonNormalizedValue(int attrIndex, String attrValue) argument
438 getNonNormalizedValue(int attrIndex) argument
451 setSpecified(int attrIndex, boolean specified) argument
460 isSpecified(int attrIndex) argument
1086 setAugmentations(int attrIndex, Augmentations augs) argument
1096 setURI(int attrIndex, String uri) argument
1101 setSchemaId(int attrIndex, boolean schemaId) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java297 while (currentEnum == null && attrIndex < as.length) {
298 currentEnum = as[attrIndex++].getAttributeNames();
307 private int attrIndex; field in class:MuxingAttributeSet.MuxingAttributeNameEnumeration
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java150 int attrIndex=NULL; // start with no previous sib
156 attrIndex=addNode(attrs.item(i),0,attrIndex,NULL);
157 m_firstch.setElementAt(DTM.NULL,attrIndex);
161 m_nextsib.setElementAt(DTM.NULL,attrIndex);
531 int attrIndex=NULL; // start with no previous sib
543 attrIndex=addNode(attrs.item(i),
544 nextindex,attrIndex,NULL);
545 m_firstch.setElementAt(DTM.NULL,attrIndex);
571 attrIndex
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java421 int attrIndex = 0 ;
438 attrIndex, isVC);
544 attrIndex = attributes.getLength();
548 attrIndex = attributes.addAttribute(fAttributeQName, XMLSymbols.fCDATASymbol, null);
558 attributes.setValue(attrIndex, value,tmpStr);
559 //attributes.setNonNormalizedValue(attrIndex, fTempString2.toString());
561 attributes.setSpecified(attrIndex, true);
565 attributes.setURI(attrIndex, fNamespaceContext.getURI(fAttributeQName.prefix));
H A DXML11NSDocumentScannerImpl.java626 int attrIndex;
629 attrIndex = attributes.getLength();
636 attrIndex =
663 attributes.setValue(attrIndex, value);
664 attributes.setNonNormalizedValue(attrIndex, fTempString2.toString());
665 attributes.setSpecified(attrIndex, true);
737 attrIndex,
744 attrIndex,
H A DXMLScanner.java764 * @param attrIndex The index of the attribute to use from the list.
774 XMLAttributes attributes, int attrIndex,
771 scanAttributeValue(XMLString value, XMLString nonNormalizedValue, String atName, XMLAttributes attributes, int attrIndex, boolean checkEntities) argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DDTDGrammar.java683 int attrIndex = attributeDeclIndex & CHUNK_MASK;
684 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name);
685 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type;
688 fAttributeDeclType[attrChunk][attrIndex] |= LIST_FLAG;
690 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
691 fAttributeDeclDefaultType[attrChunk][attrIndex] = attributeDecl.simpleType.defaultType;
693 fAttributeDeclDefaultValue[attrChunk][attrIndex] = attributeDecl.simpleType.defaultValue;
694 fAttributeDeclNonNormalizedDefaultValue[attrChunk][attrIndex] = attributeDecl.simpleType.nonNormalizedDefaultValue;
704 attrIndex = index & CHUNK_MASK;
705 index = fAttributeDeclNextAttributeDeclIndex[attrChunk][attrIndex];
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java1026 int attrIndex = filterKey.indexOf(' ');
1028 if (attrIndex == -1) {
1032 attrName = filterKey.substring(attrIndex + 1).trim();
1040 if ((attrIndex < algIndex) ||
1041 (algIndex == attrIndex - 1)) {
1044 algName = filterKey.substring(algIndex + 1, attrIndex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java1876 int attrIndex = attributeDeclIndex & CHUNK_MASK;
1877 fAttributeDeclName[attrChunk][attrIndex].setValues(attributeDecl.name);
1878 fAttributeDeclType[attrChunk][attrIndex] = attributeDecl.simpleType.type;
1881 fAttributeDeclType[attrChunk][attrIndex] |= LIST_FLAG;
1883 fAttributeDeclEnumeration[attrChunk][attrIndex] = attributeDecl.simpleType.enumeration;
1884 fAttributeDeclDefaultType[attrChunk][attrIndex] = attributeDecl.simpleType.defaultType;
1885 fAttributeDeclDatatypeValidator[attrChunk][attrIndex] = attributeDecl.simpleType.datatypeValidator;
1887 fAttributeDeclDefaultValue[attrChunk][attrIndex] = attributeDecl.simpleType.defaultValue;
1888 fAttributeDeclNonNormalizedDefaultValue[attrChunk][attrIndex] = attributeDecl.simpleType.nonNormalizedDefaultValue;
1898 attrIndex
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java700 int attrIndex = writeAttr(names.RuntimeVisibleParameterAnnotations);
711 endAttr(attrIndex);
715 int attrIndex = writeAttr(names.RuntimeInvisibleParameterAnnotations);
726 endAttr(attrIndex);
754 int attrIndex = writeAttr(names.RuntimeVisibleAnnotations);
758 endAttr(attrIndex);
762 int attrIndex = writeAttr(names.RuntimeInvisibleAnnotations);
766 endAttr(attrIndex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java2444 int attrIndex = fDeferredDocumentImpl.createDeferredAttribute (
2447 fDeferredDocumentImpl.setIdAttribute (attrIndex);
2450 fDeferredDocumentImpl.appendChild (elementDefIndex, attrIndex);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java2955 int attrIndex = attributes.addAttribute(attName, "CDATA", normalized);
2963 attrs.setSchemaId(attrIndex, schemaId);
2969 Augmentations augs = attributes.getAugmentations(attrIndex);

Completed in 74 milliseconds