Class XmlNodeParserOptions
java.lang.Object
cool.scx.object.parser.xml.XmlNodeParserOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmaxChildCount(int maxChildCount) intmaxNestingDepth(int maxNestingDepth) intmaxStringLength(int maxStringLength)
-
Constructor Details
-
XmlNodeParserOptions
public XmlNodeParserOptions()
-
-
Method Details
-
maxNestingDepth
public int maxNestingDepth() -
maxNestingDepth
-
maxChildCount
public int maxChildCount() -
maxChildCount
-
maxStringLength
public int maxStringLength() -
maxStringLength
-