|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.model.impl.ROMetaModelReader
public class ROMetaModelReader
The registry object model writer is used to deserialize registry meta models from XML.
Constructor Summary | |
---|---|
ROMetaModelReader()
|
Method Summary | |
---|---|
ROMetaModel |
read(java.io.File pFile)
Reads and deserializes a meta model from the XML stream provided by the given File . |
ROMetaModel |
read(org.xml.sax.InputSource pSource)
Reads and deserializes a meta model from the XML stream provided by the given InputSource . |
ROMetaModel |
read(java.io.InputStream pStream)
Reads and deserializes a meta model from the XML stream provided by the given InputStream . |
ROMetaModel |
read(org.w3c.dom.Node pNode)
Reads and deserializes a meta model from the XML stream provided by the given Node . |
ROMetaModel |
read(java.io.Reader pReader)
Reads and deserializes a meta model from the XML stream provided by the given Reader . |
protected ROClassification |
read(ROClassification pBean)
|
protected ROFile |
read(ROFile pBean)
|
protected ROMetaModel |
read(ROMetaModel pBean)
|
protected RORelation |
read(RORelation pBean)
|
protected ROSlot |
read(ROSlot pBean)
|
protected ROType |
read(ROType pBean)
|
ROMetaModel |
read(javax.xml.transform.Source pSource)
Reads and deserializes a meta model from the XML stream provided by the given Source . |
ROMetaModel |
read(java.net.URL pURL)
Reads and deserializes a meta model from the XML stream provided by the given URL . |
ROMetaModel |
read(javax.xml.stream.XMLEventReader pReader)
Reads and deserializes a meta model from the XML stream provided by the given XMLEventReader . |
ROMetaModel |
read(javax.xml.stream.XMLStreamReader pReader)
Reads and deserializes a meta model from the XML stream provided by the given XMLStreamReader . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ROMetaModelReader()
Method Detail |
---|
protected ROSlot read(ROSlot pBean)
protected ROClassification read(ROClassification pBean)
protected ROFile read(ROFile pBean)
protected RORelation read(RORelation pBean)
protected ROType read(ROType pBean)
protected ROMetaModel read(ROMetaModel pBean) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public ROMetaModel read(java.io.InputStream pStream) throws javax.xml.registry.JAXRException
InputStream
.
pStream
- The stream, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(java.io.File pFile) throws javax.xml.registry.JAXRException
File
.
pFile
- The file, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(org.xml.sax.InputSource pSource) throws javax.xml.registry.JAXRException
InputSource
.
pSource
- The SAX source, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(java.io.Reader pReader) throws javax.xml.registry.JAXRException
Reader
.
pReader
- The reader, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(org.w3c.dom.Node pNode) throws javax.xml.registry.JAXRException
Node
.
pNode
- The node, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(javax.xml.transform.Source pSource) throws javax.xml.registry.JAXRException
Source
.
pSource
- The transformer source, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(java.net.URL pURL) throws javax.xml.registry.JAXRException
URL
.
pURL
- The URL, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(javax.xml.stream.XMLEventReader pReader) throws javax.xml.registry.JAXRException
XMLEventReader
.
pReader
- The StAX event reader, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.public ROMetaModel read(javax.xml.stream.XMLStreamReader pReader) throws javax.xml.registry.JAXRException
XMLStreamReader
.
pReader
- The StAX stream reader, from which to read the meta model.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |