Java XML XML String

Java examples for XML:XML String

Description

Click the following links for the tutorial for XML and XML String.

  1. Given a string, replace all the instances of XML entities with their corresponding XML special characters.
  2. Searches an XML string for an entity definition and returns its value.
  3. Replaces the value of an entity in an XML string and returns the updated XML string.
  4. determining whether a specified character is a character according to production 2 of the XML 1.0 specification.
  5. replace Non XML Characters
  6. Quote a string, and write to a PrintWriter for XML.
  7. Strips all XML tags (converts to plain text).
  8. get Address Xml by appending tag string together


  9. Add boolean Content to XML Tag
  10. get Value From XML Tag
  11. Replaces a tag given by a tag name in an xml string.
  12. Appends an empty XML tag to the given StringBuffer .
  13. Appends an end XML tag to the given StringBuffer .
  14. Returns true if the given character is a tag name character by the XML standard, otherwise false.
  15. Returns true if the given character is a tag name start character by the XML standard, otherwise false.
  16. Retrieve the name of the first tag in the XML document specified by the given Reader, without parsing the full file/string.


  17. Throws an XMLParseException to indicate that extra data is encountered in a closing tag.
  18. decompress XML String
  19. Unescapes the String by converting XML escape sequences back into normal characters.
  20. Detect bad xml 1.0 characters
  21. Replace bad xml characters in given array by space
  22. unescape Xml