/[classpath]/classpath/gnu/xml/stream/XMLEventAllocatorImpl.java
ViewVC logotype

Diff of /classpath/gnu/xml/stream/XMLEventAllocatorImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sun Sep 4 09:52:10 2005 UTC revision 1.2 by dog, Mon Sep 5 12:37:38 2005 UTC
# Line 92  public class XMLEventAllocatorImpl Line 92  public class XMLEventAllocatorImpl
92          // TODO ignorableWhitespace          // TODO ignorableWhitespace
93          ignorableWhitespace = whitespace && false;          ignorableWhitespace = whitespace && false;
94          return new CharactersImpl(location, text,          return new CharactersImpl(location, text,
95                                    whitespace, true, ignorableWhitespace);                                    whitespace, false, ignorableWhitespace);
96        case XMLStreamConstants.COMMENT:        case XMLStreamConstants.COMMENT:
97          text = reader.getText();          text = reader.getText();
98          return new CommentImpl(location, text);          return new CommentImpl(location, text);
# Line 130  public class XMLEventAllocatorImpl Line 130  public class XMLEventAllocatorImpl
130          // TODO ignorableWhitespace          // TODO ignorableWhitespace
131          ignorableWhitespace = whitespace && false;          ignorableWhitespace = whitespace && false;
132          return new CharactersImpl(location, text,          return new CharactersImpl(location, text,
133                                    whitespace, true, ignorableWhitespace);                                    whitespace, false, ignorableWhitespace);
134        case XMLStreamConstants.START_DOCUMENT:        case XMLStreamConstants.START_DOCUMENT:
135          String systemId = location.getLocationURI();          String systemId = location.getLocationURI();
136          String encoding = reader.getCharacterEncodingScheme();          String encoding = reader.getCharacterEncodingScheme();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26