Java & XML Parser

Source: Internet
Author: User
Tags xml parser

Reference:
    • JDK8 api:http://docs.oracle.com/javase/8/docs/api/
    • dom:http://www.w3.org/tr/2004/rec-dom-level-3-core-20040407/

Summarize:
  1. javax.xml.parsers

    • Class: Documentbuilder :  defines the API to obtain DOM document instances from an XML document.
    • Class: documentbuilderfactory : Defines a factory API that enables Applications to obtain a parser this produces DOM object trees from XML documents. It can create a new instance of a documentbuilder.
    • class: saxparser : Defines the API that wraps an XMLReader implementation Class. Its instance can parse XML, similar to Documentbuilder, but with difference.
    • Class: saxparserfactory :  defines A factory API that enables Applications to configure and obtain a SAX based parser to parse XML documents. It can create a new instance of a saxparser.
  2. Org.w3c.dom
    • Interface: Node: Primary datatype for the entire Document Object Model (DOM). It can get, set, remove, replace any nodes.

Java & XML Parser

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.