Uses of Class
com.lowagie.text.xml.XmlPeer
-
Packages that use XmlPeer Package Description com.lowagie.text.html com.lowagie.text.xml -
-
Uses of XmlPeer in com.lowagie.text.html
Subclasses of XmlPeer in com.lowagie.text.html Modifier and Type Class Description classHtmlPeerThis interface is implemented by the peer of all the iText objects. -
Uses of XmlPeer in com.lowagie.text.xml
Classes in com.lowagie.text.xml with type parameters of type XmlPeer Modifier and Type Class Description classSAXiTextHandler<T extends XmlPeer>This class is a Handler that controls the iText XML to PDF conversion.Method parameters in com.lowagie.text.xml with type arguments of type XmlPeer Modifier and Type Method Description voidXmlParser. go(DocListener document, String file, Map<String,XmlPeer> tagmap)Parses a given file.voidXmlParser. go(DocListener document, InputSource is, Map<String,XmlPeer> tagmap)Parses a given file.static voidXmlParser. parse(DocListener document, InputStream is, Map<String,XmlPeer> tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, Reader is, Map<String,XmlPeer> tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, String file, Map<String,XmlPeer> tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, InputSource is, Map<String,XmlPeer> tagmap)Parses a given file and writes the content to a document, using a certain tagmap.Constructor parameters in com.lowagie.text.xml with type arguments of type XmlPeer Constructor Description SAXmyHandler(DocListener document, Map<String,XmlPeer> myTags)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.
-