Package de.consist.bmu.rule.schema
Class TypeLister
java.lang.Object
org.xml.sax.helpers.DefaultHandler
de.consist.bmu.rule.schema.TypeLister
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<XmlElementInfo>getDateTypes(Document doc) voidstartElement(String namespace, String localName, String qualifiedName, Attributes atts) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
TypeLister
-
-
Method Details
-
getDateTypes
- Throws:
BMUException
-
startElement
public void startElement(String namespace, String localName, String qualifiedName, Attributes atts) throws SAXException - Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-