Package com.mebigfatguy.fbcontrib.detect
Class CustomBuiltXML.XMLPattern
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.CustomBuiltXML.XMLPattern
-
- Enclosing class:
- CustomBuiltXML
private static class CustomBuiltXML.XMLPattern extends java.lang.Object
represents a text pattern that is likely to be an xml snippet, as well as how much confidence that the pattern is infact xml, versus something else.
-
-
Constructor Summary
Constructors Constructor Description XMLPattern(java.util.regex.Pattern p, boolean isConfident)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.regex.Pattern
getPattern()
boolean
isConfident()
java.lang.String
toString()
-