Module com.sun.xml.fastinfoset
Package com.sun.xml.fastinfoset.sax
Class SAXDocumentParser.DeclHandlerImpl
java.lang.Object
com.sun.xml.fastinfoset.sax.SAXDocumentParser.DeclHandlerImpl
- All Implemented Interfaces:
DeclHandler
- Enclosing class:
SAXDocumentParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
elementDecl
(String name, String model) void
externalEntityDecl
(String name, String publicId, String systemId) void
internalEntityDecl
(String name, String value)
-
Constructor Details
-
DeclHandlerImpl
private DeclHandlerImpl()
-
-
Method Details
-
elementDecl
- Specified by:
elementDecl
in interfaceDeclHandler
- Throws:
SAXException
-
attributeDecl
public void attributeDecl(String eName, String aName, String type, String mode, String value) throws SAXException - Specified by:
attributeDecl
in interfaceDeclHandler
- Throws:
SAXException
-
internalEntityDecl
- Specified by:
internalEntityDecl
in interfaceDeclHandler
- Throws:
SAXException
-
externalEntityDecl
- Specified by:
externalEntityDecl
in interfaceDeclHandler
- Throws:
SAXException
-