Class ScopicManifest5ContentParser
java.lang.Object
org.x4o.sax3.io.ContentWriterAdapter
love.distributedrebirth.nx01.warp.manifestor.scopic.iomf5.ScopicManifest5ContentParser
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ContentWriter
,ContentHandler
,LexicalHandler
Stroboscopic manifest 5 text XML content reader.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(String text) Writes a String in the body.void
close()
void
Writes a String as xml comment.void
void
endElement
(String uri, String localName, String qName) void
void
startElement
(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.x4o.sax3.io.ContentWriterAdapter
characters, characters, comment, endCDATA, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDTD, startElementEnd, startEntity, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ScopicManifest5ContentParser
-
-
Method Details
-
close
- Throws:
IOException
-
startDocument
- Throws:
SAXException
-
endDocument
- Throws:
SAXException
-
comment
Description copied from interface:ContentWriter
Writes a String as xml comment.- Specified by:
comment
in interfaceContentWriter
- Overrides:
comment
in classContentWriterAdapter
- Parameters:
text
- The text to have embedded as comment in xml.- Throws:
SAXException
- On error.
-
characters
Description copied from interface:ContentWriter
Writes a String in the body.- Parameters:
text
- The text to write.- Throws:
SAXException
- On error.
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Throws:
SAXException
-
endElement
- Throws:
SAXException
-