| Package | Description |
|---|---|
| com.sun.tools.xjc.reader.dtd | |
| com.sun.xml.dtdparser |
scan DTD stream and generates appropriate events.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TDTDReader.startDTD(InputEntity entity) |
| Modifier and Type | Method | Description |
|---|---|---|
static InputEntity |
InputEntity.getInputEntity(DTDEventListener h,
java.util.Locale l) |
|
InputEntity |
InputEntity.pop() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InputEntity.init(char[] b,
java.lang.String name,
InputEntity stack,
boolean isPE) |
|
void |
InputEntity.init(org.xml.sax.InputSource in,
java.lang.String name,
InputEntity stack,
boolean isPE) |
|
void |
DTDEventListener.startDTD(InputEntity in) |
Receive notification of the beginning of the DTD.
|
void |
DTDHandlerBase.startDTD(InputEntity in) |
Copyright © 2017 Oracle Corporation. All rights reserved.