public class XMLInfoImpl
extends java.lang.Object
| Constructor and Description |
|---|
XMLInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTag(XMLAttributeInfoImpl info) |
java.nio.charset.Charset |
getCharset() |
long |
getCountLines() |
java.util.Locale |
getLocale() |
XMLAttributeInfoImpl |
getTag(java.lang.String path) |
XMLAttributeInfoImpl |
getTagInfo(java.lang.String path) |
java.util.Collection<java.lang.String> |
getTagsPaths() |
void |
setCharset(java.nio.charset.Charset charset) |
void |
setCountLines(long countlines) |
void |
setLocale(java.util.Locale locale) |
public XMLAttributeInfoImpl getTag(java.lang.String path)
public java.util.Collection<java.lang.String> getTagsPaths()
public void addTag(XMLAttributeInfoImpl info)
public XMLAttributeInfoImpl getTagInfo(java.lang.String path)
public void setCountLines(long countlines)
public long getCountLines()
public java.nio.charset.Charset getCharset()
public void setCharset(java.nio.charset.Charset charset)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)