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.html -
Uses of XmlPeer in com.lowagie.text.xml
Classes in com.lowagie.text.xml with type parameters of type XmlPeerMethod parameters in com.lowagie.text.xml with type arguments of type XmlPeerModifier and TypeMethodDescriptionvoidDeprecated.Parses a given file.voidXmlParser.go(DocListener document, InputSource is, Map<String, XmlPeer> tagmap) Deprecated.Parses a given file.static voidXmlParser.parse(DocListener document, InputStream is, Map<String, XmlPeer> tagmap) Deprecated.Parses a given file and writes the content to a document, using a certain tagmap.static voidDeprecated.Parses a given file and writes the content to a document, using a certain tagmap.static voidDeprecated.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) Deprecated.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 XmlPeerModifierConstructorDescriptionSAXmyHandler(DocListener document, Map<String, XmlPeer> myTags) Deprecated.Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.