B C E F G H I L M N P R S V W 

B

BambooStreamBootstrapper - Class in com.ctc.wstx.io
Input bootstrap class used with streams, when encoding is not known (when encoding is specified by application, a reader is constructed, and then reader-based bootstrapper is used).
BambooUTF8Reader - Class in com.ctc.wstx.io
Optimized Reader that reads UTF-8 encoded content from an input stream.
BambooUTF8Reader(ReaderConfig, InputStream, byte[], int, int, boolean) - Constructor for class com.ctc.wstx.io.BambooUTF8Reader
 
BambooWstxInputFactory - Class in com.ctc.wstx.sw
Workaround for http://jira.codehaus.org/browse/WSTX-273
BambooWstxInputFactory() - Constructor for class com.ctc.wstx.sw.BambooWstxInputFactory
 
BambooWstxOutputFactory - Class in com.ctc.wstx.sw
Produces RestrictedCharsAwareBufferingXmlWriter where normally BufferingXmlWriter would be created.
BambooWstxOutputFactory() - Constructor for class com.ctc.wstx.sw.BambooWstxOutputFactory
 
BambooXmlUtils - Class in com.atlassian.bamboo.utils.xml
 
bootstrapInput(ReaderConfig, boolean, int) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

C

checkKeyword(String) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
checkMbKeyword(String) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
checkSbKeyword(String) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
checkTranslatedKeyword(String) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
close(boolean) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
com.atlassian.bamboo.utils.xml - package com.atlassian.bamboo.utils.xml
 
com.ctc.wstx.io - package com.ctc.wstx.io
 
com.ctc.wstx.sw - package com.ctc.wstx.sw
 
configure(XMLInputFactory) - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
createSR(String, InputStream, String, boolean, boolean) - Method in class com.ctc.wstx.sw.BambooWstxInputFactory
 
createSR(ReaderConfig, String, InputBootstrapper, boolean, boolean) - Method in class com.ctc.wstx.sw.BambooWstxInputFactory
Method that is eventually called to create a (full) stream read instance.
createXMLStreamWriter(OutputStream, String) - Method in class com.ctc.wstx.sw.BambooWstxOutputFactory
 

E

ensureLoaded(int) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

F

flush() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
fromCursor(SMInputCursor) - Static method in class com.atlassian.bamboo.utils.xml.SMInputCursorIterable
 
fromCursor(SMInputCursor, SMFilter) - Static method in class com.atlassian.bamboo.utils.xml.SMInputCursorIterable
 

G

getInputColumn() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
getInputEncoding() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
Since this class only gets used when encoding is not explicitly passed, need use the encoding that was auto-detected...
getInputTotal() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
getInstance(String, String, InputStream) - Static method in class com.ctc.wstx.io.BambooStreamBootstrapper
Factory method used when the underlying data provider is an actual stream.
getInstance(String, String, byte[], int, int) - Static method in class com.ctc.wstx.io.BambooStreamBootstrapper
Factory method used when the underlying data provider is a pre-allocated block source, and no stream is used.
getLocation() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
getNext() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
getNextAfterWs(boolean) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
getOutputPtr() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
getOutputStream() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
getWriter() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
guessEncodingBitSize(String) - Static method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Method used to figure out which part of the Unicode char set the encoding can natively support.

H

hasXmlDecl() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
HIGHEST_ENCODABLE_ATTR_CHAR - Static variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.
HIGHEST_ENCODABLE_TEXT_CHAR - Static variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Highest valued character that may need to be encoded (minus charset encoding requirements) when writing attribute values.

I

isRestricted(int) - Static method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
iterator() - Method in class com.atlassian.bamboo.utils.xml.SMInputCursorIterable
 

L

loadMore() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

M

mOut - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Actual Writer to use for outputting buffered data as appropriate.
mOutputBuffer - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
mOutputBufLen - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
mOutputPtr - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
mSmallWriteSize - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
This is the threshold used to check what is considered a "small" write; small writes will be buffered until resulting size will be above the threshold.
mUnderlyingStream - Variable in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Actual physical stream that the writer is using, if known.

N

newSecureDigester() - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
newSecureDocumentBuilderFactory(Logger) - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
newSecureSaxReader() - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
newSecureXmlInputFactory() - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
newSecureXmlReader() - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
 
nextByte() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
nextMultiByte() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
nextTranslated() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

P

pushback() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

R

read(char[], int, int) - Method in class com.ctc.wstx.io.BambooUTF8Reader
 
readQuotedValue(char[], int) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
resolveStreamEncoding() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
Method called to try to figure out physical encoding the underlying input stream uses.
RestrictedCharsAwareBufferingXmlWriter - Class in com.ctc.wstx.sw
Concrete implementation of XmlWriter that will dispatch writes to another writer (of type Writer, and will NOT handle encoding.
RestrictedCharsAwareBufferingXmlWriter(Writer, WriterConfig, String, boolean, OutputStream, int) - Constructor for class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 

S

sanitiseXml10(String) - Static method in class com.atlassian.bamboo.utils.xml.BambooXmlUtils
Removes non-XML 1.0 characters from the input string.
setXmlCompliancy(int) - Method in class com.ctc.wstx.io.BambooUTF8Reader
 
skipMbLF(int) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
skipMbWs() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
skipSbLF(byte) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
skipSbWs() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
skipTranslatedLF(int) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
skipTranslatedWs() - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 
SMInputCursorIterable - Class in com.atlassian.bamboo.utils.xml
Simple wrapper that allows using foreach constructs and guavization of StaxMate cursor API

V

verifyCDataContent(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
verifyCDataContent(char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
verifyCommentContent(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
verifyXmlEncoding(String) - Method in class com.ctc.wstx.io.BambooStreamBootstrapper
 

W

writeAsEntity(int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeAttribute(String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeAttribute(String, char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeAttribute(String, String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeAttribute(String, String, char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCData(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCData(char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCDataEnd() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCDataStart() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCharacters(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCharacters(char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeComment(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Method that will try to output the content as specified.
writeCommentEnd() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeCommentStart() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeDTD(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeDTD(String, String, String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeEndTag(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeEndTag(String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeEntityReference(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writePI(String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writePIEnd() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writePIStart(String, boolean) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writePrefixedName(String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeRaw(char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeRaw(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeRaw(String, int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeRawAscii(char[], int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
Method called to output typed values (int, long, double, float etc) that are known not to contain any escapable characters, or anything else beyond 7-bit ascii range.
writeSegmentedCData(String, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeSegmentedCData(char[], int, int, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeSegmentedComment(String, int) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeStartTagEmptyEnd() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeStartTagEnd() - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeStartTagStart(String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeStartTagStart(String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeTypedAttribute(String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeTypedAttribute(String, String, AsciiValueEncoder) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeTypedAttribute(String, String, String, AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeTypedElement(AsciiValueEncoder) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeTypedElement(AsciiValueEncoder, XMLValidator, char[]) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
writeXmlDeclaration(String, String, String) - Method in class com.ctc.wstx.sw.RestrictedCharsAwareBufferingXmlWriter
 
B C E F G H I L M N P R S V W 

Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.