Uses of Class
org.apache.jasper.xmlparser.XMLString
-
Packages that use XMLString Package Description org.apache.jasper.xmlparser -
-
Uses of XMLString in org.apache.jasper.xmlparser
Subclasses of XMLString in org.apache.jasper.xmlparser Modifier and Type Class Description classXMLStringBufferDeprecated.Will be removed in Tomcat 9.0.x onwardsMethods in org.apache.jasper.xmlparser with parameters of type XMLString Modifier and Type Method Description voidXMLStringBuffer. append(XMLString s)Deprecated.Append XML stringintXMLEncodingDetector. scanLiteral(int quote, XMLString content)Deprecated.Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.StringXMLEncodingDetector. scanPseudoAttribute(boolean scanningTextDecl, XMLString value)Deprecated.Scans a pseudo attribute.voidXMLString. setValues(XMLString s)Deprecated.Initializes the contents of the XMLString structure with copies of the given string structure.
-