Home
last modified time | relevance | path

Searched refs:GetFeatureBits (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DBlobNode.java56 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()
59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
H A DDateTimeNode.java47 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()
H A DStringNode.java100 assert(aRestriction.GetFeatureBits() == 0); in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java310 public int GetFeatureBits () in GetFeatureBits() method in Restriction