org.apache.ws.jaxme.xs.util

Class DTDParser.DtdDeclHandler

Enclosing Class:
DTDParser
Implemented Interfaces:
DeclHandler

public class DTDParser.DtdDeclHandler
extends DefaultHandler
implements DeclHandler

Implementation of a DeclHandler for reading the element and attribute declarations.

Method Summary

void
attributeDecl(String pElementName, String pAttributeName, String pType, String pMode, String pValue)
void
elementDecl(String pName, String pModel)
void
externalEntityDecl(String pName, String publicId, String pSystemId)
void
internalEntityDecl(String pName, String pValue)
void
setDocumentLocator(Locator pLocator)

Method Details

attributeDecl

public void attributeDecl(String pElementName,
                          String pAttributeName,
                          String pType,
                          String pMode,
                          String pValue)
            throws SAXException

elementDecl

public void elementDecl(String pName,
                        String pModel)
            throws SAXException

externalEntityDecl

public void externalEntityDecl(String pName,
                               String publicId,
                               String pSystemId)
            throws SAXException

internalEntityDecl

public void internalEntityDecl(String pName,
                               String pValue)
            throws SAXException

setDocumentLocator

public void setDocumentLocator(Locator pLocator)