Метод | Описание | |
---|---|---|
__construct ( $documentElement, $namespace, $dtdPath ) | ||
accept ( string $input ) : boolean | Accept if $input looks like XML document, with configured document element and default namespace, but without DTD. | |
normalize ( string $input ) : string | Normalizes given $input by adding DTD with character entity definition. |
Метод | Описание | |
---|---|---|
getExpression ( ) : string | Computes and returns regular expression pattern for matching and replacement. |