gov.nasa.worldwind.util
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
|---|---|
DataConfigurationFilter()
Creates a DataConfigurationFilter, but otherwise does nothing. |
|
| Method Summary | |
|---|---|
boolean |
accept(Document doc)
Returns true if the specified DOM Document should be accepted as a configuration document. |
boolean |
accept(Element domElement)
Returns true if the specified DOM Element should be accepted as a configuration document. |
boolean |
accept(File file)
Returns true if the specified file can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true. |
boolean |
accept(FileStore fileStore,
String fileName)
Returns true if the specified file store path can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true. |
boolean |
accept(InputStream inputStream)
Returns true if the specified InputStream can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true. |
boolean |
accept(URL url)
Returns true if the specified URL can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true. |
protected boolean |
acceptFilePath(String filePath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataConfigurationFilter()
| Method Detail |
|---|
public boolean accept(Document doc)
doc - the Document in question.
IllegalArgumentException - if the document is null.public boolean accept(Element domElement)
Element should be accepted as a configuration document.
domElement - the Document in question.
IllegalArgumentException - if the document is null.public boolean accept(File file)
accept(org.w3c.dom.Document) returns true.
accept in interface FileFilterfile - the file in question.
IllegalArgumentException - if the file is null.public boolean accept(FileStore fileStore, String fileName)
accept(org.w3c.dom.Document) returns true.
accept in interface FileStoreFilterfileStore - the file store containing the named file path.fileName - the named file path in question.
IllegalArgumentException - if either the file store or the file name are null.public boolean accept(InputStream inputStream)
InputStream can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true.
inputStream - the input stream in question.
IllegalArgumentException - if the input stream is null.public boolean accept(URL url)
URL can be opened as an XML document, and calling accept(org.w3c.dom.Document) returns true.
url - the URL in question.
IllegalArgumentException - if the url is null.protected boolean acceptFilePath(String filePath)
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||