net.sf.saxon.om
Class ProcInstParser
java.lang.Object
  
net.sf.saxon.om.ProcInstParser
public class ProcInstParser
- extends Object
 
ProcInstParser is used to parse pseudo-attributes within Processing Instructions
- Version:
 
  - 10 July 2000
 
- Author:
 
  - Michael H. Kay
 
 
 
getPseudoAttribute
public static String getPseudoAttribute(String content,
                                        String name)
- 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".
- Returns:
 - the value of the pseudo-attribute if present, or null if not
 
 
 
Copyright (C) Michael H. Kay. All rights reserved.