Uses of Interface
com.sun.xml.dtdparser.DTDEventListener
-
Uses of DTDEventListener in com.sun.xml.dtdparser
Classes in com.sun.xml.dtdparser that implement DTDEventListenerModifier and TypeClassDescriptionclassdo-nothing implementation of DTDEventHandler.Fields in com.sun.xml.dtdparser declared as DTDEventListenerModifier and TypeFieldDescriptionprivate DTDEventListenerDTDParser.dtdHandlerprivate DTDEventListenerInputEntity.errHandlerMethods in com.sun.xml.dtdparser that return DTDEventListenerModifier and TypeMethodDescriptionDTDParser.getDtdHandler()Returns the handler used to for DTD parsing events.Methods in com.sun.xml.dtdparser with parameters of type DTDEventListenerModifier and TypeMethodDescriptionstatic InputEntityInputEntity.getInputEntity(DTDEventListener h, Locale l) booleanInputEntity.ignorableWhitespace(DTDEventListener handler) whitespace in markup (flagged to app, discard-able)booleanInputEntity.parsedContent(DTDEventListener docHandler) normal content; whitespace in markup may be handled specially if the parser uses the content model.voidDTDParser.setDtdHandler(DTDEventListener handler) Used by applications to set handling of DTD parsing events.booleanInputEntity.unparsedContent(DTDEventListener docHandler, boolean ignorableWhitespace, String whitespaceInvalidMessage) CDATA -- character data, terminated by"]]>"and optionally including unescaped markup delimiters (ampersand and left angle bracket).