public class MessageWarner extends XMLEmitter
The text of the message that is sent to the ErrorListener is an XML serialization of the actual message content.
declarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, undeclareNamespaces
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writer
?????? |
---|
MessageWarner() |
?????? | ????? |
---|---|
void |
endDocument()
Notify the end of a document node
|
void |
startDocument(int properties)
Start of a document node.
|
attribute, characters, close, closeStartTag, comment, emptyElementTagCloser, endElement, getCachedName, namespace, open, openDocument, outputCharacterReference, processingInstruction, putCachedName, startContent, startElement, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocType, writeEscape
public void startDocument(int properties) throws XPathException
XMLEmitter
startDocument
???? Receiver
startDocument
??? XMLEmitter
properties
- bit-significant integer indicating properties of the document node.
The definitions of the bits are in class ReceiverOptions
XPathException
public void endDocument() throws XPathException
XMLEmitter
endDocument
???? Receiver
endDocument
??? XMLEmitter
XPathException