Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.spi
Class XMLDocTypeRecognizer  view XMLDocTypeRecognizer download XMLDocTypeRecognizer.java

java.lang.Object
  extended byjavax.ide.model.spi.SuffixRecognizer
      extended byjavax.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:
getSuffixes in class SuffixRecognizer

getDocTypes

public java.util.Collection getDocTypes()