public class EscapeProc extends Object
Constructor and Description |
---|
EscapeProc(CharSpace charSpace) |
Modifier and Type | Method and Description |
---|---|
void |
writeStr(org.apache.jena.atlas.io.AWriter w,
String s) |
void |
writeStrMultiLine(org.apache.jena.atlas.io.AWriter w,
String s) |
void |
writeURI(org.apache.jena.atlas.io.AWriter w,
String s) |
public EscapeProc(CharSpace charSpace)
public void writeURI(org.apache.jena.atlas.io.AWriter w, String s)
public void writeStr(org.apache.jena.atlas.io.AWriter w, String s)
public void writeStrMultiLine(org.apache.jena.atlas.io.AWriter w, String s)
Licenced under the Apache License, Version 2.0