org.apache.ws.jaxme.xs.util
Class DTDParser.DtdDeclHandler
DefaultHandler
org.apache.ws.jaxme.xs.util.DTDParser.DtdDeclHandler
- DTDParser
- DeclHandler
public class DTDParser.DtdDeclHandler
extends DefaultHandler
implements DeclHandler
Implementation of a DeclHandler
for reading
the element and attribute declarations.
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)