public class ZmlReader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ZmlReader.AttribRead |
static class |
ZmlReader.ZmlNode |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,ZmlReader.ZmlNode> |
idxNodes
Stores the cfg subtree in the usage order.
|
(package private) java.util.Map<java.lang.String,java.lang.String> |
nameSpacesAll
The declared name spaces found in all nodes.
|
Constructor and Description |
---|
ZmlReader() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
readAttribute(StringPart scLine,
ZmlReader.ZmlNode node) |
(package private) void |
readContent(StringPart scLine,
ZmlReader.ZmlNode node) |
private ZmlReader.ZmlNode |
readNode(java.io.BufferedReader rd,
java.lang.String sLine1) |
void |
readZml(java.io.File fin) |
java.util.Map<java.lang.String,java.lang.String> nameSpacesAll
java.util.Map<java.lang.String,ZmlReader.ZmlNode> idxNodes
public void readZml(java.io.File fin)
private ZmlReader.ZmlNode readNode(java.io.BufferedReader rd, java.lang.String sLine1) throws java.io.IOException
java.io.IOException
void readContent(StringPart scLine, ZmlReader.ZmlNode node)
void readAttribute(StringPart scLine, ZmlReader.ZmlNode node)