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 class
HtmlPeer
This 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 class
SAXiTextHandler<T extends XmlPeer>
This class is a Handler that controls the iText XML to PDF conversion.Fields in com.lowagie.text.xml declared as XmlPeer Modifier and Type Field Description private XmlPeer
TagMap.AttributeHandler. currentPeer
This is the current peer.Fields in com.lowagie.text.xml with type parameters of type XmlPeer Modifier and Type Field Description private java.util.Map<java.lang.String,XmlPeer>
TagMap.AttributeHandler. tagMap
This is the tagmap using the AttributeHandlerMethod parameters in com.lowagie.text.xml with type arguments of type XmlPeer Modifier and Type Method Description void
XmlParser. go(DocListener document, java.lang.String file, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file.void
XmlParser. go(DocListener document, org.xml.sax.InputSource is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file.static void
XmlParser. parse(DocListener document, java.io.InputStream is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. parse(DocListener document, java.io.Reader is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. parse(DocListener document, java.lang.String file, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. parse(DocListener document, org.xml.sax.InputSource is, java.util.Map<java.lang.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 AttributeHandler(java.util.Map<java.lang.String,XmlPeer> tagMap)
SAXmyHandler(DocListener document, java.util.Map<java.lang.String,XmlPeer> myTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.
-