Searched refs:specified (Results 1 - 22 of 22) 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/impl/msg/
H A DSAXMessages_de.properties43 schema-already-specified = Eigenschaft "{0}" kann nicht festgelegt werden, wenn bereits ein Schemaobjekt ungleich null angegeben wurde.
H A DSAXMessages_fr.properties43 schema-already-specified = La propri\u00E9t\u00E9 ''{0}'' ne peut pas \u00EAtre d\u00E9finie lorsqu''un objet de sch\u00E9ma non NULL a d\u00E9j\u00E0 \u00E9t\u00E9 indiqu\u00E9.
H A DSAXMessages_es.properties43 schema-already-specified = La propiedad ''{0}'' no puede definirse cuando un objeto de esquema no nulo ya se haya especificado.
H A DSAXMessages_it.properties43 schema-already-specified = Impossibile impostare la propriet\u00E0 ''{0}'' se \u00E8 gi\u00E0 stato specificato un oggetto di schema non nullo.
H A DSAXMessages_pt_BR.properties43 schema-already-specified = A propriedade ''{0}'' n\u00E3o pode ser definida quando um objeto do Esquema n\u00E3o nulo j\u00E1 tiver sido especificado.
H A DSAXMessages_sv.properties43 schema-already-specified = Egenskapen ''{0}'' kan inte anges om ett Schema-objekt som \u00E4r icke-null redan har angetts.
H A DSAXMessages_zh_CN.properties43 schema-already-specified = \u65E0\u6CD5\u5728\u6307\u5B9A\u4E86\u975E\u7A7A Schema \u5BF9\u8C61\u7684\u60C5\u51B5\u4E0B\u8BBE\u7F6E\u5C5E\u6027 ''{0}''\u3002
H A DSAXMessages_zh_TW.properties43 schema-already-specified = \u5DF2\u7D93\u6307\u5B9A\u975E\u7A7A\u503C\u7DB1\u8981\u7269\u4EF6\u6642\uFF0C\u7121\u6CD5\u8A2D\u5B9A\u5C6C\u6027 ''{0}''\u3002
H A DSAXMessages_ja.properties43 schema-already-specified = null\u4EE5\u5916\u306E\u30B9\u30AD\u30FC\u30DE\u30FB\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u3059\u3067\u306B\u6307\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001\u30D7\u30ED\u30D1\u30C6\u30A3''{0}''\u306F\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
H A DSAXMessages_ko.properties43 schema-already-specified = \uB110\uC774 \uC544\uB2CC \uC2A4\uD0A4\uB9C8 \uAC1D\uCCB4\uAC00 \uC774\uBBF8 \uC9C0\uC815\uB41C \uACBD\uC6B0 ''{0}'' \uC18D\uC131\uC744 \uC124\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticFramework.cpp280 out->print_cr("\nOptions: (options must be specified using the <key> or <key>=<value> syntax)");
/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/xml/internal/stream/dtd/
H A DDTDGrammarUtil.java205 // Check after all specified attrs are scanned
239 boolean specified = false;
260 specified = true;
266 specified = true;
275 if (!specified) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
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...]
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...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java648 * not specified.
649 * @param standalone The standalone value, or null if not specified.
672 * if the external DTD is specified using SYSTEM.
702 // This can never happen when the instance document specified a DOCTYPE. -- mrglavas
974 * @param data The data or null if none specified.
1066 * @param version The XML version, or null if not specified.
1118 // Check after all specified attrs are scanned
1153 boolean specified = false;
1161 specified = true;
1167 if (!specified) {
[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) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java572 * @param version The XML version, or null if not specified.
672 * @param data The data or null if none specified.
790 // use specified document class
855 * not specified.
856 * @param standalone The standalone value, or null if not specified.
887 * if the external DTD is specified using SYSTEM.
949 boolean specified = attributes.isSpecified(i);
953 if (!specified && (seenSchemaDefault || (fAttrQName.uri != null &&
961 // NOTE: The specified value MUST be set after you set
962 // the node value because that turns the "specified"
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java222 ("keystorePasswordURL.can.not.be.specified.without.also.specifying.keystore"));
1018 * Test for equality between the specified object and this object.
1184 * Constructs a ParsingException with the specified
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp255 // Returns true if the flag is obsolete and fits into the range specified
570 "The specified size exceeds the maximum "
845 "Improperly specified VM option '%s'\n", argname);
1052 "Class data sharing is inconsistent with other specified options.\n");
1263 " options are specified for the CMS collector."
1269 // unless it was manually specified. This is because a too-low value
1403 // mode, when large pages are specified on windows.
1435 // If InitialSurvivorRatio or MinSurvivorRatio were not specified, but the
1555 // An initial heap size was specified on the command line,
1649 // is also specified
[all...]

Completed in 109 milliseconds