| java.lang.Object net.sf.saxon.om.ProcInstParser
ProcInstParser | public class ProcInstParser (Code) | | ProcInstParser is used to parse pseudo-attributes within Processing Instructions
author: Michael H. Kay version: 10 July 2000 |
getPseudoAttribute | public static String getPseudoAttribute(String content, String name)(Code) | | Get a pseudo-attribute. This is useful only if the processing instruction data part
uses pseudo-attribute syntax, which it does not have to. This syntax is as described
in the W3C Recommendation "Associating Style Sheets with XML Documents".
the value of the pseudo-attribute if present, or null if not |
|
|