Home
last modified time | relevance | path

Searched refs:msPattern (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java133 if (msPattern != null) in toString()
136 aBuffer.append(msPattern); in toString()
230 msPattern = sValue; in SetPattern()
304 return msPattern; in GetPattern()
335 private String msPattern; field in Restriction
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java76 msPattern = aRestriction.GetPattern(); in ApplyRestriction()
81 …maPattern = Pattern.compile(msPattern.replace("\\p{Is", "\\p{In"), Pattern.UNICODE_CHARACTER_CLASS… in ApplyRestriction()
217 return msPattern; in GetPatternRestriction()
265 private String msPattern; field in StringNode