Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 11, 2020 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0682389ac598dd77c62ed222044e25ac to your computer and use it in GitHub Desktop.
Save r-ryantm/0682389ac598dd77c62ed222044e25ac to your computer and use it in GitHub Desktop.
/nix/store/z395lfm7v322awr6krd0k417dk3353a7-xerces-c-3.2.3
├── bin
│   ├── CreateDOMDocument
│   ├── DOMCount
│   ├── DOMPrint
│   ├── EnumVal
│   ├── MemParse
│   ├── PParse
│   ├── PSVIWriter
│   ├── Redirect
│   ├── SAX2Count
│   ├── SAX2Print
│   ├── SAXCount
│   ├── SAXPrint
│   ├── SCMPrint
│   ├── SEnumVal
│   ├── StdInParse
│   └── XInclude
├── include
│   └── xercesc
│   ├── dom
│   │   ├── DOMAttr.hpp
│   │   ├── DOMCDATASection.hpp
│   │   ├── DOMCharacterData.hpp
│   │   ├── DOMComment.hpp
│   │   ├── DOMConfiguration.hpp
│   │   ├── DOMDocumentFragment.hpp
│   │   ├── DOMDocument.hpp
│   │   ├── DOMDocumentRange.hpp
│   │   ├── DOMDocumentTraversal.hpp
│   │   ├── DOMDocumentType.hpp
│   │   ├── DOMElement.hpp
│   │   ├── DOMEntity.hpp
│   │   ├── DOMEntityReference.hpp
│   │   ├── DOMErrorHandler.hpp
│   │   ├── DOMError.hpp
│   │   ├── DOMException.hpp
│   │   ├── DOM.hpp
│   │   ├── DOMImplementation.hpp
│   │   ├── DOMImplementationList.hpp
│   │   ├── DOMImplementationLS.hpp
│   │   ├── DOMImplementationRegistry.hpp
│   │   ├── DOMImplementationSource.hpp
│   │   ├── DOMLocator.hpp
│   │   ├── DOMLSException.hpp
│   │   ├── DOMLSInput.hpp
│   │   ├── DOMLSOutput.hpp
│   │   ├── DOMLSParserFilter.hpp
│   │   ├── DOMLSParser.hpp
│   │   ├── DOMLSResourceResolver.hpp
│   │   ├── DOMLSSerializerFilter.hpp
│   │   ├── DOMLSSerializer.hpp
│   │   ├── DOMMemoryManager.hpp
│   │   ├── DOMNamedNodeMap.hpp
│   │   ├── DOMNodeFilter.hpp
│   │   ├── DOMNode.hpp
│   │   ├── DOMNodeIterator.hpp
│   │   ├── DOMNodeList.hpp
│   │   ├── DOMNotation.hpp
│   │   ├── DOMProcessingInstruction.hpp
│   │   ├── DOMPSVITypeInfo.hpp
│   │   ├── DOMRangeException.hpp
│   │   ├── DOMRange.hpp
│   │   ├── DOMStringList.hpp
│   │   ├── DOMText.hpp
│   │   ├── DOMTreeWalker.hpp
│   │   ├── DOMTypeInfo.hpp
│   │   ├── DOMUserDataHandler.hpp
│   │   ├── DOMXPathEvaluator.hpp
│   │   ├── DOMXPathException.hpp
│   │   ├── DOMXPathExpression.hpp
│   │   ├── DOMXPathNamespace.hpp
│   │   ├── DOMXPathNSResolver.hpp
│   │   ├── DOMXPathResult.hpp
│   │   ├── impl
│   │   │   ├── DOMAttrImpl.hpp
│   │   │   ├── DOMAttrMapImpl.hpp
│   │   │   ├── DOMAttrNSImpl.hpp
│   │   │   ├── DOMCasts.hpp
│   │   │   ├── DOMCDATASectionImpl.hpp
│   │   │   ├── DOMCharacterDataImpl.hpp
│   │   │   ├── DOMChildNode.hpp
│   │   │   ├── DOMCommentImpl.hpp
│   │   │   ├── DOMConfigurationImpl.hpp
│   │   │   ├── DOMDeepNodeListImpl.hpp
│   │   │   ├── DOMDeepNodeListPool.c
│   │   │   ├── DOMDeepNodeListPool.hpp
│   │   │   ├── DOMDocumentFragmentImpl.hpp
│   │   │   ├── DOMDocumentImpl.hpp
│   │   │   ├── DOMDocumentTypeImpl.hpp
│   │   │   ├── DOMElementImpl.hpp
│   │   │   ├── DOMElementNSImpl.hpp
│   │   │   ├── DOMEntityImpl.hpp
│   │   │   ├── DOMEntityReferenceImpl.hpp
│   │   │   ├── DOMErrorImpl.hpp
│   │   │   ├── DOMImplementationImpl.hpp
│   │   │   ├── DOMImplementationListImpl.hpp
│   │   │   ├── DOMLocatorImpl.hpp
│   │   │   ├── DOMLSInputImpl.hpp
│   │   │   ├── DOMLSOutputImpl.hpp
│   │   │   ├── DOMLSSerializerImpl.hpp
│   │   │   ├── DOMNamedNodeMapImpl.hpp
│   │   │   ├── DOMNodeBase.hpp
│   │   │   ├── DOMNodeIDMap.hpp
│   │   │   ├── DOMNodeImpl.hpp
│   │   │   ├── DOMNodeIteratorImpl.hpp
│   │   │   ├── DOMNodeListImpl.hpp
│   │   │   ├── DOMNodeVector.hpp
│   │   │   ├── DOMNormalizer.hpp
│   │   │   ├── DOMNotationImpl.hpp
│   │   │   ├── DOMParentNode.hpp
│   │   │   ├── DOMProcessingInstructionImpl.hpp
│   │   │   ├── DOMRangeImpl.hpp
│   │   │   ├── DOMStringListImpl.hpp
│   │   │   ├── DOMStringPool.hpp
│   │   │   ├── DOMTextImpl.hpp
│   │   │   ├── DOMTreeWalkerImpl.hpp
│   │   │   ├── DOMTypeInfoImpl.hpp
│   │   │   ├── DOMXPathExpressionImpl.hpp
│   │   │   ├── DOMXPathNSResolverImpl.hpp
│   │   │   ├── DOMXPathResultImpl.hpp
│   │   │   └── XSDElementNSImpl.hpp
│   │   └── StDOMNode.hpp
│   ├── framework
│   │   ├── BinOutputStream.hpp
│   │   ├── LocalFileFormatTarget.hpp
│   │   ├── LocalFileInputSource.hpp
│   │   ├── MemBufFormatTarget.hpp
│   │   ├── MemBufInputSource.hpp
│   │   ├── MemoryManager.hpp
│   │   ├── psvi
│   │   │   ├── PSVIAttribute.hpp
│   │   │   ├── PSVIAttributeList.hpp
│   │   │   ├── PSVIElement.hpp
│   │   │   ├── PSVIHandler.hpp
│   │   │   ├── PSVIItem.hpp
│   │   │   ├── XSAnnotation.hpp
│   │   │   ├── XSAttributeDeclaration.hpp
│   │   │   ├── XSAttributeGroupDefinition.hpp
│   │   │   ├── XSAttributeUse.hpp
│   │   │   ├── XSComplexTypeDefinition.hpp
│   │   │   ├── XSConstants.hpp
│   │   │   ├── XSElementDeclaration.hpp
│   │   │   ├── XSFacet.hpp
│   │   │   ├── XSIDCDefinition.hpp
│   │   │   ├── XSModelGroupDefinition.hpp
│   │   │   ├── XSModelGroup.hpp
│   │   │   ├── XSModel.hpp
│   │   │   ├── XSMultiValueFacet.hpp
│   │   │   ├── XSNamedMap.c
│   │   │   ├── XSNamedMap.hpp
│   │   │   ├── XSNamespaceItem.hpp
│   │   │   ├── XSNotationDeclaration.hpp
│   │   │   ├── XSObject.hpp
│   │   │   ├── XSParticle.hpp
│   │   │   ├── XSSimpleTypeDefinition.hpp
│   │   │   ├── XSTypeDefinition.hpp
│   │   │   ├── XSValue.hpp
│   │   │   └── XSWildcard.hpp
│   │   ├── StdInInputSource.hpp
│   │   ├── StdOutFormatTarget.hpp
│   │   ├── URLInputSource.hpp
│   │   ├── ValidationContext.hpp
│   │   ├── Wrapper4DOMLSInput.hpp
│   │   ├── Wrapper4InputSource.hpp
│   │   ├── XMLAttDef.hpp
│   │   ├── XMLAttDefList.hpp
│   │   ├── XMLAttr.hpp
│   │   ├── XMLBuffer.hpp
│   │   ├── XMLBufferMgr.hpp
│   │   ├── XMLContentModel.hpp
│   │   ├── XMLDocumentHandler.hpp
│   │   ├── XMLDTDDescription.hpp
│   │   ├── XMLElementDecl.hpp
│   │   ├── XMLEntityDecl.hpp
│   │   ├── XMLEntityHandler.hpp
│   │   ├── XMLErrorCodes.hpp
│   │   ├── XMLErrorReporter.hpp
│   │   ├── XMLFormatter.hpp
│   │   ├── XMLGrammarDescription.hpp
│   │   ├── XMLGrammarPool.hpp
│   │   ├── XMLGrammarPoolImpl.hpp
│   │   ├── XMLNotationDecl.hpp
│   │   ├── XMLPScanToken.hpp
│   │   ├── XMLRecognizer.hpp
│   │   ├── XMLRefInfo.hpp
│   │   ├── XMLSchemaDescription.hpp
│   │   ├── XMLValidator.hpp
│   │   └── XMLValidityCodes.hpp
│   ├── internal
│   │   ├── BinFileOutputStream.hpp
│   │   ├── BinMemOutputStream.hpp
│   │   ├── CharTypeTables.hpp
│   │   ├── DGXMLScanner.hpp
│   │   ├── ElemStack.hpp
│   │   ├── EndOfEntityException.hpp
│   │   ├── IANAEncodings.hpp
│   │   ├── IGXMLScanner.hpp
│   │   ├── MemoryManagerImpl.hpp
│   │   ├── ReaderMgr.hpp
│   │   ├── SGXMLScanner.hpp
│   │   ├── ValidationContextImpl.hpp
│   │   ├── VecAttributesImpl.hpp
│   │   ├── VecAttrListImpl.hpp
│   │   ├── WFXMLScanner.hpp
│   │   ├── XMLInternalErrorHandler.hpp
│   │   ├── XMLReader.hpp
│   │   ├── XMLScanner.hpp
│   │   ├── XMLScannerResolver.hpp
│   │   ├── XProtoType.hpp
│   │   ├── XSAXMLScanner.hpp
│   │   ├── XSerializable.hpp
│   │   ├── XSerializationException.hpp
│   │   ├── XSerializeEngine.hpp
│   │   ├── XSObjectFactory.hpp
│   │   └── XTemplateSerializer.hpp
│   ├── parsers
│   │   ├── AbstractDOMParser.hpp
│   │   ├── DOMLSParserImpl.hpp
│   │   ├── SAX2XMLFilterImpl.hpp
│   │   ├── SAX2XMLReaderImpl.hpp
│   │   ├── SAXParser.hpp
│   │   └── XercesDOMParser.hpp
│   ├── sax
│   │   ├── AttributeList.hpp
│   │   ├── DocumentHandler.hpp
│   │   ├── DTDHandler.hpp
│   │   ├── EntityResolver.hpp
│   │   ├── ErrorHandler.hpp
│   │   ├── HandlerBase.hpp
│   │   ├── InputSource.hpp
│   │   ├── Locator.hpp
│   │   ├── Parser.hpp
│   │   ├── SAXException.hpp
│   │   └── SAXParseException.hpp
│   ├── sax2
│   │   ├── Attributes.hpp
│   │   ├── ContentHandler.hpp
│   │   ├── DeclHandler.hpp
│   │   ├── DefaultHandler.hpp
│   │   ├── LexicalHandler.hpp
│   │   ├── SAX2XMLFilter.hpp
│   │   ├── SAX2XMLReader.hpp
│   │   └── XMLReaderFactory.hpp
│   ├── util
│   │   ├── ArrayIndexOutOfBoundsException.hpp
│   │   ├── Base64.hpp
│   │   ├── BaseRefVectorOf.c
│   │   ├── BaseRefVectorOf.hpp
│   │   ├── BinFileInputStream.hpp
│   │   ├── BinInputStream.hpp
│   │   ├── BinMemInputStream.hpp
│   │   ├── BitOps.hpp
│   │   ├── BitSet.hpp
│   │   ├── CountedPointer.c
│   │   ├── CountedPointer.hpp
│   │   ├── DefaultPanicHandler.hpp
│   │   ├── EmptyStackException.hpp
│   │   ├── EncodingValidator.hpp
│   │   ├── FileManagers
│   │   │   └── PosixFileMgr.hpp
│   │   ├── FlagJanitor.c
│   │   ├── FlagJanitor.hpp
│   │   ├── Hash2KeysSetOf.c
│   │   ├── Hash2KeysSetOf.hpp
│   │   ├── Hashers.hpp
│   │   ├── HexBin.hpp
│   │   ├── IllegalArgumentException.hpp
│   │   ├── InvalidCastException.hpp
│   │   ├── IOException.hpp
│   │   ├── Janitor.c
│   │   ├── Janitor.hpp
│   │   ├── KeyRefPair.c
│   │   ├── KeyRefPair.hpp
│   │   ├── KeyValuePair.c
│   │   ├── KeyValuePair.hpp
│   │   ├── KVStringPair.hpp
│   │   ├── LogicalPath.c
│   │   ├── MsgLoaders
│   │   │   └── InMemory
│   │   │   ├── InMemMsgLoader.hpp
│   │   │   └── XercesMessages_en_US.hpp
│   │   ├── Mutexes.hpp
│   │   ├── MutexManagers
│   │   │   └── StdMutexMgr.hpp
│   │   ├── NameIdPool.c
│   │   ├── NameIdPool.hpp
│   │   ├── NetAccessors
│   │   │   ├── BinHTTPInputStreamCommon.hpp
│   │   │   └── Socket
│   │   │   ├── SocketNetAccessor.hpp
│   │   │   └── UnixHTTPURLInputStream.hpp
│   │   ├── NoSuchElementException.hpp
│   │   ├── NullPointerException.hpp
│   │   ├── NumberFormatException.hpp
│   │   ├── OutOfMemoryException.hpp
│   │   ├── PanicHandler.hpp
│   │   ├── ParseException.hpp
│   │   ├── PlatformUtils.hpp
│   │   ├── PSVIUni.hpp
│   │   ├── QName.hpp
│   │   ├── RefArrayOf.c
│   │   ├── RefArrayOf.hpp
│   │   ├── RefArrayVectorOf.c
│   │   ├── RefArrayVectorOf.hpp
│   │   ├── RefHash2KeysTableOf.c
│   │   ├── RefHash2KeysTableOf.hpp
│   │   ├── RefHash3KeysIdPool.c
│   │   ├── RefHash3KeysIdPool.hpp
│   │   ├── RefHashTableOf.c
│   │   ├── RefHashTableOf.hpp
│   │   ├── RefStackOf.c
│   │   ├── RefStackOf.hpp
│   │   ├── RefVectorOf.c
│   │   ├── RefVectorOf.hpp
│   │   ├── regx
│   │   │   ├── ASCIIRangeFactory.hpp
│   │   │   ├── BlockRangeFactory.hpp
│   │   │   ├── BMPattern.hpp
│   │   │   ├── CharToken.hpp
│   │   │   ├── ClosureToken.hpp
│   │   │   ├── ConcatToken.hpp
│   │   │   ├── Match.hpp
│   │   │   ├── OpFactory.hpp
│   │   │   ├── Op.hpp
│   │   │   ├── ParenToken.hpp
│   │   │   ├── ParserForXMLSchema.hpp
│   │   │   ├── RangeFactory.hpp
│   │   │   ├── RangeToken.hpp
│   │   │   ├── RangeTokenMap.hpp
│   │   │   ├── RegularExpression.hpp
│   │   │   ├── RegxDefs.hpp
│   │   │   ├── RegxParser.hpp
│   │   │   ├── RegxUtil.hpp
│   │   │   ├── StringToken.hpp
│   │   │   ├── TokenFactory.hpp
│   │   │   ├── Token.hpp
│   │   │   ├── TokenInc.hpp
│   │   │   ├── UniCharTable.hpp
│   │   │   ├── UnicodeRangeFactory.hpp
│   │   │   ├── UnionToken.hpp
│   │   │   ├── XMLRangeFactory.hpp
│   │   │   └── XMLUniCharacter.hpp
│   │   ├── RuntimeException.hpp
│   │   ├── SchemaDateTimeException.hpp
│   │   ├── SecurityManager.hpp
│   │   ├── StringPool.hpp
│   │   ├── SynchronizedStringPool.hpp
│   │   ├── Transcoders
│   │   │   └── IconvGNU
│   │   │   └── IconvGNUTransService.hpp
│   │   ├── TranscodingException.hpp
│   │   ├── TransENameMap.c
│   │   ├── TransENameMap.hpp
│   │   ├── TransService.hpp
│   │   ├── UnexpectedEOFException.hpp
│   │   ├── UnsupportedEncodingException.hpp
│   │   ├── UTFDataFormatException.hpp
│   │   ├── ValueArrayOf.c
│   │   ├── ValueArrayOf.hpp
│   │   ├── ValueHashTableOf.c
│   │   ├── ValueHashTableOf.hpp
│   │   ├── ValueStackOf.c
│   │   ├── ValueStackOf.hpp
│   │   ├── ValueVectorOf.c
│   │   ├── ValueVectorOf.hpp
│   │   ├── Xerces_autoconf_config.hpp
│   │   ├── XercesDefs.hpp
│   │   ├── XercesVersion.hpp
│   │   ├── XMemory.hpp
│   │   ├── XML256TableTranscoder.hpp
│   │   ├── XML88591Transcoder.hpp
│   │   ├── XMLAbstractDoubleFloat.hpp
│   │   ├── XMLASCIITranscoder.hpp
│   │   ├── XMLBigDecimal.hpp
│   │   ├── XMLBigInteger.hpp
│   │   ├── XMLChar.hpp
│   │   ├── XMLChTranscoder.hpp
│   │   ├── XMLDateTime.hpp
│   │   ├── XMLDOMMsg.hpp
│   │   ├── XMLDouble.hpp
│   │   ├── XMLEBCDICTranscoder.hpp
│   │   ├── XMLEntityResolver.hpp
│   │   ├── XMLEnumerator.hpp
│   │   ├── XMLException.hpp
│   │   ├── XMLExceptMsgs.hpp
│   │   ├── XMLFileMgr.hpp
│   │   ├── XMLFloat.hpp
│   │   ├── XMLIBM1047Transcoder.hpp
│   │   ├── XMLIBM1140Transcoder.hpp
│   │   ├── XMLInitializer.hpp
│   │   ├── XMLInteger.hpp
│   │   ├── XMLMsgLoader.hpp
│   │   ├── XMLMutexMgr.hpp
│   │   ├── XMLNetAccessor.hpp
│   │   ├── XMLNumber.hpp
│   │   ├── XMLResourceIdentifier.hpp
│   │   ├── XMLString.hpp
│   │   ├── XMLStringTokenizer.hpp
│   │   ├── XMLUCS4Transcoder.hpp
│   │   ├── XMLUniDefs.hpp
│   │   ├── XMLUni.hpp
│   │   ├── XMLUri.hpp
│   │   ├── XMLURL.hpp
│   │   ├── XMLUTF16Transcoder.hpp
│   │   ├── XMLUTF8Transcoder.hpp
│   │   └── XMLWin1252Transcoder.hpp
│   ├── validators
│   │   ├── common
│   │   │   ├── AllContentModel.hpp
│   │   │   ├── CMAny.hpp
│   │   │   ├── CMBinaryOp.hpp
│   │   │   ├── CMLeaf.hpp
│   │   │   ├── CMNode.hpp
│   │   │   ├── CMRepeatingLeaf.hpp
│   │   │   ├── CMStateSet.hpp
│   │   │   ├── CMUnaryOp.hpp
│   │   │   ├── ContentLeafNameTypeVector.hpp
│   │   │   ├── ContentSpecNode.hpp
│   │   │   ├── DFAContentModel.hpp
│   │   │   ├── Grammar.hpp
│   │   │   ├── GrammarResolver.hpp
│   │   │   ├── MixedContentModel.hpp
│   │   │   └── SimpleContentModel.hpp
│   │   ├── datatype
│   │   │   ├── AbstractNumericFacetValidator.hpp
│   │   │   ├── AbstractNumericValidator.hpp
│   │   │   ├── AbstractStringValidator.hpp
│   │   │   ├── AnySimpleTypeDatatypeValidator.hpp
│   │   │   ├── AnyURIDatatypeValidator.hpp
│   │   │   ├── Base64BinaryDatatypeValidator.hpp
│   │   │   ├── BooleanDatatypeValidator.hpp
│   │   │   ├── DatatypeValidatorFactory.hpp
│   │   │   ├── DatatypeValidator.hpp
│   │   │   ├── DateDatatypeValidator.hpp
│   │   │   ├── DateTimeDatatypeValidator.hpp
│   │   │   ├── DateTimeValidator.hpp
│   │   │   ├── DayDatatypeValidator.hpp
│   │   │   ├── DecimalDatatypeValidator.hpp
│   │   │   ├── DoubleDatatypeValidator.hpp
│   │   │   ├── DurationDatatypeValidator.hpp
│   │   │   ├── ENTITYDatatypeValidator.hpp
│   │   │   ├── FloatDatatypeValidator.hpp
│   │   │   ├── HexBinaryDatatypeValidator.hpp
│   │   │   ├── IDDatatypeValidator.hpp
│   │   │   ├── IDREFDatatypeValidator.hpp
│   │   │   ├── InvalidDatatypeFacetException.hpp
│   │   │   ├── InvalidDatatypeValueException.hpp
│   │   │   ├── ListDatatypeValidator.hpp
│   │   │   ├── MonthDatatypeValidator.hpp
│   │   │   ├── MonthDayDatatypeValidator.hpp
│   │   │   ├── NameDatatypeValidator.hpp
│   │   │   ├── NCNameDatatypeValidator.hpp
│   │   │   ├── NOTATIONDatatypeValidator.hpp
│   │   │   ├── QNameDatatypeValidator.hpp
│   │   │   ├── StringDatatypeValidator.hpp
│   │   │   ├── TimeDatatypeValidator.hpp
│   │   │   ├── UnionDatatypeValidator.hpp
│   │   │   ├── XMLCanRepGroup.hpp
│   │   │   ├── YearDatatypeValidator.hpp
│   │   │   └── YearMonthDatatypeValidator.hpp
│   │   ├── DTD
│   │   │   ├── DocTypeHandler.hpp
│   │   │   ├── DTDAttDef.hpp
│   │   │   ├── DTDAttDefList.hpp
│   │   │   ├── DTDElementDecl.hpp
│   │   │   ├── DTDEntityDecl.hpp
│   │   │   ├── DTDGrammar.hpp
│   │   │   ├── DTDScanner.hpp
│   │   │   ├── DTDValidator.hpp
│   │   │   └── XMLDTDDescriptionImpl.hpp
│   │   └── schema
│   │   ├── ComplexTypeInfo.hpp
│   │   ├── GeneralAttributeCheck.hpp
│   │   ├── identity
│   │   │   ├── FieldActivator.hpp
│   │   │   ├── FieldValueMap.hpp
│   │   │   ├── IC_Field.hpp
│   │   │   ├── IC_Key.hpp
│   │   │   ├── IC_KeyRef.hpp
│   │   │   ├── IC_Selector.hpp
│   │   │   ├── IC_Unique.hpp
│   │   │   ├── IdentityConstraintHandler.hpp
│   │   │   ├── IdentityConstraint.hpp
│   │   │   ├── ValueStoreCache.hpp
│   │   │   ├── ValueStore.hpp
│   │   │   ├── XercesXPath.hpp
│   │   │   ├── XPathException.hpp
│   │   │   ├── XPathMatcher.hpp
│   │   │   ├── XPathMatcherStack.hpp
│   │   │   └── XPathSymbols.hpp
│   │   ├── NamespaceScope.hpp
│   │   ├── PSVIDefs.hpp
│   │   ├── SchemaAttDef.hpp
│   │   ├── SchemaAttDefList.hpp
│   │   ├── SchemaElementDecl.hpp
│   │   ├── SchemaGrammar.hpp
│   │   ├── SchemaInfo.hpp
│   │   ├── SchemaSymbols.hpp
│   │   ├── SchemaValidator.hpp
│   │   ├── SubstitutionGroupComparator.hpp
│   │   ├── TraverseSchema.hpp
│   │   ├── XercesAttGroupInfo.hpp
│   │   ├── XercesElementWildcard.hpp
│   │   ├── XercesGroupInfo.hpp
│   │   ├── XMLSchemaDescriptionImpl.hpp
│   │   ├── XSDDOMParser.hpp
│   │   ├── XSDErrorReporter.hpp
│   │   ├── XSDLocator.hpp
│   │   └── XUtil.hpp
│   └── xinclude
│   ├── XIncludeDOMDocumentProcessor.hpp
│   ├── XIncludeLocation.hpp
│   └── XIncludeUtils.hpp
└── lib
├── libxerces-c-3.2.so
├── libxerces-c.la
├── libxerces-c.so -> libxerces-c-3.2.so
└── pkgconfig
└── xerces-c.pc
30 directories, 489 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment