Home
last modified time | relevance | path

Searched defs:xmlFile (Results 76 – 100 of 760) sorted by relevance

12345678910>>...31

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DOccursWildcardTest.java89 File xmlFile = new File(getClass().getResource("occurs-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
H A DOccursWildcardUnbounded.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursMaxMinErrorMin() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 … File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
H A DOccursWildcardUnbounded.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
H A DOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 … File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
H A DOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
H A DOccursWildcardUnbounded.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DMultiOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-ok.xml").getFile()); in testMultiOccursMaxMinOk() local
105 … File xmlFile = new File(getClass().getResource("multi-occurs-unbounded-error-min.xml").getFile()); in testMultiOccursMaxMinErrorMin() local
H A DOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
H A DOccursWildcardUnbounded.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/validation/
H A DOccursUnboundedTest.java89 File xmlFile = new File(getClass().getResource("occurs-unbounded-ok.xml").getFile()); in testOccursUnboundedMaxMinOk() local
105 File xmlFile = new File(getClass().getResource("occurs-unbounded-error-min.xml").getFile()); in testOccursUnboundedMaxMinErrorMin() local
/dports/textproc/dom4j/dom4j-1.6.1/src/samples/org/dom4j/samples/
H A DJTidyDemo.java38 protected Document parse(String xmlFile) throws Exception { in parse()
48 protected InputStream openStream(String xmlFile) throws Exception { in openStream()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/
H A DTC_SchemaSet_AllowXmlAttributes.cs63 private XmlReader CreateReader(string xmlFile, XmlSchemaSet ss, bool allowXml) in CreateReader()
268 …public void v1(string xmlFile, string xsdFile, bool allowXmlAttributes, int expectedWarningCount, … in v1()
H A DTC_SchemaSet_ProhibitDTD.cs75 private XmlReader CreateReader(string xmlFile, bool prohibitDtd) in CreateReader()
80 private XmlReader CreateReader(string xmlFile) in CreateReader()
90 private XmlReader CreateReader(string xmlFile, XmlSchemaSet ss, bool prohibitDTD) in CreateReader()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/test/ParameterList/
H A DParameterList_XMLDuplicateSublists.cpp88 FileInputSource xmlFile(filename); in TEUCHOS_UNIT_TEST() local
100 FileInputSource xmlFile(filename); in TEUCHOS_UNIT_TEST() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Core/
H A DctkCmdLineModuleCache.cpp106 QFile xmlFile(d->xmlFileName(moduleLocation)); in rawXmlDescription() local
129 QFile xmlFile(d->xmlFileName(moduleLocation)); in cacheXmlDescription() local
178 QFile xmlFile(d->xmlFileName(moduleLocation)); in removeCacheEntry() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/test/auctionportal/
H A DUserController.java118 String xmlFile = XML_DIR + "accountInfo.xml"; in testAddUser() local
165 String xmlFile = XML_DIR + "accountInfo.xml"; in testMoreUserInfo() local
250 String xmlFile = XML_DIR + "userInfo.xml"; in testUserError() local
277 String xmlFile = XML_DIR + "screenName.xml"; in testCheckScreenNameExists() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/
H A DModelModification.java50 public ModelModification(IFile bundleFile, IFile xmlFile) { in ModelModification()
85 private void createFullBundleModification(IFile bundleFile, IFile xmlFile) { in createFullBundleModification()

12345678910>>...31