|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DTDEventListener | |
|---|---|
| com.sun.tools.xjc.reader.dtd | |
| com.sun.xml.dtdparser | scan DTD stream and generates appropriate events. |
| Uses of DTDEventListener in com.sun.tools.xjc.reader.dtd |
|---|
| Classes in com.sun.tools.xjc.reader.dtd that implement DTDEventListener | |
|---|---|
class |
TDTDReader
Parses DTD grammar along with binding information into BGM. |
| Uses of DTDEventListener in com.sun.xml.dtdparser |
|---|
| Classes in com.sun.xml.dtdparser that implement DTDEventListener | |
|---|---|
class |
DTDHandlerBase
do-nothing implementation of DTDEventHandler. |
| Methods in com.sun.xml.dtdparser that return DTDEventListener | |
|---|---|
DTDEventListener |
DTDParser.getDtdHandler()
Returns the handler used to for DTD parsing events. |
| Methods in com.sun.xml.dtdparser with parameters of type DTDEventListener | |
|---|---|
static InputEntity |
InputEntity.getInputEntity(DTDEventListener h,
Locale l)
|
boolean |
InputEntity.ignorableWhitespace(DTDEventListener handler)
whitespace in markup (flagged to app, discardable) |
boolean |
InputEntity.parsedContent(DTDEventListener docHandler)
normal content; whitespace in markup may be handled specially if the parser uses the content model. |
void |
DTDParser.setDtdHandler(DTDEventListener handler)
Used by applications to set handling of DTD parsing events. |
boolean |
InputEntity.unparsedContent(DTDEventListener docHandler,
boolean ignorableWhitespace,
String whitespaceInvalidMessage)
CDATA -- character data, terminated by "]]>" and optionally including unescaped markup delimiters (ampersand and left angle bracket). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||