/ LJCPHPCodeDoc / LJCTextBuilderLib


The Text Builder PHP Class Library

Remarks

Use this code to include the Text Builder lib classes.
 declare(strict_types=1);
 include_once "LJCRoot.php";
 $prefix = RelativePrefix();
 include_once "$prefix/LJCPHPCommon/LJCTextBuilderLib.php";

Classes
LJCAttribute Represents a node or element attribute.
LJCAttributes Represents a collection of node or element attributes.
LJCTextBuilder Represents a built string value
LJCTextState Represents the text state.
4 Item(s)

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.