public class SAXEncoderExtendedHandler extends SAXEncoder
| Modifier and Type | Field and Description |
|---|---|
protected String |
docTypeName |
protected String |
docTypePublicID |
protected String |
docTypeSystemID |
protected String |
docTypeText |
protected boolean |
dtdRange |
protected boolean |
entityReferenceRange |
protected boolean |
preserveComment |
protected boolean |
preserveDTD |
protected boolean |
preservePrefix |
protected boolean |
retainEntityReference |
encoder, exiAttributes, exiStream, factory| Constructor and Description |
|---|
SAXEncoderExtendedHandler(com.siemens.ct.exi.core.EXIFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeDecl(String eName,
String aName,
String type,
String mode,
String value) |
void |
characters(char[] ch,
int start,
int length) |
void |
comment(char[] ch,
int start,
int length) |
void |
elementDecl(String name,
String model) |
void |
endCDATA() |
void |
endDTD() |
void |
endEntity(String name) |
void |
externalEntityDecl(String name,
String publicId,
String systemId) |
void |
internalEntityDecl(String name,
String value) |
void |
notationDecl(String name,
String publicId,
String systemId) |
void |
processingInstruction(String target,
String data) |
void |
skippedEntity(String name) |
void |
startCDATA() |
void |
startDocument() |
void |
startDTD(String name,
String publicId,
String systemId) |
void |
startElement(String uri,
String local,
String raw,
Attributes attributes) |
void |
startEntity(String name) |
void |
unparsedEntityDecl(String name,
String publicId,
String systemId,
String notationName) |
endDocument, endElement, setOutputStream, startElementPfx, startPrefixMappinggetExternalSubset, resolveEntity, resolveEntityendPrefixMapping, error, fatalError, ignorableWhitespace, setDocumentLocator, warningprotected final boolean preserveDTD
protected final boolean preserveComment
protected final boolean preservePrefix
protected String docTypeName
protected String docTypePublicID
protected String docTypeSystemID
protected String docTypeText
protected boolean entityReferenceRange
protected boolean dtdRange
protected boolean retainEntityReference
public SAXEncoderExtendedHandler(com.siemens.ct.exi.core.EXIFactory factory)
throws com.siemens.ct.exi.core.exceptions.EXIException
com.siemens.ct.exi.core.exceptions.EXIExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class SAXEncoderSAXExceptionpublic void startElement(String uri, String local, String raw, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class SAXEncoderSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class SAXEncoderSAXExceptionpublic void comment(char[] ch,
int start,
int length)
throws SAXException
comment in interface LexicalHandlercomment in class DefaultHandler2SAXExceptionpublic void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerprocessingInstruction in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerstartCDATA in class DefaultHandler2SAXExceptionpublic void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerendCDATA in class DefaultHandler2SAXExceptionpublic void startDTD(String name, String publicId, String systemId) throws SAXException
startDTD in interface LexicalHandlerstartDTD in class DefaultHandler2SAXExceptionpublic void endDTD()
throws SAXException
endDTD in interface LexicalHandlerendDTD in class DefaultHandler2SAXExceptionpublic void startEntity(String name) throws SAXException
startEntity in interface LexicalHandlerstartEntity in class DefaultHandler2SAXExceptionpublic void endEntity(String name) throws SAXException
endEntity in interface LexicalHandlerendEntity in class DefaultHandler2SAXExceptionpublic void skippedEntity(String name) throws SAXException
skippedEntity in interface ContentHandlerskippedEntity in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void notationDecl(String name, String publicId, String systemId) throws SAXException
notationDecl in interface DTDHandlernotationDecl in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException
unparsedEntityDecl in interface DTDHandlerunparsedEntityDecl in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void elementDecl(String name, String model) throws SAXException
elementDecl in interface DeclHandlerelementDecl in class DefaultHandler2SAXExceptionpublic void attributeDecl(String eName, String aName, String type, String mode, String value) throws SAXException
attributeDecl in interface DeclHandlerattributeDecl in class DefaultHandler2SAXExceptionpublic void internalEntityDecl(String name, String value) throws SAXException
internalEntityDecl in interface DeclHandlerinternalEntityDecl in class DefaultHandler2SAXExceptionpublic void externalEntityDecl(String name, String publicId, String systemId) throws SAXException
externalEntityDecl in interface DeclHandlerexternalEntityDecl in class DefaultHandler2SAXExceptionCopyright © 2018 Siemens AG. All rights reserved.