Package | Description |
---|---|
com.caucho.xml.stream | |
com.caucho.xml.stream.events | |
javax.xml.stream | |
javax.xml.stream.events | |
javax.xml.stream.util |
Modifier and Type | Class and Description |
---|---|
class |
DOMSourceXMLStreamReaderImpl
XML pull-parser interface.
|
class |
XMLStreamReaderImpl
XML pull-parser interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeImpl |
class |
CharactersImpl |
class |
CommentImpl |
class |
DTDImpl |
class |
EndDocumentImpl |
class |
EndElementImpl |
class |
EntityDeclarationImpl |
class |
EntityReferenceImpl |
class |
NamespaceImpl |
class |
NotationDeclarationImpl |
class |
ProcessingInstructionImpl |
class |
StartDocumentImpl |
class |
StartElementImpl |
class |
XMLEventImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
XMLStreamReader |
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute |
interface |
Characters |
interface |
Comment |
interface |
DTD |
interface |
EndDocument |
interface |
EndElement |
interface |
EntityDeclaration |
interface |
EntityReference |
interface |
Namespace |
interface |
NotationDeclaration |
interface |
ProcessingInstruction |
interface |
StartDocument |
interface |
StartElement |
interface |
XMLEvent |
Modifier and Type | Class and Description |
---|---|
class |
StreamReaderDelegate
Wrapper around an XMLStreamReader
|