|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 XMLString 的软件包 | |
|---|---|
| org.apache.jasper.xmlparser | |
| org.apache.jasper.xmlparser 中 XMLString 的使用 |
|---|
| org.apache.jasper.xmlparser 中 XMLString 的子类 | |
|---|---|
class |
XMLStringBuffer
XMLString is a structure used to pass character arrays. |
| 参数类型为 XMLString 的 org.apache.jasper.xmlparser 中的方法 | |
|---|---|
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. |
| 参数类型为 XMLString 的 org.apache.jasper.xmlparser 中的构造方法 | |
|---|---|
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. |
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||