|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.spi
Class XMLDocTypeRecognizer

java.lang.Objectjavax.ide.model.spi.SuffixRecognizer
javax.ide.model.spi.XMLDocTypeRecognizer
- public final class XMLDocTypeRecognizer
- extends SuffixRecognizer
Information about how to recognize an XML document by its root element.
| Field Summary | |
private java.util.Collection |
_docTypes
|
| Fields inherited from class javax.ide.model.spi.SuffixRecognizer |
|
| Constructor Summary | |
XMLDocTypeRecognizer(javax.ide.util.MetaClass documentClass)
|
|
| Method Summary | |
void |
addDocType(XMLDocType docType)
|
java.util.Collection |
getDocTypes()
|
java.util.Collection |
getSuffixes()
|
| Methods inherited from class javax.ide.model.spi.SuffixRecognizer |
addSuffix, containsSuffix, getDocumentClass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_docTypes
private java.util.Collection _docTypes
| Constructor Detail |
XMLDocTypeRecognizer
public XMLDocTypeRecognizer(javax.ide.util.MetaClass documentClass)
| Method Detail |
addDocType
public void addDocType(XMLDocType docType)
getSuffixes
public java.util.Collection getSuffixes()
- Overrides:
getSuffixesin classSuffixRecognizer
getDocTypes
public java.util.Collection getDocTypes()
|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC