Uses of Interface
com.lowagie.text.xml.simpleparser.SimpleXMLDocHandlerComment
Packages that use SimpleXMLDocHandlerComment
-
Uses of SimpleXMLDocHandlerComment in com.lowagie.text.xml.simpleparser
Fields in com.lowagie.text.xml.simpleparser declared as SimpleXMLDocHandlerCommentModifier and TypeFieldDescription(package private) SimpleXMLDocHandlerComment
SimpleXMLParser.comment
The handler to which we are going to forward comments.Methods in com.lowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerCommentModifier and TypeMethodDescriptionstatic void
SimpleXMLParser.parse
(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) Parses the XML document firing the events to the handler.Constructors in com.lowagie.text.xml.simpleparser with parameters of type SimpleXMLDocHandlerCommentModifierConstructorDescriptionprivate
SimpleXMLParser
(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html) Creates a Simple XML parser object.