Uses of Interface
com.itextpdf.text.xml.simpleparser.SimpleXMLDocHandlerComment
Packages that use SimpleXMLDocHandlerComment
-
Uses of SimpleXMLDocHandlerComment in com.itextpdf.text.xml.simpleparser
Fields in com.itextpdf.text.xml.simpleparser declared as SimpleXMLDocHandlerCommentModifier and TypeFieldDescriptionprivate final SimpleXMLDocHandlerCommentSimpleXMLParser.commentThe handler to which we are going to forward comments.Methods in com.itextpdf.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerCommentModifier and TypeMethodDescriptionstatic voidSimpleXMLParser.parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) Parses the XML document firing the events to the handler.Constructors in com.itextpdf.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerCommentModifierConstructorDescriptionprivateSimpleXMLParser(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Creates a Simple XML parser object.