|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.ogc.wms.gml_Impl.GMLDocument_Impl
Title:
Description:
Copyright: Copyright (c) 2005
Company: Indiana University - Computer Science Dept.
| Constructor Summary | |
GMLDocument_Impl()
Creates a new GMLDocument_Impl object. |
|
GMLDocument_Impl(org.w3c.dom.Document document)
|
|
GMLDocument_Impl(java.io.Reader reader)
|
|
| Method Summary | |
void |
addNameSpace(GMLNameSpace nameSpace)
|
org.w3c.dom.Document |
getDocument()
returns the dom document representing the GML document |
GMLNameSpace[] |
getNameSpaces()
returns the name spaces used within the document |
GMLFeatureCollection |
getRoot()
returns the root element of the document as GMLFeatureCollection. |
java.net.URL |
getSchemaLocation()
returns the location of the schema the document based on |
boolean |
isValid()
returns true if the document is valid against the referenced schemas * @return boolean |
void |
setDocument(org.w3c.dom.Document document)
|
void |
setRoot(GMLFeatureCollection root)
|
void |
setSchemaLocation(java.net.URL schema)
sets the location of schema the document based on |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GMLDocument_Impl()
public GMLDocument_Impl(java.io.Reader reader)
throws java.io.IOException,
org.xml.sax.SAXException
reader - Reader
java.io.IOException
org.xml.sax.SAXExceptionpublic GMLDocument_Impl(org.w3c.dom.Document document)
document - Document| Method Detail |
public org.w3c.dom.Document getDocument()
getDocument in interface GMLDocumentpublic void setDocument(org.w3c.dom.Document document)
setDocument in interface GMLDocumentdocument - Documentorg.deegree_impl.gml.GMLDocument_Impl#getDocument()
public java.net.URL getSchemaLocation()
throws java.net.MalformedURLException
getSchemaLocation in interface GMLDocumentjava.net.MalformedURLExceptionpublic void setSchemaLocation(java.net.URL schema)
setSchemaLocation in interface GMLDocumentschema - URLpublic GMLNameSpace[] getNameSpaces()
getNameSpaces in interface GMLDocumentpublic void addNameSpace(GMLNameSpace nameSpace)
addNameSpace in interface GMLDocumentnameSpace - GMLNameSpaceorg.deegree_impl.gml.GMLDocument_Impl#getNameSpaces()public GMLFeatureCollection getRoot()
getRoot in interface GMLDocumentpublic void setRoot(GMLFeatureCollection root)
setRoot in interface GMLDocumentroot - GMLFeatureCollectionorg.deegree_impl.gml.GMLDocument_Impl#getRoot()public boolean isValid()
isValid in interface GMLDocumentpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||