| 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 | Method and Description |
|---|---|
void |
DTDReader.startDTD(InputEntity in) |
| Modifier and Type | Method and Description |
|---|---|
static InputEntity |
InputEntity.getInputEntity(DTDEventListener h,
Locale l) |
InputEntity |
InputEntity.pop() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputEntity.init(char[] b,
String name,
InputEntity stack,
boolean isPE) |
void |
InputEntity.init(InputSource in,
String name,
InputEntity stack,
boolean isPE) |
void |
DTDHandlerBase.startDTD(InputEntity in) |
void |
DTDEventListener.startDTD(InputEntity in)
Receive notification of the beginning of the DTD.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.