Hello folks! welcome back to a new section of our tutorial on XML DOM. In this tutorial, we are going to be studying about the XML DOM Notation Object.
The XML DOM Notation Object provides a scope to recognize the format of elements with a notation attribute, a non-XML data or a specific processing instruction. The Node object properties and methods can be done on the XML DOM Notation Object since that is also considered as a Node.
The Notation object inherits properties and methods from Node. Its node Name is the notation name. It has no parents
The XML DOM Notation Object provides a scope to recognize the format of elements with a notation attribute, a non-XML data or a specific processing instruction. The Node object properties and methods can be done on the XML DOM Notation Object since that is also considered as a Node.
The Notation object inherits properties and methods from Node. Its node Name is the notation name. It has no parents
XML DOM Notation Object Attributes
The following table lists the attributes of the XML DOM Notation Object -
Attribute | Type | Description |
---|---|---|
publicID | DOMString | It gives the name of the public identifier associated with the notation. |
systemID | DOMString | It gives the name of the system identifier associated with the notation. |
Alright guys! This is where we are going to be rounding up for this tutorial post. In our next tutorial, we will be studying about XML DOM Notation Object publicId Attribute.
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.
Feel free to ask your questions where necessary and we will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.
Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.
Thanks for reading and bye for now.