Home
last modified time | relevance | path

Searched refs:getLocalName (Results 1 – 25 of 3604) sorted by relevance

12345678910>>...145

/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DemailAddressTest.cpp72 VASSERT_EQ("1/local", "local", eml1.getLocalName()); in testParseASCII()
77 VASSERT_EQ("2/local", "local", eml2.getLocalName()); in testParseASCII()
87 VASSERT_EQ("1/local", "Pelé", eml1.getLocalName()); in testParseEAI()
92 VASSERT_EQ("2/local", "δοκιμή", eml2.getLocalName()); in testParseEAI()
97 VASSERT_EQ("3/local", "甲斐", eml3.getLocalName()); in testParseEAI()
110 VASSERT_EQ("1/local", "local", eml1.getLocalName()); in testParseInvalid()
127 VASSERT_EQ("4/local", "local", eml4.getLocalName()); in testParseInvalid()
140 VASSERT_EQ("1/local", " ", eml1.getLocalName()); in testParseSpecialChars()
205 VASSERT_EQ("1/local", "Pelé", eml1.getLocalName()); in testParseRFC2047EncodedLocalPart()
209 VASSERT_EQ("2/local", "甲斐", eml2.getLocalName()); in testParseRFC2047EncodedLocalPart()
[all …]
/dports/science/cdk/cdk-cdk-2.3/storage/io/src/main/java/org/openscience/cdk/io/pubchemxml/
H A DPubChemXMLHelper.java119 if (!parser.getLocalName().equals(EL_PCCOMPOUNDS)) { in parseCompoundsBlock()
129 if (EL_PCCOMPOUND.equals(parser.getLocalName())) { in parseCompoundsBlock()
144 if (!parser.getLocalName().equals("PC-Substance")) { in parseSubstance()
174 if (EL_PCID_ID.equals(parser.getLocalName())) { in getSID()
205 if (EL_ELEMENT.equals(parser.getLocalName())) { in parseAtomElements()
224 if (EL_ATOMBLOCK.equals(parser.getLocalName())) { in parserAtomBlock()
273 if (EL_ATOMINT.equals(parser.getLocalName())) { in parseAtomCharges()
298 if (!parser.getLocalName().equals("PC-Compound")) { in parseMolecule()
335 if (EL_BONDID1.equals(parser.getLocalName())) { in parserBondBlock()
418 if (endTag.equals(parser.getLocalName())) { in parseValues()
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile.h35 getLocalName() const { return "create-directory"; } in getLocalName() function
67 getLocalName() const { return "copy-file-impl"; } in getLocalName() function
83 getLocalName() const { return "exists"; } in getLocalName() function
99 getLocalName() const { return "list"; } in getLocalName() function
139 getLocalName() const { return "is-directory"; } in getLocalName() function
155 getLocalName() const { return "is-file"; } in getLocalName() function
192 getLocalName() const { return "size"; } in getLocalName() function
261 getLocalName() const { return "path-to-uri"; } in getLocalName() function
293 getLocalName() const { return "read-binary"; } in getLocalName() function
309 getLocalName() const { return "read-text"; } in getLocalName() function
[all …]
/dports/ftp/dmachine/dmachine-0.25/src/
H A Ddownloadcore.java49 int skipbytes=(int)new File(dmachine.tmp_dir,qf.getLocalName()).length(); in downloadCore()
134 new File(dmachine.attic_dir,df.qf.getLocalName()).delete(); in GenericTransferLogic()
135 new File(dmachine.tmp_dir,df.qf.getLocalName()).renameTo in GenericTransferLogic()
136 (new File(dmachine.attic_dir,df.qf.getLocalName())); in GenericTransferLogic()
187 new java.io.FileOutputStream(dmachine.tmp_dir+File.separator+df.qf.getLocalName(),true),4096)); in DataTransfer()
259 File tmpfile = new File(dmachine.tmp_dir,qf.getLocalName()); in handleDownloadedFile()
266 if(!tmpfile.renameTo (new File(savedir,qf.getLocalName())) in handleDownloadedFile()
277 if(!tmpfile.renameTo(new File(dmachine.download_dir,qf.getLocalName()))) in handleDownloadedFile()
288 if(!qf.getName().equals(qf.getLocalName())) in handleDownloadedFile()
290 dmachine.log_ok("*** File "+qf.getName()+" saved as "+qf.getLocalName()+" ***"); in handleDownloadedFile()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/parsing_and_serializing/
H A Dparse_fragment_impl.cpp94 if (child->getNodeName()->getLocalName() == "base-uri") in processOptions()
118 else if (child->getNodeName()->getLocalName() == "no-error") in processOptions()
120 else if (child->getNodeName()->getLocalName() == "strip-boundary-space") in processOptions()
122 else if (child->getNodeName()->getLocalName() == "schema-validate") in processOptions()
130 else if (child->getNodeName()->getLocalName() == "DTD-validate") in processOptions()
132 else if (child->getNodeName()->getLocalName() == "DTD-load") in processOptions()
144 if (attr->getNodeName()->getLocalName() == "skip-root-nodes") in processOptions()
148 else if (attr->getNodeName()->getLocalName() == "error-on-doctype") in processOptions()
153 else if (child->getNodeName()->getLocalName() == "substitute-entities") in processOptions()
159 else if (child->getNodeName()->getLocalName() == "no-CDATA") in processOptions()
[all …]
/dports/textproc/p5-XML-XUpdate-LibXML/XML-XUpdate-LibXML-0.6.0/lib/XML/XUpdate/
H A DLibXML.pm215 if ( $inst->getLocalName() eq 'element' ) {
248 } elsif ( $inst->getLocalName() eq 'text' ) {
255 } elsif ( $inst->getLocalName() eq 'comment' ) {
300 if ($command->getLocalName() eq 'variable') {
303 } elsif ($command->getLocalName() eq 'if') {
328 if ($command->getLocalName eq 'insert-after') {
336 } elsif ($command->getLocalName eq 'insert-before') {
344 } elsif ($command->getLocalName eq 'append') {
353 } elsif ($command->getLocalName eq 'update') {
364 } elsif ($command->getLocalName eq 'remove') {
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DAttributesImplTest.cpp94 assertTrue (attrs.getLocalName(0) == "a1"); in testNamespaces()
107 assertTrue (attrs.getLocalName(1) == "a2"); in testNamespaces()
129 assertTrue (attrs.getLocalName(0) == "a2"); in testNamespaces()
132 assertTrue (attrs.getLocalName(1) == "a3"); in testNamespaces()
158 assertTrue (attrs.getLocalName(0) == "a1"); in testAccessors()
159 assertTrue (attrs.getLocalName(1) == "a2"); in testAccessors()
160 assertTrue (attrs.getLocalName(2) == "a3"); in testAccessors()
184 assertTrue (attrs.getLocalName(2) == "A3"); in testAccessors()
210 assertTrue (attrs2.getLocalName(0) == "a1"); in testCopy()
211 assertTrue (attrs2.getLocalName(1) == "a2"); in testCopy()
[all …]
/dports/textproc/p5-RDFStore/RDFStore-0.51/lib/RDFStore/
H A DResource.pm81 return ( $_[0]->getLocalName() eq $_[1]->getLocalName() ) ? 1 : 0;
83 return ($_[0]->getLocalName() eq $_[1]->getURI()) ? 1 : 0;
87 return ( ( $_[0]->getLocalName() eq $_[1]->getLocalName() ) &&
/dports/textproc/p5-RDFStore/RDFStore-0.51/utils/
H A Drdfs2html.pl254 my $slot_name = $s->predicate->getLocalName;
268 $value = "<A HREF='".$value->getLocalName.".html'>".$value->getLocalName."</A>";
271 $value = $value->getLocalName;
280 $type = $type->getLocalName;
311 my $class_name = $top_class->getLocalName;
340 $example_name = $ex->getLocalName;
378 my $class_name = ($class->isbNode) ? $class->toString : $class->getLocalName;
424 my $example_name = $ex->getLocalName;
446 my $sc_name = $sc->getLocalName;
474 my $slot_name = $s->getLocalName;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java94 if (a.getLocalName().equals("node")) { in validate()
97 if (a.getLocalName().equals("wsdlLocation")) { in validate()
186 if ("bindings".equals(child.getLocalName())) { in internalize()
207 if ("bindings".equals(bindings.getLocalName())) { in insertBinding()
210 if ("bindings".equals(item.getLocalName())) { in insertBinding()
246 String localName = target.getLocalName();
269 (bindings.getLocalName().equals("package") ||
270 bindings.getLocalName().equals("enableAsyncMapping") ||
272 bindings.getLocalName().equals("enableWrapperStyle") ||
273 bindings.getLocalName().equals("enableMIMEContent")));
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java94 if (a.getLocalName().equals("node")) { in validate()
97 if (a.getLocalName().equals("wsdlLocation")) { in validate()
186 if ("bindings".equals(child.getLocalName())) { in internalize()
207 if ("bindings".equals(bindings.getLocalName())) { in insertBinding()
210 if ("bindings".equals(item.getLocalName())) { in insertBinding()
246 String localName = target.getLocalName();
269 (bindings.getLocalName().equals("package") ||
270 bindings.getLocalName().equals("enableAsyncMapping") ||
272 bindings.getLocalName().equals("enableWrapperStyle") ||
273 bindings.getLocalName().equals("enableMIMEContent")));
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/xml/
H A DAttributeType.java56 public final String getLocalName () { return qname.getLocalName(); } in getLocalName() method in AttributeType
61 code.emitPushString(qname.getLocalName()); in emitCoerceFromObject()
67 return coerce(obj, qname.getNamespaceURI(), qname.getLocalName()); in coerceFromObject()
83 String localName = qname.getLocalName(); in isInstance()
90 curLocalName = qname.getLocalName(); in isInstance()
114 return coerceOrNull(obj, qname.getNamespaceURI(),qname.getLocalName()) in isInstance()
133 curLocalName = qname.getLocalName(); in coerceOrNull()
170 code.emitPushString(qname.getLocalName()); in emitCoerceOrNullMethod()
H A DElementType.java62 public final String getLocalName () { return qname.getLocalName(); } in getLocalName() method in ElementType
67 code.emitPushString(qname.getLocalName()); in emitCoerceFromObject()
73 return coerce(obj, qname.getNamespaceURI(), qname.getLocalName()); in coerceFromObject()
89 String localName = qname.getLocalName(); in isInstance()
96 curLocalName = qname.getLocalName(); in isInstance()
120 return coerceOrNull(obj, qname.getNamespaceURI(),qname.getLocalName()) in isInstance()
141 curLocalName = qname.getLocalName(); in coerceOrNull()
178 code.emitPushString(qname.getLocalName()); in emitCoerceOrNullMethod()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/xml/sax/xmlfiles/out/
H A DAttributesGF.out7 getLocalName <pnumber>
25 getLocalName <pnumber>
43 getLocalName <pnumber>
58 getLocalName <mother>
73 getLocalName <father>
91 getLocalName <pnumber>
106 getLocalName <mother>
121 getLocalName <father>
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/intermediate/extensions/
H A DDocumentNavigationHandler.java76 if (BOOKMARK_TREE.getLocalName().equals(localName)) { in startElement()
82 } else if (BOOKMARK.getLocalName().equals(localName)) { in startElement()
99 } else if (NAMED_DESTINATION.getLocalName().equals(localName)) { in startElement()
106 } else if (LINK.getLocalName().equals(localName)) { in startElement()
115 } else if (GOTO_XY.getLocalName().equals(localName)) { in startElement()
147 } else if (GOTO_URI.getLocalName().equals(localName)) { in startElement()
194 if (BOOKMARK_TREE.getLocalName().equals(localName)) { in endElement()
199 } else if (BOOKMARK.getLocalName().equals(localName)) { in endElement()
207 } else if (NAMED_DESTINATION.getLocalName().equals(localName)) { in endElement()
214 } else if (LINK.getLocalName().equals(localName)) { in endElement()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java111 String nodeLocalName = node.getLocalName()== null?node.getNodeName():node.getLocalName(); in writeTagWithAttributes()
129 …String local = attr.getLocalName().equals(XMLConstants.XMLNS_ATTRIBUTE) ? "" : attr.getLocalName(); in writeTagWithAttributes()
137 writer.setPrefix(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
138 writer.writeNamespace(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
158 String localName = attr.getLocalName(); in writeTagWithAttributes()
168 writer.setPrefix(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
197 if (c.getLocalName().equals(local) && c.getNamespaceURI().equals(nsUri)) { in getFirstChild()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java111 String nodeLocalName = node.getLocalName()== null?node.getNodeName():node.getLocalName(); in writeTagWithAttributes()
129 …String local = attr.getLocalName().equals(XMLConstants.XMLNS_ATTRIBUTE) ? "" : attr.getLocalName(); in writeTagWithAttributes()
137 writer.setPrefix(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
138 writer.writeNamespace(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
158 String localName = attr.getLocalName(); in writeTagWithAttributes()
168 writer.setPrefix(attr.getLocalName(), attr.getNodeValue()); in writeTagWithAttributes()
197 if (c.getLocalName().equals(local) && c.getNamespaceURI().equals(nsUri)) { in getFirstChild()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DResolveNamesMethod.java55 String tagLocalName = reader.getLocalName(); in handleItem()
70 String tagLocalName = reader.getLocalName(); in handleMailbox()
84 String tagLocalName = reader.getLocalName(); in handleContact()
102 String tagLocalName = reader.getLocalName(); in handlePhysicalAddress()
113 String tagLocalName = reader.getLocalName(); in handlePhysicalAddresses()
126 String tagLocalName = reader.getLocalName(); in handlePhoneNumbers()
141 String tagLocalName = reader.getLocalName(); in handleEmailAddresses()

12345678910>>...145