Package | Description |
---|---|
org.apache.jasper.xmlparser |
Modifier and Type | Class | Description |
---|---|---|
class |
XMLStringBuffer |
XMLString is a structure used to pass character arrays.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
Copyright © 2019 Oracle. All rights reserved.