Method Summary |
|
public String | getDelimiter() Get the value of delimiter attribute. |
public QName | getDelimiterRef() Get the value of delimiterRef attribute. |
public char | getEscapeChar() Get the value of escapeChar attribute. |
public QName | getEscapeCharRef() Get the value of escapeCharRef attribute. |
public byte | getIDMethod() Get the value of idMethod attribute. |
public char | getQuoteChar() Get the value of quoteChar attribute. |
public QName | getQuoteCharRef() Get the value of quoteCharRef attribute. |
public String | getRepeatDelimiter() Get the value of repeatDelimiter attribute. |
public QName | getRepeatDelimiterRef() Get the value of repeatDelimiterRef attribute. |
public String | getResolvedDelimiter() Returns the runtime delimiter to use, whether it
is defined locally, or referenced to a property. |
public char | getResolvedEscapeChar() Returns the runtime escape char to use, whether it
is defined locally, or referenced to a property. |
public char | getResolvedQuoteChar() Returns the runtime quote char to use, whether it
is defined locally, or referenced to a property. |
public String | getResolvedRepeatDelimiter() Returns the runtime repeat delimiter to use, whether it
is defined locally, or referenced to a property. |
public String | getResolvedTagDelimiter() Returns the runtime tag delimiter to use, whether it
is defined locally, or referenced to a property. |
public int | getResolvedTagLength() Returns the runtime tag length to use, whether it
is defined locally, or referenced to a property. |
public String | getTagDelimiter() Get the value of tagDelimiter attribute. |
public QName | getTagDelimiterRef() Get the value of tagDelimiterRef attribute. |
public int | getTagLength() Get the value of tagLength. |
public QName | getTagLengthRef() Get the value of tagLengthRef attribute. |
public byte | getType() Get the value of type attribute. |
public void | setDelimiter(String delimiter) Set the value of delimiter attribute. |
public void | setDelimiterRef(QName delimiterRef) Set the value of delimiterRef attribute. |
public void | setEscapeChar(char escapeChar) Set the value of escapeChar attribute. |
public void | setEscapeCharRef(QName escapeCharRef) Set the value of escapeCharRef attribute. |
public void | setIDMethod(byte idMethod) Set the value of idMethod attribute. |
public void | setQuoteChar(char quoteChar) Set the value of quoteChar attribute. |
public void | setQuoteCharRef(QName quoteCharRef) Set the value of quoteCharRef attribute. |
public void | setRepeatDelimiter(String repeatDelimiter) Set the value of repeatDelimiter attribute. |
public void | setRepeatDelimiterRef(QName repeatDelimiterRef) Set the value of repeatDelimiterRef attribute. |
public void | setTagDelimiter(String tagDelimiter) Set the value of tagDelimiter attribute. |
public void | setTagDelimiterRef(QName tagDelimiterRef) Set the value of tagDelimiterRef attribute. |
public void | setTagLength(int tagLength) Set the value of tagLength. |
public void | setTagLengthRef(QName tagLengthRef) Set the value of ragLengthRef attribute. |
public void | setType(byte type) Set the value of type attribute. |