| Package | Description |
|---|---|
| com.sun.xml.dtdparser |
scan DTD stream and generates appropriate events.
|
| 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 |
DTDEventListener.startDTD(InputEntity in)
Receive notification of the beginning of the DTD.
|
void |
DTDHandlerBase.startDTD(InputEntity in) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.