Package | Description |
---|---|
org.tinygroup.jspengine.xmlparser |
Modifier and Type | Class and Description |
---|---|
class |
XMLStringBuffer
XMLString is a structure used to pass character arrays.
|
Modifier and Type | Method and 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 and 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 © 2006–2018 TinyGroup. All rights reserved.