|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
----------------------------------------------------------
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 |
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 |
Method Detail |
public org.w3c.dom.Document getDocument()
public void setDocument(org.w3c.dom.Document document)
getDocument()
public java.net.URL getSchemaLocation() throws java.net.MalformedURLException
java.net.MalformedURLException
public void setSchemaLocation(java.net.URL schema)
public GMLNameSpace[] getNameSpaces()
public void addNameSpace(GMLNameSpace nameSpace)
getNameSpaces()
public GMLFeatureCollection getRoot()
public void setRoot(GMLFeatureCollection root)
getRoot()
public boolean isValid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |