org.mybatis.generator.api.dom.xml
Class Element

java.lang.Object
  extended by org.mybatis.generator.api.dom.xml.Element
Direct Known Subclasses:
TextElement, XmlElement

public abstract class Element
extends Object

Author:
Jeff Butler

Constructor Summary
Element()
           
 
Method Summary
abstract  String getFormattedContent(int indentLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Method Detail

getFormattedContent

public abstract String getFormattedContent(int indentLevel)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.