synced with main repository

This commit is contained in:
Guenter Obiltschnig 2008-01-28 17:26:21 +00:00
parent da49971d0f
commit 239471d354
199 changed files with 316 additions and 208 deletions

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/Makefile#12 $ # $Id: //poco/svn/XML/Makefile#1 $
# #
# Makefile for Poco XML # Makefile for Poco XML
# #

View File

@ -1,7 +1,7 @@
# #
# XML.vmsbuild # XML.vmsbuild
# #
# $Id: //poco/Main/XML/XML.vmsbuild#5 $ # $Id: //poco/svn/XML/XML.vmsbuild#1 $
# #
DEF=HAVE_EXPAT_CONFIG_H,XML_NS,XML_DTD DEF=HAVE_EXPAT_CONFIG_H,XML_NS,XML_DTD
LIB=PocoXML LIB=PocoXML

View File

@ -37,7 +37,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="PocoFoundationd.lib" AdditionalDependencies="PocoFoundationd.lib unicows.lib"
OutputFile="..\bin\PocoXMLd.dll" OutputFile="..\bin\PocoXMLd.dll"
LinkIncremental="2" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
@ -102,7 +102,7 @@
Name="VCCustomBuildTool"/> Name="VCCustomBuildTool"/>
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="PocoFoundation.lib" AdditionalDependencies="PocoFoundation.lib unicows.lib"
OutputFile="..\bin\PocoXML.dll" OutputFile="..\bin\PocoXML.dll"
LinkIncremental="1" LinkIncremental="1"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"

View File

@ -1,7 +1,7 @@
// //
// AbstractContainerNode.h // AbstractContainerNode.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/AbstractContainerNode.h#3 $ // $Id: //poco/svn/XML/include/Poco/DOM/AbstractContainerNode.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// AbstractNode.h // AbstractNode.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/AbstractNode.h#3 $ // $Id: //poco/svn/XML/include/Poco/DOM/AbstractNode.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Attr.h // Attr.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Attr.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Attr.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// AttrMap.h // AttrMap.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/AttrMap.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/AttrMap.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// AutoPtr.h // AutoPtr.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/AutoPtr.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/AutoPtr.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// CDATASection.h // CDATASection.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/CDATASection.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/CDATASection.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// CharacterData.h // CharacterData.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/CharacterData.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/CharacterData.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// ChildNodesList.h // ChildNodesList.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/ChildNodesList.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/ChildNodesList.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Comment.h // Comment.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Comment.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Comment.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMBuilder.h // DOMBuilder.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMBuilder.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMBuilder.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMException.h // DOMException.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMException.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMException.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMImplementation.h // DOMImplementation.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMImplementation.h#3 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMImplementation.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMObject.h // DOMObject.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMObject.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMObject.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMParser.h // DOMParser.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMParser.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMParser.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMSerializer.h // DOMSerializer.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMSerializer.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMSerializer.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMWriter.h // DOMWriter.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DOMWriter.h#4 $ // $Id: //poco/svn/XML/include/Poco/DOM/DOMWriter.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DTDMap.h // DTDMap.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DTDMap.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DTDMap.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Document.h // Document.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Document.h#3 $ // $Id: //poco/svn/XML/include/Poco/DOM/Document.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DocumentEvent.h // DocumentEvent.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DocumentEvent.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DocumentEvent.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DocumentFragment.h // DocumentFragment.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DocumentFragment.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DocumentFragment.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DocumentType.h // DocumentType.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/DocumentType.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/DocumentType.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Element.h // Element.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Element.h#3 $ // $Id: //poco/svn/XML/include/Poco/DOM/Element.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// ElementsByTagNameList.h // ElementsByTagNameList.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/ElementsByTagNameList.h#4 $ // $Id: //poco/svn/XML/include/Poco/DOM/ElementsByTagNameList.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Entity.h // Entity.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Entity.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Entity.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// EntityReference.h // EntityReference.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/EntityReference.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/EntityReference.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Event.h // Event.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Event.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Event.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// EventDispatcher.h // EventDispatcher.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/EventDispatcher.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/EventDispatcher.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// EventException.h // EventException.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/EventException.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/EventException.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// EventListener.h // EventListener.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/EventListener.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/EventListener.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// EventTarget.h // EventTarget.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/EventTarget.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/EventTarget.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// MutationEvent.h // MutationEvent.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/MutationEvent.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/MutationEvent.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// NamedNodeMap.h // NamedNodeMap.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/NamedNodeMap.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/NamedNodeMap.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Node.h // Node.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Node.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Node.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// NodeAppender.h // NodeAppender.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/NodeAppender.h#1 $ // $Id: //poco/svn/XML/include/Poco/DOM/NodeAppender.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// NodeFilter.h // NodeFilter.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/NodeFilter.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/NodeFilter.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// NodeIterator.h // NodeIterator.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/NodeIterator.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/NodeIterator.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// NodeList.h // NodeList.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/NodeList.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/NodeList.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Notation.h // Notation.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Notation.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Notation.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// ProcessingInstruction.h // ProcessingInstruction.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/ProcessingInstruction.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/ProcessingInstruction.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Text.h // Text.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/Text.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/Text.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// TreeWalker.h // TreeWalker.h
// //
// $Id: //poco/Main/XML/include/Poco/DOM/TreeWalker.h#2 $ // $Id: //poco/svn/XML/include/Poco/DOM/TreeWalker.h#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Attributes.h // Attributes.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/Attributes.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/Attributes.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// AttributesImpl.h // AttributesImpl.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/AttributesImpl.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/AttributesImpl.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// ContentHandler.h // ContentHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/ContentHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/ContentHandler.h#3 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX
@ -160,19 +160,20 @@ public:
/// The application must not attempt to read from the array outside of the specified /// The application must not attempt to read from the array outside of the specified
/// range. /// range.
/// ///
/// Individual characters may consist of more than one Java char value. There /// Individual characters may consist of more than one XMLChar value. There
/// are two important cases where this happens, because characters can't be /// are three important cases where this happens, because characters can't be
/// represented in just sixteen bits. In one case, characters are represented /// represented in just sixteen bits. In one case, characters are represented
/// in a Surrogate Pair, using two special Unicode values. Such characters are /// in a Surrogate Pair, using two special Unicode values. Such characters are
/// in the so-called "Astral Planes", with a code point above U+FFFF. A second /// in the so-called "Astral Planes", with a code point above U+FFFF. A second
/// case involves composite characters, such as a base character combining with /// case involves composite characters, such as a base character combining with
/// one or more accent characters. /// one or more accent characters. And most important, if XMLChar is a plain
/// char, characters are encoded in UTF-8.
/// ///
/// Your code should not assume that algorithms using char-at-a-time idioms /// Your code should not assume that algorithms using char-at-a-time idioms
/// will be working in character units; in some cases they will split characters. /// will be working in character units; in some cases they will split characters.
/// This is relevant wherever XML permits arbitrary characters, such as attribute /// This is relevant wherever XML permits arbitrary characters, such as attribute
/// values, processing instruction data, and comments as well as in data reported /// values, processing instruction data, and comments as well as in data reported
/// from this method. It's also generally relevant whenever Java code manipulates /// from this method. It's also generally relevant whenever C++ code manipulates
/// internationalized text; the issue isn't unique to XML. /// internationalized text; the issue isn't unique to XML.
/// ///
/// Note that some parsers will report whitespace in element content using the /// Note that some parsers will report whitespace in element content using the

View File

@ -1,7 +1,7 @@
// //
// DTDHandler.h // DTDHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/DTDHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/DTDHandler.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// DeclHandler.h // DeclHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/DeclHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/DeclHandler.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// DefaultHandler.h // DefaultHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/DefaultHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/DefaultHandler.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// EntityResolver.h // EntityResolver.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/EntityResolver.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/EntityResolver.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// EntityResolverImpl.h // EntityResolverImpl.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/EntityResolverImpl.h#3 $ // $Id: //poco/svn/XML/include/Poco/SAX/EntityResolverImpl.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// ErrorHandler.h // ErrorHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/ErrorHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/ErrorHandler.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// InputSource.h // InputSource.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/InputSource.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/InputSource.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// LexicalHandler.h // LexicalHandler.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/LexicalHandler.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/LexicalHandler.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// Locator.h // Locator.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/Locator.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/Locator.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// LocatorImpl.h // LocatorImpl.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/LocatorImpl.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/LocatorImpl.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// NamespaceSupport.h // NamespaceSupport.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/NamespaceSupport.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/NamespaceSupport.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// SAXException.h // SAXException.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/SAXException.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/SAXException.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// SAXParser.h // SAXParser.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/SAXParser.h#3 $ // $Id: //poco/svn/XML/include/Poco/SAX/SAXParser.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// WhitespaceFilter.h // WhitespaceFilter.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/WhitespaceFilter.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/WhitespaceFilter.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// XMLFilter.h // XMLFilter.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/XMLFilter.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/XMLFilter.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// XMLFilterImpl.h // XMLFilterImpl.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/XMLFilterImpl.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/XMLFilterImpl.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// XMLReader.h // XMLReader.h
// //
// $Id: //poco/Main/XML/include/Poco/SAX/XMLReader.h#2 $ // $Id: //poco/svn/XML/include/Poco/SAX/XMLReader.h#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// Name.h // Name.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/Name.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/Name.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// NamePool.h // NamePool.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/NamePool.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/NamePool.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// NamespaceStrategy.h // NamespaceStrategy.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/NamespaceStrategy.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/NamespaceStrategy.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// ParserEngine.h // ParserEngine.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/ParserEngine.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/ParserEngine.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// XML.h // XML.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/XML.h#3 $ // $Id: //poco/svn/XML/include/Poco/XML/XML.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// XMLException.h // XMLException.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/XMLException.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/XMLException.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// XMLStream.h // XMLStream.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/XMLStream.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/XMLStream.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// XMLString.h // XMLString.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/XMLString.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/XMLString.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
// //
// XMLWriter.h // XMLWriter.h
// //
// $Id: //poco/Main/XML/include/Poco/XML/XMLWriter.h#2 $ // $Id: //poco/svn/XML/include/Poco/XML/XMLWriter.h#2 $
// //
// Library: XML // Library: XML
// Package: XML // Package: XML

View File

@ -1,7 +1,7 @@
# #
# sample.vmsbuild # sample.vmsbuild
# #
# $Id: //poco/Main/XML/samples/DOMParser/DOMParser.vmsbuild#5 $ # $Id: //poco/svn/XML/samples/DOMParser/DOMParser.vmsbuild#1 $
# #
EXE=DOMParser EXE=DOMParser
DOMParser DOMParser

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/samples/DOMParser/Makefile#6 $ # $Id: //poco/svn/XML/samples/DOMParser/Makefile#1 $
# #
# Makefile for Poco DOMParser # Makefile for Poco DOMParser
# #

View File

@ -1,7 +1,7 @@
// //
// DOMParser.cpp // DOMParser.cpp
// //
// $Id: //poco/Main/XML/samples/DOMParser/src/DOMParser.cpp#9 $ // $Id: //poco/svn/XML/samples/DOMParser/src/DOMParser.cpp#1 $
// //
// This sample demonstrates the DOMParser, AutoPtr and // This sample demonstrates the DOMParser, AutoPtr and
// NodeIterator classes. // NodeIterator classes.

View File

@ -1,7 +1,7 @@
# #
# sample.vmsbuild # sample.vmsbuild
# #
# $Id: //poco/Main/XML/samples/DOMWriter/DOMWriter.vmsbuild#5 $ # $Id: //poco/svn/XML/samples/DOMWriter/DOMWriter.vmsbuild#1 $
# #
EXE=DOMWriter EXE=DOMWriter
DOMWriter DOMWriter

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/samples/DOMWriter/Makefile#6 $ # $Id: //poco/svn/XML/samples/DOMWriter/Makefile#1 $
# #
# Makefile for Poco DOMWriter # Makefile for Poco DOMWriter
# #

View File

@ -1,7 +1,7 @@
// //
// DOMWriter.cpp // DOMWriter.cpp
// //
// $Id: //poco/Main/XML/samples/DOMWriter/src/DOMWriter.cpp#10 $ // $Id: //poco/svn/XML/samples/DOMWriter/src/DOMWriter.cpp#1 $
// //
// This sample demonstrates the DOMWriter class and how to // This sample demonstrates the DOMWriter class and how to
// build DOM documents in memory. // build DOM documents in memory.

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/samples/Makefile#6 $ # $Id: //poco/svn/XML/samples/Makefile#1 $
# #
# Makefile for Poco XML Samples # Makefile for Poco XML Samples
# #

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/samples/PrettyPrint/Makefile#6 $ # $Id: //poco/svn/XML/samples/PrettyPrint/Makefile#1 $
# #
# Makefile for Poco PrettyPrint # Makefile for Poco PrettyPrint
# #

View File

@ -1,7 +1,7 @@
# #
# sample.vmsbuild # sample.vmsbuild
# #
# $Id: //poco/Main/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#5 $ # $Id: //poco/svn/XML/samples/PrettyPrint/PrettyPrint.vmsbuild#1 $
# #
EXE=PrettyPrint EXE=PrettyPrint
PrettyPrint PrettyPrint

View File

@ -1,7 +1,7 @@
// //
// PrettyPrint.cpp // PrettyPrint.cpp
// //
// $Id: //poco/Main/XML/samples/PrettyPrint/src/PrettyPrint.cpp#9 $ // $Id: //poco/svn/XML/samples/PrettyPrint/src/PrettyPrint.cpp#1 $
// //
// This sample demonstrates the SAXParser, WhitespaceFilter, // This sample demonstrates the SAXParser, WhitespaceFilter,
// InputSource and XMLWriter classes. // InputSource and XMLWriter classes.

View File

@ -1,7 +1,7 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/XML/samples/SAXParser/Makefile#6 $ # $Id: //poco/svn/XML/samples/SAXParser/Makefile#1 $
# #
# Makefile for Poco SAXParser # Makefile for Poco SAXParser
# #

View File

@ -1,7 +1,7 @@
# #
# sample.vmsbuild # sample.vmsbuild
# #
# $Id: //poco/Main/XML/samples/SAXParser/SAXParser.vmsbuild#5 $ # $Id: //poco/svn/XML/samples/SAXParser/SAXParser.vmsbuild#1 $
# #
EXE=SAXParser EXE=SAXParser
SAXParser SAXParser

View File

@ -1,7 +1,7 @@
// //
// SAXParser.cpp // SAXParser.cpp
// //
// $Id: //poco/Main/XML/samples/SAXParser/src/SAXParser.cpp#9 $ // $Id: //poco/svn/XML/samples/SAXParser/src/SAXParser.cpp#1 $
// //
// This sample demonstrates the SAXParser class. // This sample demonstrates the SAXParser class.
// //

View File

@ -1,7 +1,7 @@
// //
// AbstractContainerNode.cpp // AbstractContainerNode.cpp
// //
// $Id: //poco/Main/XML/src/AbstractContainerNode.cpp#10 $ // $Id: //poco/svn/XML/src/AbstractContainerNode.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// AbstractNode.cpp // AbstractNode.cpp
// //
// $Id: //poco/Main/XML/src/AbstractNode.cpp#10 $ // $Id: //poco/svn/XML/src/AbstractNode.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Attr.cpp // Attr.cpp
// //
// $Id: //poco/Main/XML/src/Attr.cpp#10 $ // $Id: //poco/svn/XML/src/Attr.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// AttrMap.cpp // AttrMap.cpp
// //
// $Id: //poco/Main/XML/src/AttrMap.cpp#10 $ // $Id: //poco/svn/XML/src/AttrMap.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Attributes.cpp // Attributes.cpp
// //
// $Id: //poco/Main/XML/src/Attributes.cpp#10 $ // $Id: //poco/svn/XML/src/Attributes.cpp#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// AttributesImpl.cpp // AttributesImpl.cpp
// //
// $Id: //poco/Main/XML/src/AttributesImpl.cpp#11 $ // $Id: //poco/svn/XML/src/AttributesImpl.cpp#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// CDATASection.cpp // CDATASection.cpp
// //
// $Id: //poco/Main/XML/src/CDATASection.cpp#10 $ // $Id: //poco/svn/XML/src/CDATASection.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// CharacterData.cpp // CharacterData.cpp
// //
// $Id: //poco/Main/XML/src/CharacterData.cpp#10 $ // $Id: //poco/svn/XML/src/CharacterData.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// ChildNodesList.cpp // ChildNodesList.cpp
// //
// $Id: //poco/Main/XML/src/ChildNodesList.cpp#10 $ // $Id: //poco/svn/XML/src/ChildNodesList.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// Comment.cpp // Comment.cpp
// //
// $Id: //poco/Main/XML/src/Comment.cpp#10 $ // $Id: //poco/svn/XML/src/Comment.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// ContentHandler.cpp // ContentHandler.cpp
// //
// $Id: //poco/Main/XML/src/ContentHandler.cpp#10 $ // $Id: //poco/svn/XML/src/ContentHandler.cpp#2 $
// //
// Library: XML // Library: XML
// Package: SAX // Package: SAX

View File

@ -1,7 +1,7 @@
// //
// DOMBuilder.cpp // DOMBuilder.cpp
// //
// $Id: //poco/Main/XML/src/DOMBuilder.cpp#10 $ // $Id: //poco/svn/XML/src/DOMBuilder.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMException.cpp // DOMException.cpp
// //
// $Id: //poco/Main/XML/src/DOMException.cpp#11 $ // $Id: //poco/svn/XML/src/DOMException.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

View File

@ -1,7 +1,7 @@
// //
// DOMImplementation.cpp // DOMImplementation.cpp
// //
// $Id: //poco/Main/XML/src/DOMImplementation.cpp#11 $ // $Id: //poco/svn/XML/src/DOMImplementation.cpp#2 $
// //
// Library: XML // Library: XML
// Package: DOM // Package: DOM

Some files were not shown because too many files have changed in this diff Show More