Package net.sf.saxon.tree.util
Class ProcInstParser
- java.lang.Object
-
- net.sf.saxon.tree.util.ProcInstParser
-
public class ProcInstParser extends java.lang.Object
ProcInstParser is used to parse pseudo-attributes within Processing Instructions. This is a utility class that is never instantiated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getPseudoAttribute(java.lang.String content, java.lang.String name)
Get a pseudo-attribute.
-
-
-
Method Detail
-
getPseudoAttribute
public static java.lang.String getPseudoAttribute(java.lang.String content, java.lang.String name) throws XPathException
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
- Throws:
XPathException
-
-