org.apache.ws.jaxme.xs.util

Class DTDParser.DtdDeclHandler

public class DTDParser.DtdDeclHandler extends DefaultHandler implements DeclHandler

Implementation of a {@link DeclHandler} for reading the element and attribute declarations.
Method Summary
voidattributeDecl(String pElementName, String pAttributeName, String pType, String pMode, String pValue)
voidelementDecl(String pName, String pModel)
voidexternalEntityDecl(String pName, String publicId, String pSystemId)
voidinternalEntityDecl(String pName, String pValue)
voidsetDocumentLocator(Locator pLocator)

Method Detail

attributeDecl

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

elementDecl

public void elementDecl(String pName, String pModel)

externalEntityDecl

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

internalEntityDecl

public void internalEntityDecl(String pName, String pValue)

setDocumentLocator

public void setDocumentLocator(Locator pLocator)