Java edu.stanford.nlp.util XMLUtils fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.util XMLUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.util XMLUtils.

The text is from its open source code.

Method

StringescapeAttributeXML(String in)
Returns a String in which some XML special characters have been escaped.
StringescapeElementXML(String in)
Returns a String in which some the XML special characters have been escaped: just the ones that need escaping in an element content.
StringescapeTextAroundXMLTags(String s)
StringescapeXML(String in)
Returns a String in which all the XML special characters have been escaped.