protected final class DocumentIndenter.State extends Object
Modifier and Type | Field and Description |
---|---|
Element[] |
childElements |
ElementType[] |
childElementTypes |
Element |
element |
String |
elementTag |
ElementType |
elementType |
boolean |
hasPreserveSpace |
DocumentIndenter.Layout |
layout |
int |
lineEnd |
int |
lineFirst |
boolean |
parentIsVertical |
com.xmlmind.xml.save.WrappedLine |
wrappedLine |
Modifier | Constructor and Description |
---|---|
protected |
State() |
Modifier and Type | Method and Description |
---|---|
ContentType |
getElementContentType() |
ContentType |
getElementContentType(boolean[] guessed) |
public Element element
public ElementType elementType
public Element[] childElements
public ElementType[] childElementTypes
public boolean hasPreserveSpace
public boolean parentIsVertical
public DocumentIndenter.Layout layout
public int lineFirst
public int lineEnd
public com.xmlmind.xml.save.WrappedLine wrappedLine
public String elementTag
public ContentType getElementContentType()
public ContentType getElementContentType(boolean[] guessed)