|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.util.PlatformDependentUtils
public class PlatformDependentUtils
Constructor Summary | |
---|---|
PlatformDependentUtils()
|
Method Summary | |
---|---|
static char[] |
codepointToChars(int codePoint)
Translate from codepoint to code units/characters Wrapper to discern between Java 5 methods (Unicode 4) and Java 1.4.2/CLDC |
static java.lang.StringBuffer |
expandCharRef(java.lang.String val,
boolean attribute)
Expand characters that cannot be part of XML into character references Wrapper to discern between Java 5 methods (Unicode 4) and Java 1.4.2/CLDC |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlatformDependentUtils()
Method Detail |
---|
public static java.lang.StringBuffer expandCharRef(java.lang.String val, boolean attribute)
val
- String to expandattribute
- Is val part of attribute, if yes also expand tab and linebreaks
public static char[] codepointToChars(int codePoint)
codePoint
- codepoint to bring into
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |