public class XmlStylesheetReader
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
XmlStylesheetReader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociatedStylesheet(java.lang.String media,
java.lang.String title,
java.lang.String charset) |
void |
processingInstruction(java.lang.String name,
java.lang.String value) |
public void processingInstruction(java.lang.String name, java.lang.String value)
processingInstruction
in interface org.xml.sax.ContentHandler
processingInstruction
in class org.xml.sax.helpers.DefaultHandler
public java.lang.String getAssociatedStylesheet(java.lang.String media, java.lang.String title, java.lang.String charset)