com.evolveum.midpoint.util
Class XQueryEscapeStringBuilder

java.lang.Object
  extended by com.evolveum.midpoint.util.GenericEscapeStringBuilder
      extended by com.evolveum.midpoint.util.XQueryEscapeStringBuilder
All Implemented Interfaces:
EscapeStringBuilder, Serializable, Appendable, CharSequence

public class XQueryEscapeStringBuilder
extends GenericEscapeStringBuilder

Escapes special characters : \|.-^?*+{}()[]

Author:
mamut
See Also:
Serialized Form

Constructor Summary
XQueryEscapeStringBuilder()
           
 
Method Summary
 EscapeStringBuilder eappend(Object o)
          Appends the string representation of the Object.toString() argument and escape value with XML escape
 EscapeStringBuilder eappend(String str)
          Appends the string representation of the String argument and escape value with XML escape
 
Methods inherited from class com.evolveum.midpoint.util.GenericEscapeStringBuilder
append, append, append, append, append, append, append, append, append, append, append, append, append, append, append, appendCodePoint, capacity, charAt, codePointAt, codePointBefore, codePointCount, delete, deleteCharAt, ensureCapacity, getChars, indexOf, indexOf, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, lastIndexOf, lastIndexOf, length, offsetByCodePoints, replace, reverse, setCharAt, setLength, subSequence, substring, substring, toString, toStringBuilder, trimToSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryEscapeStringBuilder

public XQueryEscapeStringBuilder()
Method Detail

eappend

public EscapeStringBuilder eappend(Object o)
Description copied from interface: EscapeStringBuilder
Appends the string representation of the Object.toString() argument and escape value with XML escape

Specified by:
eappend in interface EscapeStringBuilder
Overrides:
eappend in class GenericEscapeStringBuilder

eappend

public EscapeStringBuilder eappend(String str)
Description copied from interface: EscapeStringBuilder
Appends the string representation of the String argument and escape value with XML escape

Specified by:
eappend in interface EscapeStringBuilder
Overrides:
eappend in class GenericEscapeStringBuilder


Copyright © 2013 evolveum. All Rights Reserved.