public class SAXHelper
extends java.lang.Object
| Constructor and Description |
|---|
SAXHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.xml.sax.helpers.AttributesImpl |
addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
int value) |
static org.xml.sax.helpers.AttributesImpl |
addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
java.lang.String value) |
static void |
characters(org.xml.sax.ContentHandler contentHandler,
java.lang.String content) |
static void |
endElement(org.xml.sax.ContentHandler contentHandler,
java.lang.String name) |
static void |
startElement(org.xml.sax.ContentHandler contentHandler,
java.lang.String name,
org.xml.sax.Attributes attributes) |
public static void startElement(org.xml.sax.ContentHandler contentHandler,
java.lang.String name,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic static void endElement(org.xml.sax.ContentHandler contentHandler,
java.lang.String name)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic static void characters(org.xml.sax.ContentHandler contentHandler,
java.lang.String content)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic static org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
int value)
attributes - name - value - public static org.xml.sax.helpers.AttributesImpl addAttrValue(org.xml.sax.helpers.AttributesImpl attributes,
java.lang.String name,
java.lang.String value)
attributes - name - value - Copyright © 2022. All Rights Reserved.