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 TypeMethodDescriptionvoidcharacters(String text) Writes a String in the body.voidclose()voidWrites a String as xml comment.voidvoidendElement(String uri, String localName, String qName) voidvoidstartElement(String uri, String localName, String qName, Attributes attributes) Methods inherited from class ContentWriterAdapter
characters, characters, comment, endCDATA, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, ignorableWhitespace, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDTD, startElementEnd, startEntity, startPrefixMappingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ContentHandler
declaration
-
Constructor Details
-
ScopicManifest5ContentParser
-
-
Method Details
-
close
- Throws:
IOException
-
startDocument
- Throws:
SAXException
-
endDocument
- Throws:
SAXException
-
comment
Description copied from interface:ContentWriterWrites a String as xml comment.- Specified by:
commentin interfaceContentWriter- Overrides:
commentin classContentWriterAdapter- Parameters:
text- The text to have embedded as comment in xml.- Throws:
SAXException- On error.
-
characters
Description copied from interface:ContentWriterWrites 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
-