Package | Description |
---|---|
org.x4o.xml.io |
The X4O Input and Output classes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultX4OReader.read()
Parses the input stream as a X4O document.
|
T |
AbstractX4OReader.read(InputStream input,
String systemId,
URL basePath) |
T |
X4OReader.read(InputStream input,
String systemId,
URL basePath)
Method to parse the xml data.
|
X4OLanguageContext |
X4OReaderContext.readContext(InputStream input,
String systemId,
URL basePath)
Method to parse the xml data.
|
X4OLanguageContext |
DefaultX4OReader.readContext(InputStream input,
String systemId,
URL basePath) |
T |
AbstractX4OReader.readFile(File file)
Reads the file and reads it as an InputStream.
|
T |
X4OReader.readFile(File file)
Reads the file and parses it as an InputStream.
|
T |
AbstractX4OReader.readFile(String fileName)
Reads the file fileName and reads it as an InputStream.
|
T |
X4OReader.readFile(String fileName)
Reads the file fileName and parses it as an InputStream.
|
X4OLanguageContext |
X4OReaderContext.readFileContext(File file)
Reads the file and parses it as an InputStream.
|
X4OLanguageContext |
AbstractX4OReaderContext.readFileContext(File file)
Reads the file and reads it as an InputStream.
|
X4OLanguageContext |
X4OReaderContext.readFileContext(String fileName)
Reads the file fileName and parses it as an InputStream.
|
X4OLanguageContext |
AbstractX4OReaderContext.readFileContext(String fileName)
Reads the file fileName and reads it as an InputStream.
|
T |
AbstractX4OReader.readResource(String resourceName)
reads an resource locaction.
|
T |
X4OReader.readResource(String resourceName)
Parses an resource locaction.
|
X4OLanguageContext |
X4OReaderContext.readResourceContext(String resourceName)
Parses an resource locaction.
|
X4OLanguageContext |
AbstractX4OReaderContext.readResourceContext(String resourceName)
reads an resource locaction.
|
T |
AbstractX4OReader.readString(String xmlString)
Converts a String to a InputStream to is can me readd by SAX.
|
T |
X4OReader.readString(String xmlString)
Converts a String to a InputStream to is can me parsed by SAX.
|
X4OLanguageContext |
X4OReaderContext.readStringContext(String xmlString)
Converts a String to a InputStream to is can me parsed by SAX.
|
X4OLanguageContext |
AbstractX4OReaderContext.readStringContext(String xmlString)
Converts a String to a InputStream to is can me read by SAX.
|
T |
AbstractX4OReader.readUrl(URL url)
Fetched the data direct from remote url to a InputStream to is can me readd by SAX.
|
T |
X4OReader.readUrl(URL url)
Fetched the data direct from remote url to a InputStream to is can me parsed by SAX.
|
X4OLanguageContext |
X4OReaderContext.readUrlContext(URL url)
Fetched the data direct from remote url to a InputStream to is can me parsed by SAX.
|
X4OLanguageContext |
AbstractX4OReaderContext.readUrlContext(URL url)
Fetched the data direct from remote url to a InputStream to is can me readd by SAX.
|
void |
AbstractX4OWriter.write(T object,
OutputStream output) |
void |
X4OWriter.write(T object,
OutputStream out) |
void |
DefaultX4OWriter.writeContext(X4OLanguageContext languageContext,
OutputStream output) |
void |
X4OWriterContext.writeContext(X4OLanguageContext context,
OutputStream out) |
void |
AbstractX4OWriter.writeFile(T object,
File file) |
void |
X4OWriter.writeFile(T object,
File file) |
void |
AbstractX4OWriter.writeFile(T object,
String fileName) |
void |
X4OWriter.writeFile(T object,
String fileName) |
void |
AbstractX4OWriterContext.writeFileContext(X4OLanguageContext context,
File file) |
void |
X4OWriterContext.writeFileContext(X4OLanguageContext context,
File file) |
void |
AbstractX4OWriterContext.writeFileContext(X4OLanguageContext context,
String fileName) |
void |
X4OWriterContext.writeFileContext(X4OLanguageContext context,
String fileName) |
String |
AbstractX4OWriter.writeString(T object) |
String |
X4OWriter.writeString(T object) |
String |
AbstractX4OWriterContext.writeStringContext(X4OLanguageContext context) |
String |
X4OWriterContext.writeStringContext(X4OLanguageContext context) |
Copyright © 2004-2013 X4O. All Rights Reserved.