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 class
XMLStringBuffer
XMLString is a structure used to pass character arrays.Methods in org.apache.jasper.xmlparser with parameters of type XMLString Modifier and Type Method Description void
XMLStringBuffer. append(XMLString s)
appendint
XMLEncodingDetector. scanLiteral(int quote, XMLString content)
Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.String
XMLEncodingDetector. scanPseudoAttribute(boolean scanningTextDecl, XMLString value)
Scans a pseudo attribute.void
XMLString. setValues(XMLString s)
Initializes the contents of the XMLString structure with copies of the given string structure.Constructors in org.apache.jasper.xmlparser with parameters of type XMLString Constructor Description XMLString(XMLString string)
Constructs an XMLString structure with copies of the values in the given structure.XMLStringBuffer(XMLString s)
Constructs a string buffer from the specified XMLString.
-