xml
-
XPath String functions example
In the previous examples, we talked about how we can query for a particular node(s) and extract the attribute value…
Read More » -
XPath starts-with example
In this example we will learn how to use starts-with function of XPath. We will start with the introduction of…
Read More » -
XPath get attribute value example
Continuing on our previous example on how to search for a text using XPath, we shall demonstrate how to get…
Read More » -
XPath contains text example
In this example, we shall study how to search for a particular text using XPath in Java. What is XPath?…
Read More » -
JAXB JSON Example
In this example we shall show you how to make use of JAXB-JSON. JAXB is a java architecture for XML…
Read More » -
JAXB unmarshal example
In my last article, I’ve explained how to marshall java objects to xml using JAXB. In this one, we are…
Read More » -
JAXB marshal example
In this example we are going to show how to use the JAXB marshal functionalities. JAXB offers the possibility to…
Read More » -
Java XML parser Tutorial
In this tutorial, we will discuss the Java XML parser or how to read XML files. XML is a markup…
Read More » -
JAXB Hello World example
With this example we shall show you how to work with the JAXB framework in Java. JAXB stands for Java…
Read More » -
Create XML File in Java using JDOM parser example
In this tutorial we are going to see how to create an XML File in Java using JDOM parser. If…
Read More »