Home | History | Annotate | Download | only in utils

Lines Matching refs:validate

102    * @param validate If true the new QName will be validated and an IllegalArgumentException will
105 public QName(String namespaceURI, String localName, boolean validate)
109 // that is done when the validate parameter is true.
114 if (validate)
149 * @param validate If true the new QName will be validated and an IllegalArgumentException will
152 public QName(String namespaceURI, String prefix, String localName, boolean validate)
156 // that is done when the validate parameter is true.
161 if (validate)
199 * @param validate If true the new QName will be validated and an IllegalArgumentException will
202 public QName(String localName, boolean validate)
206 // that is done when the validate parameter is true.
211 if (validate)
244 * @param validate If true the new QName will be validated and an IllegalArgumentException will
247 public QName(String qname, Stack namespaces, boolean validate)
302 if (validate)
338 * @param validate If true the new QName will be validated and an IllegalArgumentException will
342 PrefixResolver resolver, boolean validate)
391 if (validate)
424 * @param validate If true the new QName will be validated and an IllegalArgumentException will
427 public QName(String qname, PrefixResolver resolver, boolean validate)
469 if (validate)