|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
public class HTMLConditionalCommentsXMLFilter
An XML filter that rewrites <link> HREFs inside Internet Explorer's specific conditional comments.
| Constructor Summary | |
|---|---|
HTMLConditionalCommentsXMLFilter(URLRewriter urlRewriter)
Creates a new XML filter that rewrites link HREFs inside Internet Explorer's specific conditional comments. |
|
| Method Summary | |
|---|---|
void |
comment(char[] ch,
int start,
int length)
|
void |
endCDATA()
|
void |
endDTD()
|
void |
endEntity(String name)
|
void |
parse(InputSource in)
|
void |
setProperty(String uri,
Object handler)
|
void |
startCDATA()
|
void |
startDTD(String name,
String publicId,
String systemId)
|
void |
startEntity(String name)
|
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
|---|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLConditionalCommentsXMLFilter(URLRewriter urlRewriter)
urlRewriter - the object used to rewrite URLs| Method Detail |
|---|
public void setProperty(String uri,
Object handler)
throws SAXNotSupportedException,
SAXNotRecognizedException
setProperty in interface XMLReadersetProperty in class org.xml.sax.helpers.XMLFilterImplSAXNotSupportedException
SAXNotRecognizedException
public void parse(InputSource in)
throws SAXException,
IOException
parse in interface XMLReaderparse in class org.xml.sax.helpers.XMLFilterImplSAXException
IOException
public void comment(char[] ch,
int start,
int length)
throws SAXException
comment in interface LexicalHandlerSAXException
public void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerSAXException
public void endDTD()
throws SAXException
endDTD in interface LexicalHandlerSAXException
public void endEntity(String name)
throws SAXException
endEntity in interface LexicalHandlerSAXException
public void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerSAXException
public void startDTD(String name,
String publicId,
String systemId)
throws SAXException
startDTD in interface LexicalHandlerSAXException
public void startEntity(String name)
throws SAXException
startEntity in interface LexicalHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||