Home | History | Annotate | Download | only in libxml2

Lines Matching full:pitarget

5098  * [17] PITarget ::= Name - (('X' | 'x') ('M' | 'm') ('L' | 'l'))
5100 * Returns the PITarget name or NULL
5206 * [16] PI ::= '<?' PITarget (S (Char* - (Char* '?>' Char*)))? '?>'