Uses of Class
com.lowagie.text.xml.XmlPeer
Packages that use XmlPeer
-
Uses of XmlPeer in com.lowagie.text.html
Subclasses of XmlPeer in com.lowagie.text.htmlModifier and TypeClassDescriptionclass
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 XmlPeerModifier and TypeClassDescriptionclass
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 XmlPeerModifier and TypeFieldDescriptionprivate XmlPeer
TagMap.AttributeHandler.currentPeer
This is the current peer.Fields in com.lowagie.text.xml with type parameters of type XmlPeerModifier and TypeFieldDescriptionTagMap.AttributeHandler.tagMap
This is the tagmap using the AttributeHandlerMethod parameters in com.lowagie.text.xml with type arguments of type XmlPeerModifier and TypeMethodDescriptionvoid
Parses a given file.void
XmlParser.go
(DocListener document, InputSource is, Map<String, XmlPeer> tagmap) Parses a given file.static void
XmlParser.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 void
Parses a given file and writes the content to a document, using a certain tagmap.static void
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser.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 XmlPeerModifierConstructorDescriptionAttributeHandler
(Map<String, XmlPeer> tagMap) 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.