com.planet_ink.coffee_mud.Libraries.interfaces
Class XMLLibrary.XMLpiece
java.lang.Object
com.planet_ink.coffee_mud.Libraries.interfaces.XMLLibrary.XMLpiece
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing interface:
- XMLLibrary
public static class XMLLibrary.XMLpiece
- extends java.lang.Object
- implements java.lang.Cloneable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
public java.lang.String tag
value
public java.lang.String value
contents
public java.util.List<XMLLibrary.XMLpiece> contents
parms
public java.util.Map<java.lang.String,java.lang.String> parms
parent
public XMLLibrary.XMLpiece parent
outerStart
public int outerStart
innerStart
public int innerStart
innerEnd
public int innerEnd
outerEnd
public int outerEnd
XMLLibrary.XMLpiece
public XMLLibrary.XMLpiece()
copyOf
public XMLLibrary.XMLpiece copyOf()
addContent
public void addContent(XMLLibrary.XMLpiece x)