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 classXMLStringBufferXMLString is a structure used to pass character arrays.Methods in org.apache.jasper.xmlparser with parameters of type XMLString Modifier and Type Method Description voidXMLStringBuffer. append(XMLString s)appendintXMLEncodingDetector. scanLiteral(int quote, XMLString content)Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.StringXMLEncodingDetector. scanPseudoAttribute(boolean scanningTextDecl, XMLString value)Scans a pseudo attribute.voidXMLString. 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.
-