Package | Description |
---|---|
com.sun.msv.reader.dtd |
reads DTD and constructs AGM.
|
com.sun.msv.scanner.dtd |
scan DTD stream and generates appropriate events.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDReader
constructs
TREXGrammar object that exactly matches to
the parsed DTD. |
Modifier and Type | Class and Description |
---|---|
class |
DTDHandlerBase
do-nothing implementation of DTDEventHandler.
|
Modifier and Type | Field and Description |
---|---|
private DTDEventListener |
DTDParser.dtdHandler |
private DTDEventListener |
InputEntity.errHandler |
Modifier and Type | Method and Description |
---|---|
DTDEventListener |
DTDParser.getDtdHandler()
Returns the handler used to for DTD parsing events.
|
Modifier and Type | Method and Description |
---|---|
static InputEntity |
InputEntity.getInputEntity(DTDEventListener h,
java.util.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,
java.lang.String whitespaceInvalidMessage)
CDATA -- character data, terminated by "]]>" and optionally
including unescaped markup delimiters (ampersand and left angle
bracket).
|