Searched refs:qualifiedName (Results 1 - 25 of 48) sorted by relevance

12

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DPSVIDocumentImpl.java98 public Element createElementNS(String namespaceURI, String qualifiedName) argument
100 return new PSVIElementNSImpl(this, namespaceURI, qualifiedName);
106 public Element createElementNS(String namespaceURI, String qualifiedName, argument
108 return new PSVIElementNSImpl(this, namespaceURI, qualifiedName, localpart);
114 public Attr createAttributeNS(String namespaceURI, String qualifiedName) argument
116 return new PSVIAttrNSImpl(this, namespaceURI, qualifiedName);
122 public Attr createAttributeNS(String namespaceURI, String qualifiedName, argument
124 return new PSVIAttrNSImpl(this, namespaceURI, qualifiedName, localName);
H A DPSVIDOMImplementationImpl.java95 * @param qualifiedName The qualified name of the document
108 String qualifiedName,
119 Element e = doc.createElementNS( namespaceURI, qualifiedName);
107 createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) argument
H A DAttrNSImpl.java75 String qualifiedName) {
77 super(ownerDocument, qualifiedName);
78 setName(namespaceURI, qualifiedName);
124 String qualifiedName,
126 super(ownerDocument, qualifiedName);
142 void rename(String namespaceURI, String qualifiedName) { argument
146 this.name = qualifiedName;
147 setName(namespaceURI, qualifiedName);
155 * @param qualifiedName
160 String qualifiedName,
73 AttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) argument
122 AttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
158 setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
[all...]
H A DDOMImplementationImpl.java122 * @param qualifiedName The qualified name of the document
135 String qualifiedName,
139 if(namespaceURI == null && qualifiedName == null && doctype == null){
140 //if namespaceURI, qualifiedName and doctype are null, returned document is empty with
149 Element e = doc.createElementNS( namespaceURI, qualifiedName);
134 createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) argument
H A DElementNSImpl.java80 String qualifiedName)
83 super(ownerDocument, qualifiedName);
84 setName(namespaceURI, qualifiedName);
101 //2. or if the qualifiedName is null and the namespaceURI is different from null,
141 //1. if the qualifiedName has a prefix and the namespaceURI is null,
143 //2. or if the qualifiedName has a prefix that is "xml" and the namespaceURI
164 String namespaceURI, String qualifiedName,
168 super(ownerDocument, qualifiedName);
183 void rename(String namespaceURI, String qualifiedName) argument
188 this.name = qualifiedName;
78 ElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) argument
163 ElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
201 setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
[all...]
H A DPSVIElementNSImpl.java50 String qualifiedName, String localName) {
51 super(ownerDocument, namespaceURI, qualifiedName, localName);
58 String qualifiedName) {
59 super(ownerDocument, namespaceURI, qualifiedName);
49 PSVIElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
57 PSVIElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) argument
H A DPSVIAttrNSImpl.java50 String qualifiedName, String localName) {
51 super(ownerDocument, namespaceURI, qualifiedName, localName);
58 String qualifiedName) {
59 super(ownerDocument, namespaceURI, qualifiedName);
49 PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
57 PSVIAttrNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) argument
H A DCoreDOMImplementationImpl.java135 * @param qualifiedName The qualified name of the document type to be created.
140 public DocumentType createDocumentType( String qualifiedName, argument
145 checkQName(qualifiedName);
146 return new DocumentTypeImpl(null, qualifiedName, publicID, systemID);
222 * @param qualifiedName The qualified name of the document
236 String qualifiedName,
248 Element e = doc.createElementNS(namespaceURI, qualifiedName);
234 createDocument( String namespaceURI, String qualifiedName, DocumentType doctype) argument
/openjdk10/langtools/test/tools/javac/processing/model/element/
H A DTestModuleElementNames.java56 String qualifiedName = mod.getQualifiedName().toString();
59 throw new RuntimeException("Unnamed mismatch on " + qualifiedName);
63 !qualifiedName.equals(expectedQual)) {
64 throw new RuntimeException("Unexpected name,\tqualitifed ``" + qualifiedName +
/openjdk10/jaxp/src/java.xml/share/classes/org/w3c/dom/
H A DDOMImplementation.java66 * @param qualifiedName The qualified name of the document type to be
75 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
82 public DocumentType createDocumentType(String qualifiedName, argument
102 * @param qualifiedName The qualified name of the document element to be
109 * If the <code>NamespaceURI</code>, <code>qualifiedName</code>, and
115 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
116 * malformed, if the <code>qualifiedName</code> has a prefix and the
118 * <code>qualifiedName</code> is <code>null</code> and the
120 * if the <code>qualifiedName</code> has a prefix that is "xml" and
135 String qualifiedName,
134 createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) argument
[all...]
H A DDocument.java352 * @param qualifiedName The qualified name of the element type to
368 * <code>qualifiedName</code></td>
378 * from <code>qualifiedName</code>, or <code>null</code> if there is
384 * <code>qualifiedName</code></td>
389 * <code>qualifiedName</code></td>
395 * <code>qualifiedName</code> is not an XML name according to the XML
398 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is a
399 * malformed qualified name, if the <code>qualifiedName</code> has a
401 * if the <code>qualifiedName</code> has a prefix that is "xml" and
404 * , or if the <code>qualifiedName</cod
411 createElementNS(String namespaceURI, String qualifiedName) argument
485 createAttributeNS(String namespaceURI, String qualifiedName) argument
849 renameNode(Node n, String namespaceURI, String qualifiedName) argument
[all...]
H A DElement.java215 * changed to be the prefix part of the <code>qualifiedName</code>, and
233 * @param qualifiedName The qualified name of the attribute to create or
241 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
243 * <code>qualifiedName</code> has a prefix and the
245 * <code>qualifiedName</code> has a prefix that is "xml" and the
247 * http://www.w3.org/XML/1998/namespace</a>", if the <code>qualifiedName</code> or its prefix is "xmlns" and the
248 * <code>namespaceURI</code> is different from "<a href='http://www.w3.org/2000/xmlns/'>http://www.w3.org/2000/xmlns/</a>", or if the <code>namespaceURI</code> is "<a href='http://www.w3.org/2000/xmlns/'>http://www.w3.org/2000/xmlns/</a>" and neither the <code>qualifiedName</code> nor its prefix is "xmlns".
255 String qualifiedName,
254 setAttributeNS(String namespaceURI, String qualifiedName, String value) argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DProgramElementDoc.java74 String qualifiedName(); method in interface:ProgramElementDoc
H A DRootDoc.java107 * @param qualifiedName
114 ClassDoc classNamed(String qualifiedName); argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DConstructorDocImpl.java89 public String qualifiedName() { method in class:ConstructorDocImpl
102 return typeParametersString() + qualifiedName() + signature();
H A DMethodDocImpl.java228 public String qualifiedName() { method in class:MethodDocImpl
229 if (qualifiedName == null) {
230 qualifiedName = sym.enclClass().getQualifiedName() + "." + sym.name;
232 return qualifiedName;
235 private String qualifiedName; field in class:MethodDocImpl
H A DPackageDocImpl.java332 return qualifiedName();
338 public String qualifiedName() { method in class:PackageDocImpl
339 if (qualifiedName == null) {
343 qualifiedName = fullname.isEmpty() ? "" : fullname.toString();
345 return qualifiedName;
348 private String qualifiedName; field in class:PackageDocImpl
H A DAbstractTypeImpl.java77 public String qualifiedName() { method in class:AbstractTypeImpl
H A DRootDocImpl.java212 * @param qualifiedName qualified class name
218 public ClassDoc classNamed(String qualifiedName) { argument
219 return env.lookupClass(qualifiedName);
248 public String qualifiedName() { method in class:RootDocImpl
392 && annotationDesc.annotationType().qualifiedName().equals(
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/writers/
H A DXMLDOMWriterImpl.java221 String qualifiedName = null;
223 qualifiedName = localName;
225 qualifiedName = getQName(prefix,localName);
227 Attr attr = ownerDoc.createAttributeNS(namespaceURI, qualifiedName);
256 String qualifiedName = null;
258 qualifiedName = localName;
261 qualifiedName = getQName(prefix,localName);
263 Attr attr = ownerDoc.createAttributeNS(namespaceURI, qualifiedName);
374 String qualifiedName = null;
391 qualifiedName
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/name/
H A DNameImpl.java56 private String qualifiedName = null; field in class:NameImpl
107 String qualifiedName,
109 return createFromTagAndUri(qualifiedName, uri);
128 protected static int getPrefixSeparatorIndex(String qualifiedName) { argument
129 int index = qualifiedName.indexOf(':');
134 new String[] { qualifiedName });
137 + qualifiedName
143 public static String getPrefixFromQualifiedName(String qualifiedName) { argument
144 return qualifiedName.substring(
146 getPrefixSeparatorIndex(qualifiedName));
106 createFromQualifiedName( String qualifiedName, String uri) argument
149 getLocalNameFromQualifiedName(String qualifiedName) argument
[all...]
/openjdk10/langtools/test/tools/javadoc/imports/
H A DMissingImport.java57 !imps[0].qualifiedName().equals("bo.o.o.o.Gus")) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMImplementation.java43 public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) argument
48 public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/
H A DConfigReader.java128 String qualifiedName = typeDecl.getQualifiedName().toString();
131 boolean match = checkPatternMatch(qualifiedName, pattern);
137 boolean match = checkPatternMatch(qualifiedName, pattern);
168 * @param qualifiedName
174 private boolean checkPatternMatch(String qualifiedName, Pattern pattern) { argument
175 Matcher matcher = pattern.matcher(qualifiedName);
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/newrmic/jrmp/
H A DRemoteClass.java162 implClass.qualifiedName());
185 intf.qualifiedName() + "]");
202 implClass.qualifiedName());
209 implClass.qualifiedName());
266 msg += exceptions[j].qualifiedName();
298 intf.qualifiedName() + " not an interface");
328 intf.qualifiedName(),
346 ex.qualifiedName());

Completed in 477 milliseconds

12