| 接口 | 说明 |
|---|---|
| Located |
Implementations of this class know about their location (line and column).
|
| 类 | 说明 |
|---|---|
| LocatedCDATA |
An XML CDATA section.
|
| LocatedComment |
An XML comment.
|
| LocatedDocType |
An XML DOCTYPE declaration.
|
| LocatedElement |
This Element specialization contains the location information as parsed.
|
| LocatedEntityRef |
An XML entity reference.
|
| LocatedJDOMFactory |
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef,
and ProcessingInstruction) will implement
Located, and will
have the values set appropriately. |
| LocatedProcessingInstruction |
An XML processing instruction.
|
| LocatedText |
An XML character sequence.
|