Uses of Class
org.apache.sling.scripting.jsp.jasper.xmlparser.XMLString
Packages that use XMLString
-
Uses of XMLString in org.apache.sling.scripting.jsp.jasper.xmlparser
Subclasses of XMLString in org.apache.sling.scripting.jsp.jasper.xmlparserModifier and TypeClassDescriptionclassXMLString is a structure used to pass character arrays.Methods in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type XMLStringModifier and TypeMethodDescriptionvoidappendintXMLEncodingDetector.scanLiteral(int quote, XMLString content) Scans a range of attribute value data, setting the fields of the XMLString structure, appropriately.XMLEncodingDetector.scanPseudoAttribute(boolean scanningTextDecl, XMLString value) Scans a pseudo attribute.voidInitializes the contents of the XMLString structure with copies of the given string structure.Constructors in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type XMLStringModifierConstructorDescriptionConstructs an XMLString structure with copies of the values in the given structure.Constructs a string buffer from the specified XMLString.