Searched defs:fromTextNode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToStream.java1024 * @param fromTextNode true if the characters being processed
1038 boolean fromTextNode,
1051 if ((fromTextNode && m_charInfo.isSpecialTextChar(ch)) || (!fromTextNode && m_charInfo.isSpecialAttrChar(ch)))
1557 * @param fromTextNode true if the characters being processed are
1567 boolean fromTextNode) throws IOException
1579 if (CharInfo.S_LINEFEED == ch && fromTextNode)
1592 fromTextNode,
1628 * @param fromTextNode true if the characters being processed are
1644 boolean fromTextNode,
1032 accumDefaultEntity( java.io.Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
1561 processDirty( char[] chars, int end, int i, char ch, int lastDirty, boolean fromTextNode) argument
1638 accumDefaultEscape( Writer writer, char ch, int i, char[] chars, int len, boolean fromTextNode, boolean escLF) argument
[all...]

Completed in 32 milliseconds