Deprecated API

Deprecated Classes
org.merlotxml.util.xml.xerces.GrammarAccess
          Use GrammarDocument. 
 

Deprecated Interfaces
org.merlotxml.util.xml.DTDAttribute
          Use GrammarSimpleType. 
org.merlotxml.util.xml.DTDDocument
          Use GrammarDocument. 
org.merlotxml.util.xml.DTDElement
          Use GrammarComplexType. 
 

Deprecated Methods
org.merlotxml.util.xml.DTDDocument.elementIsValid(Element, boolean)
          Use GrammarComplexType 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.elementIsValid(Element, boolean)
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDDocument.fetchElement(String)
          Use GrammarDocument. 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.fetchElement(String)
          Use GrammarDocument. 
org.merlotxml.util.xml.DTDCache.fixslashes(String)
          use fixSlashes instead 
org.merlotxml.util.xml.DTDElement.getAttribute(String)
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDElement.getAttributes()
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDElement.getContentSpec()
            
org.merlotxml.util.xml.DTDAttribute.getDefaultType()
          Use GrammarSimpleType. 
org.merlotxml.util.xml.DTDAttribute.getDefaultValue()
          Use GrammarSimpleType. 
org.merlotxml.merlot.MerlotDOMElement.getDTDAttribute(String)
          Use GrammarComplexType.getAttribute(name) 
org.merlotxml.merlot.MerlotDOMNode.getDTDAttributes()
          Use getGrammarAttributes 
org.merlotxml.merlot.MerlotDOMNode.getDTDDocument()
          Use getGrammarDocument. 
org.merlotxml.merlot.MerlotDOMElement.getDTDElement()
          Use MerlotDOMNode.getGrammarComplexType. 
org.merlotxml.util.xml.ValidDocument.getDTDStackCopy()
            
org.merlotxml.util.xml.DTDDocument.getElements()
          Use GrammarDocument. 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.getElements()
          Use GrammarDocument. 
org.merlotxml.merlot.MerlotDOMNode.getInsertableElements()
          Use getGrammarComplexType().getInsertableElements() 
org.merlotxml.util.xml.DTDDocument.getInsertableElements(Element)
          Use GrammarComplexType 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.getInsertableElements(Element)
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDDocument.getInsertableElements(Element, int)
          Use GrammarComplexType 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.getInsertableElements(Element, int)
          Use GrammarComplexType. 
org.merlotxml.merlot.MerlotDOMNode.getInsertableElements(int)
          Use getGrammarComplexType().getInsertableElements(index) 
org.merlotxml.util.xml.DTDDocument.getInsertPosition(Element, String)
          Use GrammarComplexType 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.getInsertPosition(Element, String)
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDElement.getName()
          Use GrammarComplexType. 
org.merlotxml.util.xml.DTDAttribute.getName()
          Use GrammarSimpleType. 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.getName()
          Use GrammarDocument. 
org.merlotxml.util.xml.DTDAttribute.getTokens()
          Use GrammarSimpleType. 
org.merlotxml.util.xml.DTDAttribute.getType()
          Use GrammarSimpleType. 
org.merlotxml.util.xml.DOMLiaison.parseXMLStream(InputStream)
          Use parseXMLStream(Reader) 
org.merlotxml.util.xml.xerces.DOMLiaison.parseXMLStream(InputStream)
          Use parseXMLStream(Reader) 
org.merlotxml.util.xml.xerces.DTDDocumentImpl.setGrammarDocument(GrammarDocument)
          Use GrammarComplexType. 
org.merlotxml.merlot.MerlotDOMEditor.suppressAddType(DTDElement)
            
org.merlotxml.merlot.editors.SchemaDOMEditor.suppressAddType(DTDElement)
            
 

Deprecated Constructors
org.merlotxml.util.xml.xerces.DTDDocumentImpl(String, String)
          Use GrammarDocument. 
org.merlotxml.util.xml.xerces.DTDDocumentImpl(String, String, String)
          Use GrammarDocument.