- capacity() - Method in class com.bea.xml.stream.util.CircularQueue
-
- CHAR_UTF8_BOM - Static variable in class com.bea.xml.stream.MXParser
-
- CharactersEvent - Class in com.bea.xml.stream.events
-
- CharactersEvent() - Constructor for class com.bea.xml.stream.events.CharactersEvent
-
- CharactersEvent(String) - Constructor for class com.bea.xml.stream.events.CharactersEvent
-
- CharactersEvent(String, boolean) - Constructor for class com.bea.xml.stream.events.CharactersEvent
-
- charEncodingScheme - Variable in class com.bea.xml.stream.MXParser
-
- charRefOneCharBuf - Variable in class com.bea.xml.stream.MXParser
-
This buffer is used for expanding single character (non-surrogate)
character entity expansions.
- charRefTwoCharBuf - Variable in class com.bea.xml.stream.MXParser
-
This buffer is used in cases where an entity expands to a surrogate
pair.
- check(String) - Method in class com.bea.xml.stream.ConfigurationContextBase
-
- checkCharValidity(int, boolean) - Method in class com.bea.xml.stream.MXParser
-
- checkForXMLDecl() - Method in class com.bea.xml.stream.MXParser
-
- checkPrefix(String) - Static method in class com.bea.xml.stream.EventFactory
-
- CircularQueue - Class in com.bea.xml.stream.util
-
- CircularQueue() - Constructor for class com.bea.xml.stream.util.CircularQueue
-
- CircularQueue(int) - Constructor for class com.bea.xml.stream.util.CircularQueue
-
- CircularQueue(int, int) - Constructor for class com.bea.xml.stream.util.CircularQueue
-
- clear() - Method in class com.bea.xml.stream.events.StartDocumentEvent
-
- clear() - Method in class com.bea.xml.stream.EventState
-
- clear() - Method in class com.bea.xml.stream.util.CircularQueue
-
- clear() - Method in class com.bea.xml.stream.util.Stack
-
- clear() - Method in class com.bea.xml.stream.util.SymbolTable
-
- clone() - Method in class com.bea.xml.stream.util.CircularQueue
-
- clone() - Method in class com.bea.xml.stream.util.Stack
-
- close() - Method in class com.bea.xml.stream.EventReaderFilter
-
- close() - Method in class com.bea.xml.stream.MXParser
-
- close() - Method in class com.bea.xml.stream.reader.XmlReader.BaseReader
-
- close() - Method in class com.bea.xml.stream.reader.XmlReader
-
Closes the reader.
- close() - Method in class com.bea.xml.stream.ReaderDelegate
-
- close() - Method in class com.bea.xml.stream.XMLEventReaderBase
-
- close() - Method in class com.bea.xml.stream.XMLEventWriterBase
-
- close() - Method in class com.bea.xml.stream.XMLStreamPlayer
-
- close() - Method in class com.bea.xml.stream.XMLWriterBase
-
- closeEndTag() - Method in class com.bea.xml.stream.XMLStreamRecorder
-
- closeEndTag() - Method in class com.bea.xml.stream.XMLWriterBase
-
- closeScope() - Method in class com.bea.xml.stream.util.NamespaceContextImpl
-
- closeScope() - Method in class com.bea.xml.stream.util.SymbolTable
-
- closeStartElement() - Method in class com.bea.xml.stream.XMLWriterBase
-
- closeStartTag() - Method in class com.bea.xml.stream.XMLStreamRecorder
-
- closeStartTag() - Method in class com.bea.xml.stream.XMLWriterBase
-
- columnNumber - Variable in class com.bea.xml.stream.MXParser
-
- com.bea.xml.stream - package com.bea.xml.stream
-
- com.bea.xml.stream.events - package com.bea.xml.stream.events
-
- com.bea.xml.stream.filters - package com.bea.xml.stream.filters
-
- com.bea.xml.stream.reader - package com.bea.xml.stream.reader
-
- com.bea.xml.stream.samples - package com.bea.xml.stream.samples
-
- com.bea.xml.stream.util - package com.bea.xml.stream.util
-
- CommentEvent - Class in com.bea.xml.stream.events
-
- CommentEvent() - Constructor for class com.bea.xml.stream.events.CommentEvent
-
- CommentEvent(String) - Constructor for class com.bea.xml.stream.events.CommentEvent
-
- ConfigurationContextBase - Class in com.bea.xml.stream
-
- ConfigurationContextBase() - Constructor for class com.bea.xml.stream.ConfigurationContextBase
-
- context - Variable in class com.bea.xml.stream.XMLWriterBase
-
- createAttribute(QName, String) - Method in class com.bea.xml.stream.EventFactory
-
- createAttribute(String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createAttribute(String, String, String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createCData(String) - Method in class com.bea.xml.stream.EventFactory
-
- createCharacters(String) - Method in class com.bea.xml.stream.EventFactory
-
- createComment(String) - Method in class com.bea.xml.stream.EventFactory
-
- createDTD(String) - Method in class com.bea.xml.stream.EventFactory
-
- createEndDocument() - Method in class com.bea.xml.stream.EventFactory
-
- createEndElement(QName, Iterator) - Method in class com.bea.xml.stream.EventFactory
-
- createEndElement(String, String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createEndElement(String, String, String, Iterator) - Method in class com.bea.xml.stream.EventFactory
-
- createEntityDeclaration(DTDEntity) - Static method in class com.bea.xml.stream.events.DTDEvent
-
- createEntityReference(String, EntityDeclaration) - Method in class com.bea.xml.stream.EventFactory
-
public AttributeIterator createAttributeIterator(Iterator iterator){
return new AttributeIteratorImpl(iterator);
}
public NamespaceIterator createNamespaceIterator(Iterator iterator){
return new NamespaceIteratorImpl(iterator);
}
- createFilteredReader(XMLStreamReader, StreamFilter) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a filtered reader that wraps the filter around the reader
- createFilteredReader(XMLEventReader, EventFilter) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a filtered event reader that wraps the filter around the event reader
- createIgnorableSpace(String) - Method in class com.bea.xml.stream.EventFactory
-
- createNamespace(String) - Method in class com.bea.xml.stream.EventFactory
-
- createNamespace(String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createNotationDeclaration(DTDNotation) - Static method in class com.bea.xml.stream.events.DTDEvent
-
- createProcessingInstruction(String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createReader(InputStream) - Static method in class com.bea.xml.stream.reader.XmlReader
-
Constructs the reader from an input stream, autodetecting
the encoding to use according to the heuristic specified
in the XML 1.0 recommendation.
- createReader(InputStream, String) - Static method in class com.bea.xml.stream.reader.XmlReader
-
Creates a reader supporting the given encoding, mapping
from standard encoding names to ones that understood by
Java where necessary.
- createSpace(String) - Method in class com.bea.xml.stream.EventFactory
-
- createStartDocument() - Method in class com.bea.xml.stream.EventFactory
-
- createStartDocument(String, String, boolean) - Method in class com.bea.xml.stream.EventFactory
-
- createStartDocument(String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createStartDocument(String) - Method in class com.bea.xml.stream.EventFactory
-
- createStartElement(QName, Iterator, Iterator) - Method in class com.bea.xml.stream.EventFactory
-
- createStartElement(String, String, String) - Method in class com.bea.xml.stream.EventFactory
-
- createStartElement(String, String, String, Iterator, Iterator) - Method in class com.bea.xml.stream.EventFactory
-
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class com.bea.xml.stream.EventFactory
-
- createXMLEventReader(String, Reader) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLEventReader(String, InputStream) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLEventReader(Reader) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLEventReader from a reader
- createXMLEventReader(XMLStreamReader) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLEventReader from an XMLStreamReader
- createXMLEventReader(Source) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLEventReader from a JAXP source
- createXMLEventReader(InputStream) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLEventReader from an input stream
- createXMLEventReader(InputStream, String) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLEventReader from an input stream
- createXMLEventWriter(OutputStream) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLEventWriter(Writer) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLEventWriter(OutputStream, String) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLEventWriter(Result) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLStreamReader(Source) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLStreamReader(InputStream) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLStreamReader from a java.io.stream
- createXMLStreamReader(InputStream, String) - Method in class com.bea.xml.stream.MXParserFactory
-
Create a new XMLStreamReader from a java.io.stream
- createXMLStreamReader(String, InputStream) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLStreamReader(String, Reader) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLStreamReader(Reader) - Method in class com.bea.xml.stream.MXParserFactory
-
- createXMLStreamWriter(Writer) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLStreamWriter(OutputStream) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLStreamWriter(OutputStream, String) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- createXMLStreamWriter(Result) - Method in class com.bea.xml.stream.XMLOutputFactoryBase
-
- currentChar - Variable in class com.bea.xml.stream.EventScanner
-
- currentLine - Variable in class com.bea.xml.stream.EventScanner
-