Searched refs:cdata (Results 51 - 53 of 53) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java1205 * Receive notification of cdata.
1231 protected void cdata(char ch[], int start, final int length) method in class:ToStream
1393 * cdata-section-elements atribute, we need this as cdata
1395 cdata(chars, start, length);
2455 * lets determine if the current element is specified in the cdata-
2535 * Sets the vector of local-name/URI pairs of the cdata section elements
2536 * specified in the cdata-section-elements property.
2623 * Remembers the cdata sections specified in the cdata
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java140 String cdata = _output.getCdata();
660 "doctype-system", "cdata-section-elements", "indent",
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DEmergencySoundbank.java2575 public static void complexGaussianDist(double[] cdata, double m, argument
2577 for (int x = 0; x < cdata.length / 4; x++) {
2578 cdata[x * 2] += v * (1.0 / (s * Math.sqrt(2 * Math.PI))

Completed in 95 milliseconds

123