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 | Method and Description |
---|---|
XMLEvent |
XMLEventAllocatorImpl.allocate(XMLStreamReader reader) |
XMLEvent |
SAXSourceXMLEventReaderImpl.next() |
XMLEvent |
XMLEventReaderImpl.next() |
XMLEvent |
SAXSourceXMLEventReaderImpl.nextEvent() |
XMLEvent |
XMLEventReaderImpl.nextEvent() |
XMLEvent |
SAXSourceXMLEventReaderImpl.nextTag() |
XMLEvent |
XMLEventReaderImpl.nextTag() |
XMLEvent |
SAXSourceXMLEventReaderImpl.peek() |
XMLEvent |
XMLEventReaderImpl.peek() |
Modifier and Type | Method and Description |
---|---|
void |
XMLEventWriterImpl.add(XMLEvent event) |
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 | Method and Description |
---|---|
XMLEvent |
XMLEventReader.nextEvent() |
XMLEvent |
XMLEventReader.nextTag() |
XMLEvent |
XMLEventReader.peek() |
Modifier and Type | Method and Description |
---|---|
boolean |
EventFilter.accept(XMLEvent event) |
void |
XMLEventWriter.add(XMLEvent event) |
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 |
Modifier and Type | Method and Description |
---|---|
XMLEvent |
XMLEventAllocator.allocate(XMLStreamReader reader) |
XMLEvent |
EventReaderDelegate.nextEvent() |
XMLEvent |
EventReaderDelegate.nextTag() |
XMLEvent |
EventReaderDelegate.peek() |
Modifier and Type | Method and Description |
---|---|
void |
XMLEventConsumer.add(XMLEvent event) |