Skip to content

Commit 16a1be7

Browse files
committed
Merge pull request 'xml' (#42) from xml into main
Reviewed-on: https://src.isharkfly.com/iSharkFly-Docs/java-tutorials/pulls/42
2 parents 1d6194a + e7ff029 commit 16a1be7

122 files changed

Lines changed: 207 additions & 3304 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/compiler.xml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jarRepositories.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

xml/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
### 相关文章:
66
- [Intro to XPath with Java](https://www.baeldung.com/java-xpath)
7-
- [Introduction to JiBX](https://www.baeldung.com/jibx)
87
- [XML Libraries Support in Java](https://www.baeldung.com/java-xml-libraries)
98
- [Working with XML Files in Java Using DOM Parsing](https://www.baeldung.com/java-xerces-dom-parsing)
10-
- [Write an org.w3.dom.Document to a File](https://www.baeldung.com/java-write-xml-document-file)
11-
- [Modifying an XML Attribute in Java](https://www.baeldung.com/java-modify-xml-attribute)
12-
- [Convert XML to HTML in Java](https://www.baeldung.com/java-convert-xml-to-html)
139
- [Parsing an XML File Using StAX](https://www.baeldung.com/java-stax)
1410
- [Parsing an XML File Using SAX Parser](https://www.baeldung.com/java-sax-parser)
11+
- [Remove HTML Tags Using Java](https://www.baeldung.com/java-remove-html-tags)
12+
- [Pretty-Print XML in Java](https://www.baeldung.com/java-pretty-print-xml)
13+
- [Validate an XML File Against an XSD File](https://www.baeldung.com/java-validate-xml-xsd)
14+
- [Converting JSON to XML in Java](https://www.baeldung.com/java-convert-json-to-xml)
15+
- [Convert an XML Object to a String in Java](https://www.baeldung.com/java-convert-xml-object-string)
16+
17+
- More articles: [[next -->]](../xml-2)

0 commit comments

Comments
 (0)