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 | Field and Description |
---|---|
private InputEntity |
DTDParser.in |
private InputEntity |
InputEntity.next |
Modifier and Type | Method and Description |
---|---|
static InputEntity |
InputEntity.getInputEntity(DTDEventListener h,
java.util.Locale l) |
private InputEntity |
InputEntity.getTopEntity() |
private InputEntity |
DTDParser.peekDeclaration(java.lang.String s) |
InputEntity |
InputEntity.pop() |
Modifier and Type | Method and Description |
---|---|
private void |
InputEntity.checkRecursion(InputEntity stack) |
private void |
DTDParser.getcps(java.lang.String elementName,
InputEntity start) |
private void |
DTDParser.getMixed(java.lang.String elementName,
InputEntity start) |
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 |
DTDHandlerBase.startDTD(InputEntity in) |
void |
DTDEventListener.startDTD(InputEntity in)
Receive notification of the beginning of the DTD.
|
Constructor and Description |
---|
ExternalEntity(InputEntity in) |