Class XmlNodeParserOptions

java.lang.Object
cool.scx.object.parser.xml.XmlNodeParserOptions

public class XmlNodeParserOptions extends Object
  • Constructor Details

    • XmlNodeParserOptions

      public XmlNodeParserOptions()
  • Method Details

    • maxNestingDepth

      public int maxNestingDepth()
    • maxNestingDepth

      public XmlNodeParserOptions maxNestingDepth(int maxNestingDepth)
    • maxChildCount

      public int maxChildCount()
    • maxChildCount

      public XmlNodeParserOptions maxChildCount(int maxChildCount)
    • maxStringLength

      public int maxStringLength()
    • maxStringLength

      public XmlNodeParserOptions maxStringLength(int maxStringLength)