public class Xml extends XmlElement
| 限定符和类型 | 方法和说明 |
|---|---|
Xml |
addChild(String childName) |
Xml |
addChild(String name,
String value) |
Xml |
addChild(Xml child) |
static Xml |
element(String name,
String value) |
static Xml |
name(String name) |
Xml |
setAttr(String name,
Object value) |
Xml |
setValue(String content) |
addChild, checkCDATA, checkLiteral, createAnotherElement, expectedInput, getAttribute, getAttribute, getAttributeNames, getBooleanAttribute, getChild, getChild, getChildContent, getChildren, getChildren, getChildrenCount, getContent, getDoubleAttribute, getDoubleAttribute, getIntAttribute, getIntAttribute, getLineNr, getLongAttribute, getLongAttribute, getName, getParent, getStringAttribute, getStringAttribute, hasAttribute, invalidValue, invalidValueSet, isIgnoreWhitespace, parseCharArray, parseCharArray, parseFromReader, parseFromReader, parseString, parseString, parseString, parseString, readChar, removeAttribute, removeChild, resolveEntity, scanElement, scanIdentifier, scanPCData, scanString, scanWhitespace, scanWhitespace, setAttribute, setContent, setDoubleAttribute, setIntAttribute, setLongAttribute, setName, setParent, skipComment, skipSpecialTag, syntaxError, toCompactString, toString, unexpectedEndOfData, unknownEntity, unreadChar, write, write, write, write, writeEncodedpublic Xml(String name)
Copyright © 2020. All rights reserved.