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) void
startElement
(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, warning
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
-
TypeLister
-
-
Method Details
-
getDateTypes
- Throws:
BMUException
-
startElement
public void startElement(String namespace, String localName, String qualifiedName, Attributes atts) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-