|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryMapDocumentXmlObj | |
---|---|
com.poscoict.glueframework.schema.query | |
com.poscoict.glueframework.schema.query.impl |
Uses of QueryMapDocumentXmlObj in com.poscoict.glueframework.schema.query |
---|
Methods in com.poscoict.glueframework.schema.query that return QueryMapDocumentXmlObj | |
---|---|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.newInstance()
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(File file)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(InputStream is)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(Node node)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(Reader r)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(String xmlAsString)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(URL u)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(XMLStreamReader sr)
|
static QueryMapDocumentXmlObj |
QueryMapDocumentXmlObj.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of QueryMapDocumentXmlObj in com.poscoict.glueframework.schema.query.impl |
---|
Classes in com.poscoict.glueframework.schema.query.impl that implement QueryMapDocumentXmlObj | |
---|---|
class |
QueryMapDocumentXmlObjImpl
A document containing one queryMap(@http://www.poscoict.com/glueframework/query) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |