Searched defs:specified (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2Impl.java48 * <p>The <em>specified</em> flag for each attribute will always
52 * always be false, except for defaulted attributes (<em>specified</em>
65 private boolean specified []; field in class:Attributes2Impl
72 specified = null;
80 * <em>specified</em> and <em>declared</em> flags for each
147 * Returns the current value of an attribute's "specified" flag.
159 return specified [index];
164 * Returns the current value of an attribute's "specified" flag.
181 return specified [index];
186 * Returns the current value of an attribute's "specified" fla
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java89 * the added attribute will be marked as specified in the XML instance
99 * the type specified for this attribute in the DTD.
102 * value specified as the pipe ('|') separated list of
122 * Removes the attribute at the specified index.
125 * attributes following the attribute at the specified index.
168 * Sets the name of the attribute at the specified index.
177 * of the attribute name at the specified index.
185 * Returns the prefix of the attribute at the specified index.
235 * Sets the type of the attribute at the specified index.
239 * the type specified fo
388 setSpecified(int attrIndex, boolean specified) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java195 * the added attribute will be marked as specified in the XML instance
205 * the type specified for this attribute in the DTD.
208 * value specified as the pipe ('|') separated list of
320 attribute.specified = false;
339 * Removes the attribute at the specified index.
342 * attributes following the attribute at the specified index.
360 * Sets the name of the attribute at the specified index.
371 * of the attribute name at the specified index.
381 * Sets the type of the attribute at the specified index.
385 * the type specified fo
451 setSpecified(int attrIndex, boolean specified) argument
1173 public boolean specified; field in class:XMLAttributesImpl.Attribute
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1416 // specified attributes should already have a normalized form
1504 // attribute will be treated as specified and we will never reach
1598 // in this case we need to make sure that specified attributes stay specified
1602 boolean specified = attr.getSpecified();
1604 attr.setSpecified(specified);
1646 public void setSpecified(int attrIndex, boolean specified){ argument
1648 attr.setSpecified(specified);
1670 * Sets the augmentations of the attribute at the specified index.
1724 * not specified
[all...]
H A DDeferredDocumentImpl.java421 * @param specified
430 boolean specified,
435 int attrNodeIndex = createDeferredAttribute(attrName, attrURI, attrValue, specified);
480 String attrValue, boolean specified) {
483 attrValue, specified);
511 boolean specified) {
512 return createDeferredAttribute(attrName, null, attrValue, specified);
517 String attrValue, boolean specified) {
526 int extra = specified ? SPECIFIED : 0;
607 /** Creates a clone of the specified nod
426 setDeferredAttribute(int elementNodeIndex, String attrName, String attrURI, String attrValue, boolean specified, boolean id, Object type) argument
478 setDeferredAttribute(int elementNodeIndex, String attrName, String attrURI, String attrValue, boolean specified) argument
510 createDeferredAttribute(String attrName, String attrValue, boolean specified) argument
516 createDeferredAttribute(String attrName, String attrURI, String attrValue, boolean specified) argument
[all...]
/openjdk7/jdk/src/share/back/
H A DdebugInit.c148 * List of explicitly compatible JVMTI versions, specified as
174 * list specified above.
961 "address specified through the 'address=' option",
1050 * Add environmentally specified options.
1103 errmsg = "address specified without transport";
1114 errmsg = "timeout specified without transport";
1246 errmsg = "no transport specified";
1261 jboolean specified = bagEnumerateOver(transports, checkAddress, NULL); local
1262 if (!specified) {

Completed in 50 milliseconds