|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xwiki.rendering.internal.parser.wikimodel.xhtml.XWikiXMLReaderFactory
@Component(value="xwiki") public class XWikiXMLReaderFactory
Creates XML Readers that have the following characteristics:
Field Summary | |
---|---|
protected org.xwiki.xml.EntityResolver |
entityResolver
In order to speed up DTD loading/validation we use an entity resolver that can resolve DTDs locally. |
Constructor Summary | |
---|---|
XWikiXMLReaderFactory()
|
Method Summary | |
---|---|
org.xml.sax.XMLReader |
createXMLReader()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Requirement protected org.xwiki.xml.EntityResolver entityResolver
Constructor Detail |
---|
public XWikiXMLReaderFactory()
Method Detail |
---|
public org.xml.sax.XMLReader createXMLReader() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
createXMLReader
in interface org.xwiki.xml.XMLReaderFactory
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |