类 org.apache.jasper.xmlparser.XMLString
的使用

使用 XMLString 的软件包
org.apache.jasper.xmlparser   
 

org.apache.jasper.xmlparserXMLString 的使用
 

org.apache.jasper.xmlparserXMLString 的子类
 class XMLStringBuffer
          XMLString is a structure used to pass character arrays.
 

参数类型为 XMLStringorg.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.
 

参数类型为 XMLStringorg.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.
 



Copyright © 2013. All Rights Reserved.