|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLString | |
|---|---|
| org.apache.struts2.jasper.xmlparser | |
| Uses of XMLString in org.apache.struts2.jasper.xmlparser |
|---|
| Subclasses of XMLString in org.apache.struts2.jasper.xmlparser | |
|---|---|
class |
XMLStringBuffer
XMLString is a structure used to pass character arrays. |
| Methods in org.apache.struts2.jasper.xmlparser with parameters of type XMLString | |
|---|---|
void |
XMLStringBuffer.append(XMLString s)
append |
int |
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.struts2.jasper.xmlparser with parameters of type XMLString | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||