public final class DocumentFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
createDocument()
Create a blank document.
|
static Document |
createDocument(InputStream input)
Create a document from an input stream.
|
static Transformer |
createTransformer()
Create a transformer.
|
public static Document createDocument()
LionEngineException
- If unable to create document.public static Document createDocument(InputStream input) throws IOException
input
- The input stream.IOException
- If malformed document.LionEngineException
- If unable to create document.public static Transformer createTransformer() throws TransformerConfigurationException
TransformerConfigurationException
- If error.Copyright © 2016 Byron 3D Games Studio. All rights reserved.