com.evelopers.unimod.transform.xml
Interface XML

All Known Implementing Classes:
ModelToXML, XMLToModel

public interface XML

XML tags and attribnute names


Nested Class Summary
static interface XML.Attribute
           
static interface XML.Path
           
static interface XML.Tag
           
 
Field Summary
static java.lang.String DTD_RESOURCE
           
static java.lang.String PUBLIC_ID
           
static java.lang.String SYSTEM_ID
           
 

Field Detail

DTD_RESOURCE

public static final java.lang.String DTD_RESOURCE
See Also:
Constant Field Values

PUBLIC_ID

public static final java.lang.String PUBLIC_ID
See Also:
Constant Field Values

SYSTEM_ID

public static final java.lang.String SYSTEM_ID
See Also:
Constant Field Values