class PHTML: public PStringStream

This class describes a HyperText markup Language string as used by the World Wide Web and the PURL and PHTTPSocket class.

Inheritance:



Inherited from PStringStream:

Public Methods

oPStringStream& operator=( const PStringStream & strm )
oPStringStream& operator=( const PString & str )
oPStringStream& operator=( const char * cstr )
oPStringStream& operator=( char ch )


Inherited from PString:

Public

Construction

Overrides from class PObject

Overrides from class PContainer

Size/Length functions

Concatenation operators *

Comparison operators

Search & replace functions

Sub-string functions

Conversion functions


Inherited from PCharArray:


Inherited from PBaseArray:

Public

New functions for class


Inherited from PAbstractArray:

Protected Fields

oPINDEX elementSize
ochar* theArray
oBOOL allocatedDynamically


Inherited from PContainer:

Public

Common functions for containers

Protected Methods

ovirtual void DestroyContents()
ovirtual void AssignContents(const PContainer & c)
ovoid CopyContents(const PContainer & c)
ovoid CloneContents(const PContainer * src)
ovoid Destruct()


Inherited from PObject:

Public

Run Time Type functions

Comparison functions

I/O functions

Miscellaneous functions


Documentation

This class describes a HyperText markup Language string as used by the World Wide Web and the PURL and PHTTPSocket class.

All of the standard stream I/O operators, manipulators etc will operate on the PString class.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.