Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    Java JDOM Parser – Overview

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    JDOM is an open source, Java-based library to parse XML documents. It is typically a Java developer friendly API. It is Java optimized and it uses Java collections like List…

    Continue ReadingJava JDOM Parser – Overview

    Java SAX Parser – Create XML Document & Modify XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    It is better to use StAX parser for creating XML documents rather than using SAX parser. Please refer the Java StAX Parser section for the same. Java SAX Parser -…

    Continue ReadingJava SAX Parser – Create XML Document & Modify XML Document

    Java SAX Parser – Query XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the input text file that we need to Query for rollno: 393 <?xml version = "1.0"?> <class> <student rollno = "393"> <firstname>dinkar</firstname> <lastname>kad</lastname> <nickname>dinkar</nickname> <marks>85</marks> </student>…

    Continue ReadingJava SAX Parser – Query XML Document

    Java SAX Parser – Parse XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the input xml file we need to parse − <?xml version = "1.0"?> <class> <student rollno = "393"> <firstname>dinkar</firstname> <lastname>kad</lastname> <nickname>dinkar</nickname> <marks>85</marks> </student> <student rollno =…

    Continue ReadingJava SAX Parser – Parse XML Document

    Java SAX Parser – Overview

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    SAX (Simple API for XML) is an event-based parser for XML documents. Unlike a DOM parser, a SAX parser creates no parse tree. SAX is a streaming interface for XML,…

    Continue ReadingJava SAX Parser – Overview

    Java DOM Parser – Modify XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the input xml file we need to modify − <?xml version = "1.0" encoding = "UTF-8" standalone = "no"?> <cars> <supercars company = "Ferrari"> <carname type…

    Continue ReadingJava DOM Parser – Modify XML Document

    Zend Framework – Home

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Zend is an open source PHP framework. It is pure object-oriented and built around the MVC design pattern. Zend framework contains collection of PHP packages which can be used to…

    Continue ReadingZend Framework – Home

    Neo4j – Optional Match Clause

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    The OPTIONAL MATCH clause is used to search for the pattern described in it while using nulls for missing parts of the pattern. OPTIONAL MATCH is similar to the match clause, the…

    Continue ReadingNeo4j – Optional Match Clause

    Neo4j – Match Clause

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    In this chapter, we will learn about Match Clause and all the functions that can be performed using this clause. Get All Nodes Using Match Using the MATCH clause of…

    Continue ReadingNeo4j – Match Clause

    Java DOM Parser – Create XML Document

    • Post author:k A
    • Post published:August 24, 2021
    • Post category:Java/XML
    • Post comments:0 Comments

    Demo Example Here is the XML we need to create − <?xml version = "1.0" encoding = "UTF-8" standalone = "no"?> <cars> <supercars company = "Ferrari"> <carname type = "formula…

    Continue ReadingJava DOM Parser – Create XML Document
    • Go to the previous page
    • 1
    • …
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP