Uses of Class
org.openpdf.text.xml.XmlPeer
Packages that use XmlPeer
-
Uses of XmlPeer in org.openpdf.text.html
Subclasses of XmlPeer in org.openpdf.text.html -
Uses of XmlPeer in org.openpdf.text.xml
Classes in org.openpdf.text.xml with type parameters of type XmlPeerModifier and TypeClassDescriptionclassSAXiTextHandler<T extends XmlPeer>This class is a Handler that controls the iText XML to PDF conversion.Fields in org.openpdf.text.xml declared as XmlPeerModifier and TypeFieldDescriptionprivate XmlPeerTagMap.AttributeHandler.currentPeerThis is the current peer.Fields in org.openpdf.text.xml with type parameters of type XmlPeerModifier and TypeFieldDescriptionTagMap.AttributeHandler.tagMapThis is the tagmap using the AttributeHandlerMethod parameters in org.openpdf.text.xml with type arguments of type XmlPeerModifier and TypeMethodDescriptionvoidParses 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 voidParses a given file and writes the content to a document, using a certain tagmap.static voidParses 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 org.openpdf.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.