Uses of Interface
com.sun.msv.scanner.dtd.DTDEventListener
-
Packages that use DTDEventListener Package Description com.sun.msv.reader.dtd reads DTD and constructs AGM.com.sun.msv.scanner.dtd scan DTD stream and generates appropriate events. -
-
Uses of DTDEventListener in com.sun.msv.reader.dtd
Classes in com.sun.msv.reader.dtd that implement DTDEventListener Modifier and Type Class Description classDTDReaderconstructsTREXGrammarobject that exactly matches to the parsed DTD. -
Uses of DTDEventListener in com.sun.msv.scanner.dtd
Classes in com.sun.msv.scanner.dtd that implement DTDEventListener Modifier and Type Class Description classDTDHandlerBasedo-nothing implementation of DTDEventHandler.Fields in com.sun.msv.scanner.dtd declared as DTDEventListener Modifier and Type Field Description private DTDEventListenerDTDParser. dtdHandlerprivate DTDEventListenerInputEntity. errHandlerMethods in com.sun.msv.scanner.dtd that return DTDEventListener Modifier and Type Method Description DTDEventListenerDTDParser. getDtdHandler()Returns the handler used to for DTD parsing events.Methods in com.sun.msv.scanner.dtd with parameters of type DTDEventListener Modifier and Type Method Description static InputEntityInputEntity. getInputEntity(DTDEventListener h, java.util.Locale l)booleanInputEntity. ignorableWhitespace(DTDEventListener handler)whitespace in markup (flagged to app, discardable)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, java.lang.String whitespaceInvalidMessage)CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket).
-