|
Xerces 3.1.1 API: Interface LexicalHandler
|
Method Summary | |
void |
int start,
int length)
|
void |
|
void |
|
void |
|
void |
|
void |
java.lang.String publicId,
java.lang.String systemId)
|
void |
Method Detail |
public void startDTD(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
Any declarations are assumed to be in the internal subset event.
Note that the start/endDTD events will appear within the start/endDocument events from ContentHandler and before the first startElement event.
name
- The document type name.publicId
- The declared public identifier for the
external DTD subset, or null if none was declared.systemId
- The declared system identifier for the
public void endDTD()
public void startEntity(java.lang.String name)
NOTE: entity references in attribute values -- and the start and end of the document entity -- are never reported.
The start and end of the external DTD subset are reported using the pseudo-name "[dtd]". All other events must be properly nested within start/end entity events.
Note that skipped entities will be reported through the event, which is part of the ContentHandler interface.
name
- The name of the entity. If it is a parameter
public void endEntity(java.lang.String name)
public void startCDATA()
The contents of the CDATA section will be reported through
public void endCDATA()
public void comment(char[] ch, int start, int length)
This callback will be used for comments inside or outside the document element, including comments in the external DTD subset (if read).
|
Xerces 3.1.1 | ||||||||
NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |