public abstract class ExtensionHandler extends org.xml.sax.helpers.DefaultHandler
SiteMapURL.| Modifier and Type | Field and Description |
|---|---|
protected List<ExtensionMetadata> |
attributes |
protected static Pattern |
commaSeparated |
| Constructor and Description |
|---|
ExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionHandler |
create(Extension extension) |
ExtensionMetadata[] |
getAttributes() |
protected static java.time.ZonedDateTime |
getDateValue(String value) |
protected static Float |
getFloatValue(String value) |
protected static Integer |
getIntegerValue(String value) |
protected static URL |
getURLValue(String value) |
protected static Boolean |
getYesNoBooleanValue(String value,
String elemName) |
void |
reset() |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected static Pattern commaSeparated
protected List<ExtensionMetadata> attributes
public static ExtensionHandler create(Extension extension)
public ExtensionMetadata[] getAttributes()
public void reset()
protected static java.time.ZonedDateTime getDateValue(String value)
Copyright © 2009–2021 Crawler-Commons. All rights reserved.