Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- export declare class XmlEntities {
- encode(str: string): string;
- static encode(str: string): string;
- decode(str: string): string;
- static decode(str: string): string;
- encodeNonUTF(str: string): string;
- static encodeNonUTF(str: string): string;
- encodeNonASCII(str: string): string;
- static encodeNonASCII(str: string): string;
- }
|