Lines Matching defs:specified

164      * the added attribute will be marked as specified in the XML instance
174 * the type specified for this attribute in the DTD.
177 * value specified as the pipe ('|') separated list of
302 attribute.specified = false;
321 * Removes the attribute at the specified index.
324 * attributes following the attribute at the specified index.
342 * Sets the name of the attribute at the specified index.
353 * of the attribute name at the specified index.
363 * Sets the type of the attribute at the specified index.
367 * the type specified for this attribute in the DTD.
370 * value specified as the pipe ('|') separated list of
380 * Sets the value of the attribute at the specified index. This
400 * Sets the non-normalized value of the attribute at the specified
414 * Returns the non-normalized value of the attribute at the specified
426 * Sets whether an attribute is specified in the instance document
430 * @param specified True if the attribute is specified in the instance
433 public void setSpecified(int attrIndex, boolean specified) {
434 fAttributes[attrIndex].specified = specified;
438 * Returns true if the attribute is specified in the instance document.
443 return fAttributes[attrIndex].specified;
556 * #IMPLIED without a value specified in the start tag) will be
726 * the added attribute will be marked as specified in the XML instance
772 attribute.specified = false;
1046 * Returns the prefix of the attribute at the specified index.
1135 * Sets the augmentations of the attribute at the specified index.
1145 * Sets the uri of the attribute at the specified index.
1253 public boolean specified;