Home
last modified time | relevance | path

Searched refs:GetMaxInclusive (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java399 WritePair("inclusive-maximum", aNode.GetMaxInclusive()); in Visit()
401 WritePair("inclusive-maximum", aNode.GetMaxInclusive()); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java253 public String GetMaxInclusive () in GetMaxInclusive() method in Restriction
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java98 ApplyMaximum(ParseString(aNode.GetMaxInclusive()), true); in ApplyRestriction()