Package org.apache.xmlbeans.impl.store
Class CharUtil
java.lang.Object
org.apache.xmlbeans.impl.store.CharUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voiddumpChars(PrintStream p, Object src, int off, int cch) getCharIterator(Object src, int off, int cch) getCharIterator(Object src, int off, int cch, int start) static voidstatic Stringstatic voidgetString(StringBuffer sb, Object src, int off, int cch) static CharUtilinsertChars(int posInsert, Object src, int off, int cch, Object srcInsert, int offInsert, int cchInsert) static booleanstatic booleanisWhiteSpace(char ch) final booleanisWhiteSpace(Object src, int off, int cch) removeChars(int posRemove, int cchRemove, Object src, int off, int cch) stripRight(Object src, int off, int cch)
-
Field Details
-
_offSrc
public int _offSrc -
_cchSrc
public int _cchSrc
-
-
Constructor Details
-
CharUtil
public CharUtil(int charBufSize)
-
-
Method Details
-
getCharIterator
-
getCharIterator
-
getThreadLocalCharUtil
-
getString
-
getChars
-
getString
-
isWhiteSpace
public static boolean isWhiteSpace(char ch) -
isWhiteSpace
-
stripLeft
-
stripRight
-
insertChars
-
removeChars
-
saveChars
-
saveChars
-
dump
-
dumpChars
-
isValid
-
clearThreadLocals
public static void clearThreadLocals()
-