public class CustomHandler extends DefaultHandler
| Constructor and Description |
|---|
CustomHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFoundNameSpace() |
String |
getSignatureNamespacePrefix() |
boolean |
isContainsSignature() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerstartDocument in class DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic String getFoundNameSpace()
public boolean isContainsSignature()
public String getSignatureNamespacePrefix()
Copyright © 2014–2019. All rights reserved.