kuangyu0801 / tdd-java-maven-junit

Template project for TDD java development using Maven and hamcrest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD with Java

XML

  • https://www.w3schools.com/xml/default.asp
  • Syntax:
    1. 1st row must have version declaration
    2. must have only 1 root
    3. attribute must usd quotation mark
    4. matching closing
    5. tag is case-sensitive "" != ""
  • Component
    • declaration:
      • version: mandatory attribute
      • encoding
      • standalone
    • tag
      • id property is unique
    • 本文
      • CDATA:
  • 約束

Node vs Element vs Document

Java IO

About

Template project for TDD java development using Maven and hamcrest


Languages

Language:Java 100.0%