Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 29601 | 92.3% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 2468 | 7.69% |
All colors | 32069 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
7143 | 21136 | [org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].applyFacets(org.apache.xerces.impl.dv.XSFacets,short,short,short,org.apache.xerces.impl.dv.ValidationContext) | call site: 21136 | |
3510 | 28280 | [org.apache.xerces.impl.XMLDocumentFragmentScannerImpl].scanDocument(boolean) | call site: 28280 | |
2872 | 14603 | [org.apache.xerces.impl.XMLEntityScanner].skipChar(int) | call site: 14603 | |
1803 | 1753 | [org.apache.xerces.impl.XMLEntityManager].reset() | call site: 01753 | |
1684 | 10305 | [org.apache.xerces.dom.DeferredDocumentImpl].createNode(short) | call site: 10305 | |
1554 | 3963 | [org.apache.xerces.impl.xs.XSComplexTypeDecl].getName() | call site: 03963 | |
1507 | 18461 | [org.apache.xerces.impl.XMLEntityManager].closeReaders() | call site: 18461 | |
970 | 17486 | [org.apache.xerces.util.SymbolHash].makeClone() | call site: 17486 | |
516 | 6540 | [org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].getActualValue(java.lang.Object,org.apache.xerces.impl.dv.ValidationContext,org.apache.xerces.impl.dv.ValidatedInfo,boolean) | call site: 06540 | |
440 | 7057 | [org.apache.xerces.util.URI].toString() | call site: 07057 | |
434 | 9860 | [org.apache.xerces.impl.XMLEntityScanner].load(int,boolean) | call site: 09860 | |
428 | 8025 | [org.apache.xerces.impl.xpath.regex.RangeToken].complementRanges(org.apache.xerces.impl.xpath.regex.Token) | call site: 08025 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
parserFuzzer | 1 |
org.apache.xerces.parsers.DOMParser | 9 |
org.apache.xerces.parsers.AbstractDOMParser | 42 |
org.apache.xerces.xni.QName | 10 |
org.apache.xerces.parsers.AbstractXMLDocumentParser | 48 |
org.apache.xerces.parsers.XMLParser | 3 |
org.apache.xerces.util.ParserConfigurationSettings | 10 |
org.apache.xerces.parsers.XML11NonValidatingConfiguration | 22 |
org.apache.xerces.impl.dtd.XMLDTDValidator | 46 |
org.apache.xerces.impl.XMLNamespaceBinder | 29 |
org.apache.xerces.xpointer.XPointerHandler | 20 |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl | 32 |
org.apache.xerces.jaxp.TeeXMLDocumentFilterImpl | 19 |
org.apache.xerces.xinclude.XIncludeHandler | 113 |
org.apache.xerces.parsers.XML11Configuration | 27 |
org.apache.xerces.impl.xs.XMLSchemaValidator | 63 |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl | 35 |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder | 22 |
org.apache.xerces.parsers.DOMParserImpl$AbortHandler | 46 |
org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler | 47 |
org.apache.xerces.jaxp.validation.StAXStreamResultBuilder | 17 |
org.apache.xerces.jaxp.validation.DOMResultBuilder | 18 |
org.apache.xerces.jaxp.validation.DOMResultAugmentor | 18 |
org.apache.xerces.dom.DOMNormalizer | 18 |
org.apache.xerces.parsers.XML11DTDConfiguration | 21 |
org.apache.xerces.parsers.BasicParserConfiguration | 11 |
org.apache.xerces.dom.DOMConfigurationImpl | 8 |
org.apache.xerces.dom.DOMConfigurationImpl:org.apache.xerces.parsers.BasicParserConfiguration:org.apache.xerces.parsers.XML11Configuration:org.apache.xerces.parsers.XML11DTDConfiguration:org.apache.xerces.parsers.XML11NonValidatingConfiguration | 1 |
org.apache.xerces.parsers.XIncludeAwareParserConfiguration | 4 |
org.apache.xerces.impl.XMLScanner | 31 |
org.apache.xerces.impl.xs.XMLSchemaLoader | 20 |
org.apache.xerces.impl.XMLErrorReporter | 20 |
org.apache.xerces.impl.xs.traversers.XSDHandler | 118 |
org.apache.xerces.impl.xs.opti.SchemaDOMParser | 20 |
org.apache.xerces.parsers.NonValidatingConfiguration | 13 |
org.apache.xerces.impl.XMLEntityManager | 52 |
org.apache.xerces.impl.XMLDocumentScannerImpl | 19 |
org.apache.xerces.impl.dtd.XMLDTDLoader | 11 |
org.apache.xerces.xni.parser.XMLConfigurationException | 3 |
org.apache.xerces.xni.XNIException | 4 |
org.apache.xerces.impl.dtd.XMLDTDProcessor | 49 |
org.apache.xerces.jaxp.JAXPValidatorComponent | 21 |
org.apache.xerces.impl.xs.opti.SchemaParsingConfig | 21 |
org.apache.xerces.parsers.StandardParserConfiguration | 3 |
org.apache.xerces.parsers.DTDConfiguration | 12 |
org.apache.xerces.parsers.XMLGrammarCachingConfiguration | 2 |
org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager | 7 |
org.apache.xerces.parsers.SecureProcessingConfiguration | 7 |
org.apache.xerces.jaxp.SchemaValidatorConfiguration | 2 |
org.apache.xerces.util.SecurityManager | 5 |
org.apache.xerces.impl.XMLEntityScanner | 30 |
org.apache.xerces.impl.XMLEntityManager$ByteBufferPool | 5 |
org.apache.xerces.impl.XMLEntityManager$CharacterBufferPool | 6 |
org.apache.xerces.parsers.XPointerParserConfiguration | 3 |
org.apache.xerces.impl.msg.XMLMessageFormatter | 2 |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor | 2 |
org.apache.xerces.parsers.XIncludeParserConfiguration | 3 |
org.apache.xerces.xinclude.XIncludeTextReader | 15 |
org.apache.xerces.impl.xs.XSMessageFormatter | 2 |
org.apache.xerces.parsers.ObjectFactory | 7 |
org.apache.xerces.parsers.SecuritySupport | 8 |
org.apache.xerces.parsers.SecuritySupport$1 | 2 |
org.apache.xerces.parsers.SecuritySupport$2 | 2 |
org.apache.xerces.parsers.SecuritySupport$3 | 2 |
org.apache.xerces.parsers.SecuritySupport$4 | 2 |
org.apache.xerces.parsers.ObjectFactory$ConfigurationError | 1 |
org.apache.xerces.parsers.SecuritySupport$7 | 2 |
org.apache.xerces.parsers.SecuritySupport$8 | 2 |
org.apache.xerces.parsers.SecuritySupport$5 | 2 |
org.apache.xerces.parsers.SecuritySupport$6 | 2 |
org.apache.xerces.util.EntityResolverWrapper | 4 |
org.apache.xerces.util.EntityResolver2Wrapper | 6 |
org.xml.sax.SAXNotRecognizedException | 1 |
org.apache.xerces.util.SAXMessageFormatter | 1 |
org.xml.sax.SAXNotSupportedException | 1 |
org.apache.xerces.dom.DOMMessageFormatter | 3 |
org.apache.xerces.dom.NotationImpl | 8 |
org.apache.xerces.dom.ProcessingInstructionImpl | 3 |
org.apache.xerces.dom.EntityImpl | 15 |
org.apache.xerces.dom.ElementDefinitionImpl | 5 |
org.apache.xerces.dom.AttrImpl | 32 |
org.apache.xerces.dom.TextImpl | 7 |
org.apache.xerces.impl.xs.opti.DefaultNode | 21 |
org.apache.xerces.dom.CoreDocumentImpl | 64 |
org.apache.xerces.dom.DocumentTypeImpl | 15 |
org.apache.xerces.dom.ElementImpl | 21 |
org.apache.xerces.dom.DocumentFragmentImpl | 3 |
org.apache.xerces.impl.xs.opti.NodeImpl | 10 |
org.apache.xerces.dom.EntityReferenceImpl | 9 |
org.apache.xerces.dom.CDATASectionImpl | 3 |
org.apache.xerces.dom.CommentImpl | 3 |
org.apache.xerces.xni.parser.XMLInputSource | 13 |
org.apache.xerces.parsers.DOMParserImpl | 2 |
org.apache.xerces.parsers.AbstractSAXParser | 42 |
org.apache.xerces.impl.validation.ValidationManager | 8 |
org.apache.xerces.impl.XMLVersionDetector | 5 |
org.apache.xerces.impl.XMLNSDocumentScannerImpl | 10 |
org.apache.xerces.util.XMLEntityDescriptionImpl | 7 |
org.apache.xerces.util.XMLResourceIdentifierImpl | 16 |
org.apache.xerces.util.XMLAttributesImpl | 46 |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$ElementStack | 4 |
org.apache.xerces.util.NamespaceSupport | 11 |
org.apache.xerces.jaxp.validation.DOMValidatorHelper$DOMNamespaceContext | 12 |
org.apache.xerces.util.JAXPNamespaceContextWrapper | 14 |
org.apache.xerces.xinclude.MultipleScopeNamespaceSupport | 11 |
org.apache.xerces.util.IntStack | 8 |
org.apache.xerces.impl.Constants | 2 |
org.apache.xerces.impl.Constants$ArrayEnumeration | 3 |
org.apache.xerces.util.NamespaceSupport$Prefixes | 4 |
org.apache.xerces.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration | 2 |
org.apache.xerces.impl.XML11NSDocumentScannerImpl | 10 |
org.apache.xerces.impl.dtd.XML11DTDValidator | 3 |
org.apache.xerces.impl.validation.ValidationState | 22 |
org.apache.xerces.impl.dtd.DTDGrammarBucket | 8 |
org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl | 1 |
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl | 1 |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$1 | 2 |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$1$1 | 4 |
org.apache.xerces.stax.events.ElementImpl$NoRemoveIterator | 4 |
org.apache.xerces.impl.xs.util.XSObjectListImpl$XSObjectListIterator | 4 |
org.apache.xerces.impl.xs.util.XSObjectListImpl | 12 |
org.apache.xerces.impl.xs.XSModelImpl$XSNamespaceItemListIterator | 4 |
org.apache.xerces.impl.xs.XSModelImpl | 12 |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$1$1:org.apache.xerces.impl.xs.util.XSObjectListImpl$1:org.apache.xerces.jaxp.validation.StAXEventResultBuilder$1:org.apache.xerces.jaxp.validation.StAXEventResultBuilder$AttributeIterator:org.apache.xerces.jaxp.validation.StAXEventResultBuilder$NamespaceIterator:org.apache.xerces.stax.DefaultNamespaceContext$1:org.apache.xerces.stax.DefaultNamespaceContext$2 | 1 |
org.apache.xerces.stax.DefaultNamespaceContext$1 | 3 |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$NamespaceIterator | 4 |
org.apache.xerces.impl.xs.util.XSObjectListImpl$1 | 3 |
org.apache.xerces.stax.DefaultNamespaceContext$2 | 3 |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$1 | 3 |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$AttributeIterator | 4 |
org.apache.xerces.impl.xs.util.LSInputListImpl | 3 |
org.apache.xerces.impl.xs.util.StringListImpl | 7 |
org.apache.xerces.impl.dv.util.ByteListImpl | 4 |
org.apache.xerces.impl.xs.util.ShortListImpl | 6 |
org.apache.xerces.impl.xs.PSVIErrorList | 6 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$AbstractObjectList | 2 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$2 | 2 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl | 57 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$3 | 2 |
org.apache.xerces.impl.dv.ValidatedInfo | 13 |
org.apache.xerces.impl.dv.xs.ListDV$ListData | 8 |
org.apache.xerces.impl.xs.util.ObjectListImpl | 5 |
org.apache.xerces.stax.DefaultNamespaceContext | 3 |
org.apache.xerces.stax.XMLEventFactoryImpl | 10 |
org.apache.xerces.stax.events.NamespaceImpl | 3 |
org.apache.xerces.stax.events.AttributeImpl | 7 |
org.apache.xerces.stax.events.XMLEventImpl | 8 |
org.apache.xerces.stax.ImmutableLocation | 7 |
org.apache.xerces.jaxp.validation.StAXValidatorHelper$XMLStreamReaderLocation | 6 |
org.apache.xerces.stax.EmptyLocation | 6 |
org.apache.xerces.stax.EmptyLocation:org.apache.xerces.stax.ImmutableLocation | 5 |
org.apache.xerces.dom.DOMNormalizer$XMLAttributesProxy | 23 |
org.apache.xerces.dom.NamedNodeMapImpl | 18 |
org.apache.xerces.dom.ElementNSImpl | 8 |
org.apache.xerces.dom.NodeImpl | 52 |
org.apache.xerces.dom.DocumentImpl | 32 |
org.apache.xerces.dom.DeferredDocumentImpl | 67 |
org.apache.xerces.dom.DeferredDocumentImpl$IntVector | 6 |
org.apache.xerces.dom.ParentNode | 29 |
org.apache.xerces.dom.DeferredElementDefinitionImpl | 4 |
org.apache.xerces.dom.CoreDocumentImpl:org.apache.xerces.dom.DocumentImpl | 1 |
org.apache.xerces.dom.DeferredAttrNSImpl | 4 |
org.apache.xerces.dom.AttrNSImpl | 7 |
org.apache.xerces.dom.DeferredAttrImpl | 4 |
org.apache.xerces.dom.DeferredCDATASectionImpl | 3 |
org.apache.xerces.dom.CharacterDataImpl | 10 |
org.apache.xerces.dom.ChildNode | 7 |
org.apache.xerces.dom.DeferredCommentImpl | 3 |
org.apache.xerces.dom.DeferredDocumentTypeImpl | 4 |
org.apache.xerces.dom.DeferredElementNSImpl | 4 |
org.apache.xerces.dom.DeferredElementImpl | 4 |
org.apache.xerces.dom.DeferredEntityImpl | 4 |
org.apache.xerces.dom.DeferredEntityReferenceImpl | 4 |
org.apache.xerces.dom.DeferredNotationImpl | 3 |
org.apache.xerces.dom.DeferredProcessingInstructionImpl | 3 |
org.apache.xerces.dom.DeferredTextImpl | 3 |
org.w3c.dom.DOMException | 1 |
org.apache.xerces.impl.xs.opti.AttrImpl | 9 |
org.apache.xerces.dom.ParentNode:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl | 1 |
org.apache.xerces.impl.xs.opti.ElementImpl | 21 |
org.apache.xerces.impl.xs.opti.TextImpl | 5 |
org.apache.xerces.impl.xs.opti.DefaultDocument | 16 |
org.apache.xerces.impl.xs.opti.NamedNodeMapImpl | 6 |
org.apache.xerces.dom.AttributeMap | 6 |
org.apache.xerces.dom.LCount | 2 |
org.apache.xerces.dom.events.MutationEventImpl | 2 |
org.apache.xerces.dom.events.EventImpl | 3 |
org.apache.xerces.dom.CoreDocumentImpl:org.apache.xerces.dom.ParentNode:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl | 1 |
org.apache.xerces.dom.NodeIteratorImpl | 4 |
org.apache.xerces.dom.RangeImpl | 7 |
org.apache.xerces.dom.DocumentImpl$EnclosingAttr | 1 |
org.w3c.dom.events.EventException | 1 |
org.apache.html.dom.HTMLMapElementImpl | 1 |
org.apache.xerces.impl.xs.util.XSNamedMapImpl | 7 |
org.apache.xerces.util.SymbolHash | 15 |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$XSNamedMapEntry | 6 |
org.apache.xerces.impl.xs.XSElementDecl | 23 |
org.apache.xerces.impl.dtd.XMLDTDDescription | 7 |
org.apache.xerces.impl.xs.XSDDescription | 13 |
org.apache.xerces.impl.dv.xs.Base64BinaryDV$XBase64 | 4 |
org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl | 44 |
org.apache.xerces.util.DatatypeMessageFormatter | 1 |
org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$DaysInMonth | 1 |
org.apache.xerces.jaxp.datatype.DurationImpl | 21 |
org.apache.xerces.impl.xs.XMLSchemaValidator$LocalIDKey | 4 |
org.apache.xerces.impl.dv.xs.FloatDV$XFloat | 6 |
org.apache.xerces.util.XMLErrorCode | 3 |
org.apache.xerces.impl.dtd.XMLContentSpec | 5 |
org.apache.xerces.impl.xs.traversers.XSDHandler$XSDKey | 3 |
org.apache.xerces.impl.xpath.regex.RegularExpression | 22 |
org.apache.xerces.impl.xpath.regex.REUtil | 9 |
org.apache.xerces.impl.dv.xs.HexBinaryDV$XHex | 4 |
org.apache.xerces.impl.dv.xs.DoubleDV$XDouble | 6 |
org.apache.xerces.impl.dtd.models.CMStateSet | 11 |
org.apache.xerces.impl.dtd.models.CMStateSet:org.apache.xerces.impl.dv.xs.Base64BinaryDV$XBase64:org.apache.xerces.impl.dv.xs.HexBinaryDV$XHex | 1 |
org.apache.xerces.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal | 10 |
org.apache.xerces.impl.dv.xs.AbstractDateTimeDV$DateTimeData | 5 |
org.apache.xerces.impl.dv.xs.DurationDV | 7 |
org.apache.xerces.impl.dv.xs.AbstractDateTimeDV | 31 |
org.apache.xerces.util.URI | 51 |
org.apache.xerces.xs.XSException | 1 |
org.apache.xerces.xinclude.XIncludeHandler$UnparsedEntity | 4 |
org.apache.xerces.impl.dv.xs.DecimalDV$XDecimal | 9 |
org.apache.xerces.impl.dtd.XMLDTDDescription:org.apache.xerces.impl.xs.XSDDescription | 1 |
org.apache.xerces.xinclude.XIncludeHandler$Notation | 4 |
org.apache.xerces.impl.dtd.XMLContentSpec:org.apache.xerces.impl.dv.xs.Base64BinaryDV$XBase64:org.apache.xerces.impl.dv.xs.DoubleDV$XDouble:org.apache.xerces.impl.dv.xs.FloatDV$XFloat:org.apache.xerces.impl.dv.xs.HexBinaryDV$XHex:org.apache.xerces.impl.dv.xs.QNameDV$XQName:org.apache.xerces.impl.xs.XMLSchemaValidator$LocalIDKey:org.apache.xerces.impl.xs.XSElementDecl:org.apache.xerces.xni.QName | 1 |
org.apache.xerces.impl.dv.xs.QNameDV$XQName | 3 |
org.apache.xerces.impl.xs.XSGroupDecl | 7 |
org.apache.xerces.impl.xs.XSAttributeUseImpl | 7 |
org.apache.xerces.impl.xs.XSAnnotationImpl | 4 |
org.apache.xerces.impl.xs.XSModelGroupImpl | 13 |
org.apache.xerces.impl.xs.XSNotationDecl | 6 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$XSFacetImpl | 3 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate | 21 |
org.apache.xerces.impl.xs.XSComplexTypeDecl | 25 |
org.apache.xerces.impl.xs.identity.IdentityConstraint | 15 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$XSMVFacetImpl | 3 |
org.apache.xerces.impl.xs.XSWildcardDecl | 16 |
org.apache.xerces.impl.xs.XSAttributeDecl | 12 |
org.apache.xerces.impl.xs.XSParticleDecl | 13 |
org.apache.xerces.impl.xs.XSAttributeGroupDecl | 14 |
org.apache.xerces.impl.xs.util.XSNamedMap4Types | 4 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl:org.apache.xerces.impl.xs.XSComplexTypeDecl | 2 |
org.apache.xerces.dom.PSVIDocumentImpl | 7 |
org.apache.xerces.dom.DOMImplementationImpl | 2 |
org.apache.xerces.impl.xs.opti.SchemaDOM | 26 |
org.apache.xerces.impl.xs.opti.SchemaDOMImplementation | 2 |
org.apache.xerces.dom.PSVIDOMImplementationImpl | 2 |
org.apache.xerces.dom.CoreDOMImplementationImpl | 2 |
org.apache.xerces.dom.DeferredDOMImplementationImpl | 1 |
org.apache.xerces.dom.ObjectFactory | 2 |
org.apache.xerces.dom.SecuritySupport | 3 |
org.apache.xerces.dom.SecuritySupport$1 | 2 |
org.apache.xerces.dom.SecuritySupport$2 | 2 |
org.apache.xerces.dom.SecuritySupport$3 | 2 |
org.apache.xerces.impl.xs.XSImplementationImpl | 1 |
org.apache.xerces.util.XMLChar | 22 |
org.apache.xerces.util.XML11Char | 14 |
org.apache.html.dom.HTMLDocumentImpl | 9 |
org.apache.html.dom.HTMLElementImpl | 5 |
org.apache.wml.dom.WMLDocumentImpl | 1 |
org.apache.xerces.impl.dv.DatatypeException | 4 |
org.apache.xerces.impl.io.MalformedByteSequenceException | 5 |
org.apache.xerces.xinclude.XIncludeMessageFormatter | 2 |
org.apache.xerces.xpointer.XPointerMessageFormatter | 2 |
org.xml.sax.SAXException | 6 |
org.apache.wml.dom.WMLElementImpl | 1 |
org.apache.xerces.dom.PSVIElementNSImpl | 17 |
org.apache.xerces.impl.xs.opti.DefaultElement | 10 |
org.apache.html.dom.HTMLSelectElementImpl | 4 |
org.apache.html.dom.HTMLTableSectionElementImpl | 1 |
org.apache.html.dom.HTMLTableRowElementImpl | 1 |
org.apache.html.dom.HTMLFormElementImpl | 4 |
org.apache.html.dom.ObjectFactory | 1 |
org.apache.html.dom.HTMLTableElementImpl | 1 |
org.apache.xerces.dom.PSVIAttrNSImpl | 17 |
org.apache.xerces.dom.CoreDocumentImpl:org.apache.xerces.dom.NodeImpl | 1 |
org.apache.xerces.util.ShadowedSymbolTable | 4 |
org.apache.xerces.util.SoftReferenceSymbolTable | 12 |
org.apache.xerces.util.SymbolTable | 15 |
org.apache.xerces.util.SynchronizedSymbolTable | 4 |
org.apache.xerces.util.PrimeNumberSequenceGenerator | 1 |
org.apache.xerces.util.SoftReferenceSymbolTable$SREntry | 3 |
org.apache.xerces.util.SoftReferenceSymbolTable$SREntryData | 2 |
org.apache.xerces.util.SymbolTable$Entry | 2 |
org.apache.xerces.impl.XMLDTDScannerImpl | 41 |
org.apache.xerces.impl.xs.XSGrammarBucket | 7 |
org.apache.xerces.impl.xs.SubstitutionGroupHandler | 9 |
org.apache.xerces.impl.xs.XSLoaderImpl$XSGrammarMerger | 6 |
org.apache.xerces.jaxp.validation.EmptyXMLSchema | 3 |
org.apache.xerces.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool | 6 |
org.apache.xerces.impl.xs.SchemaGrammar | 65 |
org.apache.xerces.util.XMLGrammarPoolImpl | 8 |
org.apache.xerces.parsers.CachingParserPool$ShadowedGrammarPool | 4 |
org.apache.xerces.jaxp.validation.SimpleXMLSchema | 3 |
org.apache.xerces.impl.xpath.XPath$Step | 4 |
org.apache.xerces.impl.xpath.XPath$Axis | 4 |
org.apache.xerces.impl.xpath.XPath$NodeTest | 6 |
org.apache.xerces.impl.xpath.regex.Match | 9 |
org.apache.xerces.impl.xpath.XPath$LocationPath | 4 |
org.apache.xerces.parsers.CachingParserPool$SynchronizedGrammarPool | 3 |
org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool | 9 |
org.apache.xerces.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper | 3 |
org.apache.xerces.jaxp.validation.ReadOnlyGrammarPool | 3 |
org.apache.xerces.xni.parser.XMLParseException | 8 |
org.apache.xerces.util.XMLLocatorWrapper | 10 |
org.apache.xerces.util.SAXLocatorWrapper | 10 |
org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy | 6 |
org.apache.xerces.impl.xs.util.SimpleLocator | 10 |
org.apache.xerces.util.StAXLocationWrapper | 10 |
org.apache.xerces.util.ErrorHandlerWrapper$1 | 9 |
org.apache.xerces.util.LocatorProxy | 6 |
org.apache.xerces.impl.xs.util.SimpleLocator:org.apache.xerces.util.ErrorHandlerWrapper$1 | 5 |
org.xml.sax.helpers.LocatorImpl | 9 |
org.apache.xerces.impl.XMLEntityManager$ScannedEntity | 15 |
org.apache.xerces.impl.xs.util.SimpleLocator:org.apache.xerces.util.ErrorHandlerWrapper$1:org.apache.xerces.util.SAXLocatorWrapper:org.apache.xerces.util.StAXLocationWrapper | 2 |
org.apache.xerces.impl.xs.util.SimpleLocator:org.apache.xerces.util.ErrorHandlerWrapper$1:org.apache.xerces.util.SAXLocatorWrapper | 1 |
org.apache.xerces.util.DefaultErrorHandler | 6 |
org.apache.xerces.util.ErrorHandlerWrapper | 8 |
org.xml.sax.SAXParseException | 8 |
org.apache.xerces.util.ErrorHandlerProxy | 4 |
org.apache.xerces.jaxp.JAXPValidatorComponent$1 | 1 |
org.apache.xerces.jaxp.JAXPValidatorComponent$DraconianErrorHandler | 3 |
org.apache.xerces.impl.XMLErrorReporter$1 | 2 |
org.apache.xerces.jaxp.JAXPValidatorComponent$DraconianErrorHandler:org.apache.xerces.jaxp.validation.DraconianErrorHandler:org.xml.sax.HandlerBase:org.xml.sax.helpers.DefaultHandler | 3 |
org.apache.xerces.util.DOMErrorHandlerWrapper | 6 |
org.apache.xerces.dom.DOMErrorImpl | 5 |
org.apache.xerces.dom.DOMLocatorImpl | 8 |
org.apache.xerces.xpointer.XPointerErrorHandler | 6 |
org.apache.xerces.jaxp.validation.DraconianErrorHandler | 2 |
org.apache.xerces.jaxp.DefaultValidationErrorHandler | 1 |
org.xml.sax.helpers.DefaultHandler | 15 |
org.xml.sax.HandlerBase | 12 |
org.apache.xerces.util.DOMErrorHandlerWrapper$DOMErrorTypeMap | 1 |
org.apache.xerces.impl.xs.XSDeclarationPool | 16 |
org.apache.xerces.impl.dv.SchemaDVFactory | 2 |
org.apache.xerces.impl.dv.ObjectFactory | 4 |
org.apache.xerces.impl.dv.ObjectFactory$ConfigurationError | 1 |
org.apache.xerces.impl.dv.SecuritySupport | 3 |
org.apache.xerces.impl.dv.SecuritySupport$1 | 2 |
org.apache.xerces.impl.dv.SecuritySupport$2 | 2 |
org.apache.xerces.impl.dv.SecuritySupport$3 | 2 |
org.apache.xerces.impl.dv.DVFactoryException | 1 |
org.apache.xerces.impl.xs.models.CMBuilder | 12 |
org.apache.xerces.impl.dv.xs.BaseSchemaDVFactory | 5 |
org.apache.xerces.impl.xs.XMLSchemaValidator$XPathMatcherStack | 9 |
org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter | 6 |
org.apache.xerces.impl.xs.models.CMNodeFactory | 9 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$1 | 10 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl | 12 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$4 | 10 |
org.apache.xerces.impl.xpath.regex.Token | 43 |
org.apache.xerces.impl.xpath.regex.Token$ConcatToken | 4 |
org.apache.xerces.impl.xpath.regex.Token$ClosureToken | 8 |
org.apache.xerces.impl.xpath.regex.Token$ConditionToken | 4 |
org.apache.xerces.impl.xpath.regex.Token$ParenToken | 5 |
org.apache.xerces.impl.xpath.regex.Token$UnionToken | 5 |
org.apache.xerces.impl.xpath.regex.Token$ModifierToken | 6 |
org.apache.xerces.impl.xpath.regex.Token$CharToken | 3 |
org.apache.xerces.impl.xpath.regex.RangeToken | 16 |
org.apache.xerces.impl.xpath.regex.Token$StringToken | 4 |
org.apache.xerces.util.AugmentationsImpl$SmallContainer | 5 |
org.apache.xerces.impl.xs.traversers.XSDocumentInfo | 11 |
org.apache.xerces.impl.dtd.models.CMAny | 7 |
org.apache.xerces.impl.dtd.models.CMLeaf | 8 |
org.apache.xerces.impl.dv.xs.YearMonthDV | 3 |
org.apache.xerces.impl.dv.xs.TypeValidator | 8 |
org.apache.xerces.impl.dv.xs.DateDV | 3 |
org.apache.xerces.impl.dv.xs.TimeDV | 3 |
org.apache.xerces.impl.dv.xs.DayDV | 3 |
org.apache.xerces.impl.dv.xs.MonthDayDV | 3 |
org.apache.xerces.impl.dv.xs.MonthDV | 3 |
org.apache.xerces.impl.dv.xs.YearDV | 3 |
org.apache.xerces.impl.xs.identity.XPathMatcher | 9 |
org.apache.xerces.impl.xs.identity.Field | 4 |
org.apache.xerces.impl.xpath.XPath | 7 |
org.apache.xerces.impl.xs.identity.Selector | 3 |
org.apache.xerces.impl.xs.models.XSDFACM$Occurence | 2 |
org.apache.xerces.impl.xs.XMLSchemaValidator$ValueStoreCache | 9 |
org.apache.xerces.util.AugmentationsImpl$LargeContainer | 6 |
org.apache.xerces.impl.xs.util.XInt | 4 |
org.apache.xerces.util.AugmentationsImpl | 5 |
org.apache.xerces.impl.xs.models.XSCMLeaf | 8 |
org.apache.xerces.impl.dv.util.HexBin | 2 |
org.apache.xerces.stax.events.ProcessingInstructionImpl | 3 |
org.apache.xerces.stax.events.DTDImpl | 1 |
org.apache.xerces.stax.events.StartDocumentImpl | 3 |
org.apache.xerces.stax.events.NotationDeclarationImpl | 1 |
org.apache.xerces.stax.events.CharactersImpl | 3 |
org.apache.xerces.stax.events.EntityReferenceImpl | 1 |
org.apache.xerces.stax.events.EndElementImpl | 2 |
org.apache.xerces.stax.events.ElementImpl | 4 |
org.apache.xerces.stax.events.StartElementImpl | 4 |
org.apache.xerces.stax.events.EntityDeclarationImpl | 2 |
org.apache.xerces.stax.events.CommentImpl | 1 |
org.apache.xerces.stax.events.EndDocumentImpl | 1 |
org.apache.xerces.xni.XMLString | 8 |
org.apache.xerces.impl.xs.XMLSchemaValidator$ValueStoreBase | 21 |
org.apache.xerces.impl.dv.util.Base64 | 6 |
org.apache.xerces.impl.dv.xs.QNameDV$XQName:org.apache.xerces.impl.xpath.XPath$Axis:org.xml.sax.SAXException:org.xml.sax.SAXParseException | 1 |
org.apache.xerces.impl.xpath.regex.Op | 23 |
org.apache.xerces.impl.xpath.regex.Op$CharOp | 2 |
org.apache.xerces.impl.xpath.regex.Op$RangeOp | 2 |
org.apache.xerces.impl.xpath.regex.Op$UnionOp | 4 |
org.apache.xerces.impl.xpath.regex.Op$ChildOp | 3 |
org.apache.xerces.impl.xpath.regex.Op$ModifierOp | 3 |
org.apache.xerces.impl.xpath.regex.Op$StringOp | 2 |
org.apache.xerces.impl.xpath.regex.Op$ConditionOp | 1 |
org.apache.xerces.impl.xpath.regex.BMPattern | 3 |
org.apache.xerces.impl.xpath.regex.Token$FixedStringContainer | 1 |
org.apache.xerces.impl.xpath.regex.RegularExpression$Context | 4 |
org.apache.xerces.impl.xpath.regex.RegularExpression$StringTarget | 5 |
org.apache.xerces.impl.xpath.regex.RegularExpression$ExpressionTarget | 1 |
org.apache.xerces.impl.xpath.regex.RegularExpression$ClosureContext | 5 |
org.apache.xerces.impl.xpath.regex.RegularExpression$CharacterIteratorTarget | 7 |
org.apache.xerces.impl.xpath.regex.RegularExpression$CharArrayTarget | 7 |
org.apache.xerces.impl.dv.InvalidDatatypeValueException | 1 |
org.apache.xerces.impl.dv.xs.DecimalDV | 5 |
org.apache.xerces.impl.dv.xs.SchemaDateTimeException | 2 |
org.apache.xerces.impl.dv.xs.AnyURIDV | 3 |
org.apache.xerces.util.URI$MalformedURIException | 2 |
org.apache.xerces.impl.dv.xs.EntityDV | 3 |
org.apache.xerces.impl.dv.xs.IDDV | 3 |
org.apache.xerces.impl.dv.xs.IntegerDV | 1 |
org.apache.xerces.impl.dv.xs.DayTimeDurationDV | 1 |
org.apache.xerces.impl.dv.xs.IDREFDV | 3 |
org.apache.xerces.impl.dv.xs.ListDV | 3 |
org.apache.xerces.impl.dv.xs.FloatDV | 3 |
org.apache.xerces.impl.dv.xs.DoubleDV | 4 |
org.apache.xerces.impl.dv.xs.BooleanDV | 2 |
org.apache.xerces.impl.dv.xs.AnySimpleDV | 2 |
org.apache.xerces.impl.dv.xs.HexBinaryDV | 3 |
org.apache.xerces.impl.dv.xs.PrecisionDecimalDV | 5 |
org.apache.xerces.impl.dv.xs.QNameDV | 3 |
org.apache.xerces.jaxp.validation.DOMValidatorHelper | 7 |
org.apache.xerces.impl.xs.SchemaNamespaceSupport | 6 |
org.apache.xerces.impl.xs.SchemaNamespaceSupport$SchemaRootContext | 5 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$1:org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$4 | 4 |
org.apache.xerces.impl.dv.xs.YearMonthDurationDV | 1 |
org.apache.xerces.impl.dv.xs.DateTimeDV | 2 |
org.apache.xerces.impl.dv.xs.Base64BinaryDV | 3 |
org.apache.xerces.impl.dv.xs.AnyAtomicDV | 2 |
org.apache.xerces.impl.dv.xs.UnionDV | 2 |
org.apache.xerces.impl.dv.xs.StringDV | 2 |
org.apache.xerces.impl.validation.ConfigurableValidationState | 8 |
org.apache.xerces.jaxp.validation.StAXValidatorHelper | 2 |
org.apache.xerces.impl.dtd.DTDGrammar | 90 |
org.apache.xerces.impl.dtd.DTDGrammar$QNameHashtable | 8 |
org.apache.xerces.jaxp.UnparsedEntityHandler | 23 |
org.apache.xerces.impl.xs.XMLSchemaLoader$LocationArray | 5 |
org.apache.xerces.dom.SecuritySupport$6 | 1 |
org.apache.html.dom.SecuritySupport$6 | 1 |
org.apache.html.dom.SecuritySupport$7 | 1 |
org.apache.html.dom.SecuritySupport$8 | 1 |
org.apache.xerces.impl.XMLEntityManager$1 | 1 |
org.apache.xerces.dom.SecuritySupport$8 | 1 |
org.apache.xerces.xinclude.SecuritySupport$6 | 1 |
org.apache.html.dom.SecuritySupport$1 | 1 |
org.apache.xml.serialize.SecuritySupport$1 | 1 |
org.apache.xml.serialize.SecuritySupport$7 | 1 |
org.apache.xerces.impl.dv.SecuritySupport$6 | 1 |
org.apache.xerces.xinclude.SecuritySupport$3 | 2 |
org.apache.xerces.xinclude.SecuritySupport$4 | 1 |
org.apache.xerces.impl.dv.SecuritySupport$7 | 1 |
org.apache.html.dom.SecuritySupport$2 | 1 |
org.apache.xml.serialize.SecuritySupport$6 | 1 |
org.apache.xerces.dom.SecuritySupport$7 | 1 |
org.apache.xml.serialize.SecuritySupport$8 | 1 |
org.apache.xerces.xinclude.SecuritySupport$1 | 2 |
org.apache.xerces.impl.dv.SecuritySupport$8 | 1 |
org.apache.xerces.xinclude.SecuritySupport$2 | 2 |
org.apache.xerces.impl.dv.SecuritySupport$4 | 1 |
org.apache.html.dom.SecuritySupport$4 | 1 |
org.apache.xml.serialize.SecuritySupport$4 | 1 |
org.apache.html.dom.SecuritySupport$3 | 1 |
org.apache.xerces.impl.dv.xs.TypeValidator$1 | 1 |
org.apache.xerces.xinclude.SecuritySupport$7 | 1 |
org.apache.xerces.xinclude.SecuritySupport$8 | 1 |
org.apache.xml.serialize.SecuritySupport$2 | 1 |
org.apache.xerces.dom.SecuritySupport$4 | 1 |
org.apache.xml.serialize.SecuritySupport$3 | 1 |
org.apache.xerces.util.HTTPInputSource | 4 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl:org.apache.xerces.impl.xs.XSComplexTypeDecl:org.apache.xerces.util.SymbolHash | 1 |
org.apache.xerces.impl.XMLEntityManager$RewindableInputStream | 8 |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor$InputStreamMonitor | 3 |
org.apache.xerces.impl.io.UTF8Reader | 8 |
org.apache.xerces.impl.io.UTF16Reader | 8 |
org.apache.xerces.impl.io.UCSReader | 6 |
org.apache.xerces.impl.io.Latin1Reader | 5 |
org.apache.xerces.util.EncodingMap | 2 |
org.apache.xerces.impl.io.ASCIIReader | 5 |
org.apache.xerces.impl.XMLEntityManager$Entity | 2 |
org.apache.xerces.impl.XMLEntityManager$CharacterBuffer | 3 |
org.apache.xerces.impl.XML11EntityScanner | 13 |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor$ReaderMonitor | 3 |
org.apache.xerces.jaxp.JAXPValidatorComponent$XNI2SAX | 9 |
org.apache.xerces.xpointer.ElementSchemePointer | 11 |
org.apache.xerces.xpointer.ShortHandPointer | 8 |
org.apache.xerces.util.AugmentationsImpl$AugmentationsItemsContainer | 1 |
org.apache.xerces.util.AugmentationsImpl$LargeContainer:org.apache.xerces.util.AugmentationsImpl$SmallContainer | 1 |
org.apache.xml.serialize.XML11Serializer | 6 |
org.apache.xml.serialize.BaseMarkupSerializer | 41 |
org.apache.xml.serialize.IndentPrinter | 16 |
org.apache.xml.serialize.Printer | 15 |
org.apache.xml.serialize.EncodingInfo | 5 |
org.apache.xml.serialize.EncodingInfo$CharsetMethods | 5 |
org.apache.xml.serialize.EncodingInfo$CharToByteConverterMethods | 3 |
org.apache.html.dom.HTMLBuilder | 8 |
org.apache.xml.serialize.TextSerializer | 12 |
org.apache.xml.serialize.XMLSerializer | 12 |
org.apache.xml.serialize.HTMLSerializer | 9 |
org.apache.xml.serialize.HTMLdtd | 8 |
org.apache.xml.serialize.OutputFormat | 17 |
org.apache.xerces.impl.xs.traversers.SchemaContentHandler | 19 |
org.apache.xerces.jaxp.JAXPValidatorComponent$SAX2XNI | 9 |
org.apache.xerces.impl.xs.opti.DefaultText | 3 |
org.apache.xerces.dom.DeferredDocumentImpl$RefCount | 1 |
org.apache.xerces.jaxp.validation.Util | 2 |
org.apache.xerces.dom.DOMNormalizer:org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.parsers.AbstractXMLDocumentParser | 1 |
org.apache.xerces.parsers.DOMParserImpl$NullLSParserFilter | 3 |
org.apache.xerces.dom.ParentNode$1 | 3 |
org.apache.xerces.dom.DeepNodeListImpl | 3 |
org.apache.html.dom.NameNodeListImpl | 1 |
org.apache.xerces.dom.NodeImpl:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl | 1 |
org.apache.xerces.dom.ChildNode:org.apache.xerces.dom.NodeImpl:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl:org.apache.xerces.impl.xs.opti.TextImpl | 1 |
org.apache.xerces.dom.NodeImpl:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl:org.apache.xerces.impl.xs.opti.TextImpl | 1 |
org.apache.xerces.dom.AttrImpl:org.apache.xerces.dom.CDATASectionImpl:org.apache.xerces.dom.CommentImpl:org.apache.xerces.dom.CoreDocumentImpl:org.apache.xerces.dom.DocumentFragmentImpl:org.apache.xerces.dom.DocumentTypeImpl:org.apache.xerces.dom.ElementDefinitionImpl:org.apache.xerces.dom.ElementImpl:org.apache.xerces.dom.EntityImpl:org.apache.xerces.dom.EntityReferenceImpl:org.apache.xerces.dom.NotationImpl:org.apache.xerces.dom.ProcessingInstructionImpl:org.apache.xerces.dom.TextImpl:org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.NodeImpl | 1 |
org.apache.html.dom.HTMLCollectionImpl | 5 |
org.apache.xerces.dom.NodeListCache | 1 |
org.apache.xerces.dom.CharacterDataImpl$1 | 2 |
org.apache.xerces.dom.DOMNormalizer:org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.jaxp.validation.DOMResultAugmentor:org.apache.xerces.jaxp.validation.DOMResultBuilder:org.apache.xerces.jaxp.validation.StAXEventResultBuilder:org.apache.xerces.jaxp.validation.StAXStreamResultBuilder:org.apache.xerces.jaxp.validation.ValidatorHandlerImpl:org.apache.xerces.parsers.AbstractXMLDocumentParser | 4 |
org.apache.xerces.impl.xs.XMLSchemaValidator$KeyRefValueStore | 3 |
org.apache.xerces.impl.xs.util.SimpleLocator:org.apache.xerces.util.ErrorHandlerWrapper$1:org.apache.xerces.util.StAXLocationWrapper | 1 |
org.xml.sax.ext.Locator2Impl | 3 |
org.apache.xerces.dom.DOMNormalizer:org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.impl.xs.opti.SchemaDOMParser:org.apache.xerces.jaxp.validation.DOMResultAugmentor:org.apache.xerces.jaxp.validation.StAXEventResultBuilder:org.apache.xerces.jaxp.validation.StAXStreamResultBuilder:org.apache.xerces.parsers.AbstractXMLDocumentParser | 1 |
org.apache.xerces.parsers.SecureProcessingConfiguration$InternalEntityMonitor | 23 |
org.apache.xerces.impl.dtd.DTDGrammar:org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.parsers.AbstractXMLDocumentParser | 2 |
org.apache.xerces.parsers.DTDParser | 16 |
org.apache.xerces.impl.dtd.DTDGrammar:org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.parsers.AbstractXMLDocumentParser:org.apache.xerces.parsers.DTDParser | 5 |
org.apache.xerces.impl.dtd.BalancedDTDGrammar | 13 |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinSchemaGrammar | 21 |
org.apache.xerces.impl.xs.SchemaGrammar$Schema4Annotations | 19 |
org.apache.xerces.util.XMLGrammarPoolImpl$Entry | 1 |
org.apache.xerces.util.SymbolHash$Entry | 3 |
org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool$SoftGrammarReference | 1 |
org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool$Entry | 1 |
org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher | 2 |
org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher | 2 |
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher | 2 |
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher | 2 |
org.apache.xerces.util.XMLStringBuffer | 8 |
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher | 3 |
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher | 6 |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher | 6 |
org.apache.xerces.impl.XML11NSDocumentScannerImpl$NS11ContentDispatcher | 3 |
org.apache.xerces.util.XMLAttributesImpl$Attribute | 1 |
org.apache.xerces.impl.dtd.XMLElementDecl | 1 |
org.apache.xerces.impl.dtd.XMLSimpleType | 4 |
org.apache.xerces.impl.dtd.XMLAttributeDecl | 2 |
org.apache.xerces.impl.dtd.XMLEntityDecl | 2 |
org.apache.xerces.impl.xs.ElementPSVImpl | 16 |
org.apache.xerces.impl.xs.opti.SchemaDOMParser$BooleanStack | 6 |
org.apache.xerces.impl.dv.DTDDVFactory | 2 |
org.apache.xerces.xinclude.XIncludeNamespaceSupport | 4 |
org.apache.xerces.impl.XML11DTDScannerImpl | 12 |
org.apache.xerces.impl.dtd.XML11DTDProcessor | 4 |
org.apache.xerces.impl.XML11DocumentScannerImpl | 15 |
org.apache.xerces.impl.dtd.XML11NSDTDValidator | 3 |
org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.parsers.AbstractXMLDocumentParser | 2 |
org.apache.xerces.impl.dtd.DTDGrammar$ChildrenList | 1 |
org.apache.xerces.impl.dtd.models.MixedContentModel | 2 |
org.apache.xerces.impl.dtd.models.SimpleContentModel | 2 |
org.apache.xerces.impl.dtd.models.CMNode | 7 |
org.apache.xerces.impl.dtd.models.CMBinOp | 6 |
org.apache.xerces.impl.dtd.models.CMUniOp | 5 |
org.apache.xerces.impl.dtd.models.DFAContentModel | 6 |
org.apache.xerces.impl.xs.models.XSCMBinOp | 6 |
org.apache.xerces.impl.xs.models.XSCMUniOp | 5 |
org.apache.xerces.impl.dtd.models.CMAny:org.apache.xerces.impl.dtd.models.CMLeaf:org.apache.xerces.impl.xs.models.XSCMLeaf | 1 |
org.apache.xml.serialize.Encodings | 1 |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl$XMLSchemaTypeInfoProvider | 4 |
org.apache.xerces.impl.XMLEntityManager$InternalEntity | 4 |
org.apache.xerces.impl.XMLEntityManager$ExternalEntity | 3 |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl$ResolutionForwarder | 3 |
org.apache.xerces.jaxp.JAXPValidatorComponent$2 | 1 |
org.apache.xerces.util.XMLCatalogResolver | 12 |
org.apache.xml.resolver.Catalog | 1 |
org.apache.xerces.jaxp.SAXParserFactoryImpl | 1 |
org.apache.xml.resolver.readers.SAXCatalogReader | 1 |
org.xml.sax.InputSource | 12 |
org.apache.xerces.util.SAXInputSource | 6 |
org.apache.xerces.util.DOMEntityResolverWrapper | 2 |
org.apache.xerces.dom.DOMInputImpl | 15 |
org.apache.xerces.util.AttributesProxy | 10 |
org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy | 11 |
org.xml.sax.helpers.AttributesImpl | 8 |
org.apache.xerces.impl.xs.models.XSDFACM | 15 |
org.apache.xerces.impl.xs.XSLoaderImpl$XSGrammarMerger:org.apache.xerces.jaxp.validation.EmptyXMLSchema | 1 |
org.apache.xerces.impl.xs.FilePathToURI | 1 |
org.apache.xerces.impl.xs.XSConstraints | 30 |
org.apache.xerces.impl.xs.XMLSchemaException | 3 |
org.apache.xerces.impl.xs.SubstitutionGroupHandler$OneSubGroup | 2 |
org.apache.xerces.impl.xs.models.XSAllCM | 11 |
org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf | 3 |
org.apache.xerces.impl.xs.models.XSEmptyCM | 8 |
org.apache.xerces.util.DOMUtil | 20 |
org.apache.html.dom.HTMLHtmlElementImpl | 1 |
org.apache.xerces.util.DOMInputSource | 1 |
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser | 8 |
org.xml.sax.helpers.XMLReaderFactory | 1 |
org.apache.xerces.parsers.SAXParser | 2 |
org.apache.xerces.jaxp.SAXParserImpl | 8 |
org.apache.xerces.impl.xs.traversers.XSDHandler$SAX2XNIUtil | 2 |
org.apache.xerces.util.StAXInputSource | 4 |
org.apache.xerces.impl.xs.traversers.StAXSchemaParser | 16 |
org.apache.xerces.impl.xs.util.XSInputSource | 2 |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinAttrDecl | 1 |
org.apache.xerces.impl.xs.SchemaGrammar$XSAnyType | 3 |
org.apache.xerces.parsers.IntegratedParserConfiguration | 1 |
org.apache.xerces.impl.xs.traversers.XSAttributeChecker | 9 |
org.apache.xerces.impl.xs.traversers.XSDAttributeGroupTraverser | 3 |
org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser | 17 |
org.apache.xerces.impl.dv.XSFacets | 2 |
org.apache.xerces.impl.xs.traversers.XSDAttributeTraverser | 6 |
org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser | 16 |
org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser | 6 |
org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray | 5 |
org.apache.xerces.impl.xs.traversers.XSDElementTraverser | 6 |
org.apache.xerces.impl.xs.traversers.XSDGroupTraverser | 3 |
org.apache.xerces.impl.xs.traversers.XSDKeyrefTraverser | 2 |
org.apache.xerces.impl.xs.traversers.XSDAbstractIDConstraintTraverser | 2 |
org.apache.xerces.impl.xs.traversers.XSDNotationTraverser | 2 |
org.apache.xerces.impl.xs.traversers.XSDSimpleTypeTraverser | 10 |
org.apache.xerces.impl.xs.traversers.XSDUniqueOrKeyTraverser | 2 |
org.apache.xerces.impl.xs.traversers.XSDWildcardTraverser | 4 |
org.apache.xerces.impl.xs.opti.DefaultDocument:org.apache.xerces.impl.xs.opti.SchemaDOM | 1 |
org.apache.xerces.impl.xs.traversers.LargeContainer | 1 |
org.apache.xerces.impl.xs.traversers.SmallContainer | 1 |
org.apache.xerces.impl.xs.util.XIntPool | 1 |
org.apache.xerces.impl.xs.traversers.XSAnnotationInfo | 1 |
org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser$ComplexTypeRecoverableError | 2 |
org.apache.xerces.impl.xs.opti.DefaultNode:org.apache.xerces.impl.xs.opti.ElementImpl | 1 |
org.apache.xerces.impl.xs.opti.AttrImpl:org.apache.xerces.impl.xs.opti.DefaultElement | 1 |
org.apache.xerces.impl.dv.xs.BaseDVFactory | 3 |
org.apache.xerces.impl.xs.traversers.XSDAbstractTraverser$FacetInfo | 1 |
org.apache.xerces.impl.dv.InvalidDatatypeFacetException | 1 |
org.apache.xerces.impl.xpath.regex.ParseException | 1 |
org.apache.xerces.impl.xpath.regex.RegexParser | 50 |
org.apache.xerces.impl.xpath.regex.ParserForXMLSchema | 38 |
org.apache.xerces.impl.xpath.regex.RegexParser$ReferencePosition | 1 |
org.apache.xerces.impl.xpath.regex.CaseInsensitiveMap | 2 |
org.apache.xerces.impl.xs.identity.UniqueOrKey | 1 |
org.apache.xerces.impl.xs.identity.Selector$XPath | 2 |
org.apache.xerces.impl.xpath.XPath$Tokens | 8 |
org.apache.xerces.impl.xpath.XPath$1 | 2 |
org.apache.xerces.impl.xpath.XPath$Scanner | 5 |
org.apache.xerces.impl.xpath.XPathException | 2 |
org.apache.xerces.impl.xs.identity.Field$XPath | 3 |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinSchemaGrammar:org.apache.xerces.impl.xs.SchemaGrammar$Schema4Annotations | 2 |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinAttrDecl:org.apache.xerces.impl.xs.XSAttributeDecl | 1 |
org.apache.xerces.impl.xs.identity.KeyRef | 2 |
org.apache.xerces.impl.dtd.XMLNSDTDValidator | 3 |
org.apache.xerces.impl.xs.util.XS10TypeHelper | 1 |
org.apache.xerces.impl.xs.XMLSchemaValidator$UniqueValueStore | 2 |
org.apache.xerces.impl.xs.XMLSchemaValidator$ShortVector | 6 |
org.apache.xerces.impl.xs.identity.Selector$Matcher | 6 |
org.apache.xerces.impl.xs.XMLSchemaValidator$KeyValueStore | 2 |
org.apache.xerces.impl.xs.AttributePSVImpl | 16 |
org.apache.xerces.impl.xs.identity.Field$Matcher | 5 |
org.apache.xerces.impl.XML11NamespaceBinder | 1 |
org.apache.xerces.xinclude.ObjectFactory | 4 |
org.apache.xerces.xinclude.ObjectFactory$ConfigurationError | 1 |
org.apache.xerces.xinclude.SecuritySupport | 3 |
org.apache.xerces.xpointer.XPointerHandler$Tokens | 14 |
org.apache.xerces.xpointer.XPointerHandler$1 | 2 |
org.apache.xerces.xpointer.XPointerHandler$Scanner | 7 |
org.apache.xerces.xpointer.ElementSchemePointer$Tokens | 14 |
org.apache.xerces.xpointer.ElementSchemePointer$1 | 2 |
org.apache.xerces.xpointer.ElementSchemePointer$Scanner | 6 |
org.apache.xerces.xinclude.XInclude11TextReader | 2 |
org.apache.xerces.impl.dtd.XMLNotationDecl | 2 |
org.apache.xerces.impl.dtd.DTDGrammar$QNameHashtable$PrimeNumberSequenceGenerator | 1 |
org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator | 1 |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$1:org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$4:org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl:org.apache.xerces.impl.validation.ValidationState | 1 |
org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.ListDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.IDDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator:org.apache.xerces.impl.dv.dtd.StringDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.StringDatatypeValidator | 1 |
org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator | 1 |
org.apache.xml.serialize.ElementState | 1 |
org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler:org.apache.xerces.parsers.AbstractXMLDocumentParser:org.apache.xerces.parsers.DTDParser | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
[org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher].dispatch(boolean)
|
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher | 1 | ['boolean'] | 156 | 0 | 295 | 67 | 5 | 7936 | 68 | 4790 | 4638 |
[org.apache.xerces.impl.xpath.regex.RegularExpression].setPattern(java.lang.String,int,java.util.Locale)
|
org.apache.xerces.impl.xpath.regex.RegularExpression | 3 | ['java.lang.String', 'int', 'java.util.Locale'] | 12 | 0 | 27 | 4 | 1 | 317 | 1 | 192 | 143 |
[org.apache.xerces.util.URI].initialize(org.apache.xerces.util.URI,java.lang.String,boolean)
|
org.apache.xerces.util.URI | 3 | ['org.apache.xerces.util.URI', 'java.lang.String', 'boolean'] | 6 | 0 | 96 | 45 | 2 | 75 | 0 | 46 | 35 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
[org.apache.xerces.impl.xs.XSComplexTypeDecl].appendTypeInfo(java.lang.StringBuffer) | 138 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.ObjectFactory].createObject(java.lang.String,java.lang.String,java.lang.String) | 66 | 30 | 45.45% | [] |
[org.apache.xerces.parsers.ObjectFactory].findJarServiceProvider(java.lang.String) | 31 | 9 | 29.03% | [] |
[org.apache.xerces.impl.xs.XSWildcardDecl].performUnionWith(org.apache.xerces.impl.xs.XSWildcardDecl,short) | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSWildcardDecl].performIntersectionWith(org.apache.xerces.impl.xs.XSWildcardDecl,short) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDLoader].getScannerVersion() | 31 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDLoader].setProperty(java.lang.String,java.lang.Object) | 36 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.xerces.impl.dtd.XMLDTDLoader].setLocale(java.util.Locale) | 48 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.html.dom.HTMLTableRowElementImpl].setVAlign(java.lang.String) | 79 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLTableSectionElementImpl].deleteRowX(int) | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSModelImpl].access$100(org.apache.xerces.impl.xs.XSModelImpl) | 65 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSModelImpl].getGlobalElements() | 143 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDAbstractIDConstraintTraverser].traverseIdentityConstraint(org.apache.xerces.impl.xs.identity.IdentityConstraint,org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,java.lang.Object[]) | 81 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.models.SimpleContentModel].validate(org.apache.xerces.xni.QName[],int,int) | 38 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.identity.Field].toString() | 83 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.util.Base64].encode(byte[]) | 46 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.util.Base64].decode(java.lang.String) | 61 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DTDConfiguration].createValidationManager() | 59 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StAXValidatorHelper].access$700(org.apache.xerces.jaxp.validation.StAXValidatorHelper) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StAXValidatorHelper].getCurrentEvent() | 254 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XML11NSDTDValidator].startNamespaceScope(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 54 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.SAXParserFactoryImpl].setXIncludeAware(boolean) | 59 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.JAXPValidatorComponent].reset(org.apache.xerces.xni.parser.XMLComponentManager) | 122 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StreamValidatorHelper].initialize() | 71 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.DocumentBuilderImpl].resetSchemaValidator() | 126 | 0 | 0.0% | [] |
[org.apache.xerces.util.DOMErrorHandlerWrapper].printError(org.w3c.dom.DOMError) | 147 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser].traverseComplexTypeDecl(org.w3c.dom.Element,java.lang.String,java.lang.Object[],org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser].traverseSimpleContent(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 173 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser].traverseComplexContent(org.w3c.dom.Element,boolean,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 139 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser].processComplexContent(org.w3c.dom.Element,boolean,boolean,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.NonValidatingConfiguration].createValidationManager() | 46 | 0 | 0.0% | [] |
[org.apache.xerces.dom.CoreDocumentImpl].getDocumentURI() | 83 | 0 | 0.0% | [] |
[org.apache.xerces.dom.CoreDocumentImpl].importNode(org.w3c.dom.Node,boolean,boolean,java.util.HashMap) | 207 | 0 | 0.0% | [] |
[org.apache.xerces.dom.CoreDocumentImpl].freeNodeListCache(org.apache.xerces.dom.NodeListCache) | 35 | 0 | 0.0% | [] |
[org.apache.xml.serialize.DOMSerializerImpl]._getXmlEncoding(org.w3c.dom.Node) | 484 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.BMPattern].matchesIgnoreCase(char[],int,int) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.BMPattern].matches(java.lang.String,int,int) | 52 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.BMPattern].matchesIgnoreCase(java.lang.String,int,int) | 40 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLAnchorElementImpl].focus() | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLNamespaceBinder].handleStartElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations,boolean) | 62 | 0 | 0.0% | [] |
[org.apache.xerces.util.AugmentationsImpl].toString() | 86 | 4 | 4.651% | [] |
[org.apache.xerces.impl.xs.opti.SchemaParsingConfig].parse(boolean) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DOMNormalizer].getDocumentSource() | 538 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DOMNormalizer].updateQName(org.w3c.dom.Node,org.apache.xerces.xni.QName) | 121 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DOMNormalizer].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.models.XSDFACM].oneTransition(org.apache.xerces.xni.QName,int[],org.apache.xerces.impl.xs.SubstitutionGroupHandler) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.models.XSDFACM].buildDFA(org.apache.xerces.impl.dtd.models.CMNode) | 105 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.models.XSDFACM].calcFollowList(org.apache.xerces.impl.dtd.models.CMNode) | 68 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11Configuration].parse(boolean) | 34 | 16 | 47.05% | [] |
[org.apache.xerces.parsers.XML11Configuration].configureXML11Pipeline() | 60 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDSimpleTypeTraverser].getSimpleType(java.lang.String,org.w3c.dom.Element,java.lang.Object[],org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 136 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.Op].getString() | 37 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DOMParserImpl].newTypeMismatchError(java.lang.String) | 46 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DOMParserImpl].reset() | 411 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DOMParserImpl].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 76 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLOptionElementImpl].setValue(java.lang.String) | 50 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementImpl].getTagName() | 42 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementImpl].setAttributeNS(java.lang.String,java.lang.String,java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementImpl].getXercesAttribute(java.lang.String,java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementImpl].setIdAttributeNode(org.w3c.dom.Attr,boolean) | 56 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementImpl].getDefaultAttributes() | 101 | 0 | 0.0% | [] |
[org.apache.xerces.dom.RangeImpl].getSelectedNode(org.w3c.dom.Node,int) | 368 | 0 | 0.0% | [] |
[org.apache.xerces.dom.RangeImpl].toString() | 93 | 0 | 0.0% | [] |
[org.apache.xerces.dom.RangeImpl].removeNode(org.w3c.dom.Node) | 288 | 0 | 0.0% | [] |
[org.apache.xerces.impl.io.UTF8Reader].read() | 65 | 0 | 0.0% | [] |
[org.apache.xerces.impl.io.UTF8Reader].read(char[],int,int) | 189 | 15 | 7.936% | [] |
[org.apache.xerces.util.XMLAttributesImpl].addAttribute(org.apache.xerces.xni.QName,java.lang.String,java.lang.String) | 60 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLAppletElementImpl].setWidth(java.lang.String) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDGroupTraverser].traverseLocal(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDGroupTraverser].traverseGlobal(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 64 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaLoader].processJAXPSchemaSource(java.util.Hashtable) | 69 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaLoader].initGrammarBucket() | 158 | 2 | 1.265% | [] |
[org.apache.xerces.jaxp.DocumentBuilderFactoryImpl].setFeature(java.lang.String,boolean) | 104 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].access$200(char) | 66 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].save() | 56 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].compare(javax.xml.datatype.XMLGregorianCalendar) | 32 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].parse(java.lang.String) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].add(javax.xml.datatype.Duration) | 114 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].toGregorianCalendar() | 85 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].setFractionalSecond(java.math.BigDecimal) | 84 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl].isDigit(char) | 71 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XMLSerializer].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) | 79 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XMLSerializer].startElement(java.lang.String,org.xml.sax.AttributeList) | 39 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XMLSerializer].startDocument(java.lang.String) | 253 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XMLSerializer].printText(char[],int,int,boolean,boolean) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.SecureProcessingConfiguration].configurePipelineCommon(boolean) | 154 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.SecureProcessingConfiguration].isDebugEnabled() | 131 | 0 | 0.0% | [] |
[org.apache.html.dom.ObjectFactory].findJarServiceProvider(java.lang.String) | 71 | 0 | 0.0% | [] |
[org.apache.html.dom.ObjectFactory].isDebugEnabled() | 31 | 0 | 0.0% | [] |
[org.apache.html.dom.ObjectFactory].findProviderClass(java.lang.String,java.lang.ClassLoader,boolean) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].startGeneralEntity(java.lang.String,org.apache.xerces.xni.XMLResourceIdentifier,java.lang.String,org.apache.xerces.xni.Augmentations) | 36 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].startDocument(org.apache.xerces.xni.XMLLocator,java.lang.String,org.apache.xerces.xni.NamespaceContext,org.apache.xerces.xni.Augmentations) | 42 | 23 | 54.76% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 91 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].characters(org.apache.xerces.xni.XMLString,org.apache.xerces.xni.Augmentations) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].endElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.Augmentations) | 50 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].endGeneralEntity(java.lang.String,org.apache.xerces.xni.Augmentations) | 101 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].internalEntityDecl(java.lang.String,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.Augmentations) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].externalEntityDecl(java.lang.String,org.apache.xerces.xni.XMLResourceIdentifier,org.apache.xerces.xni.Augmentations) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].unparsedEntityDecl(java.lang.String,org.apache.xerces.xni.XMLResourceIdentifier,java.lang.String,org.apache.xerces.xni.Augmentations) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].notationDecl(java.lang.String,org.apache.xerces.xni.XMLResourceIdentifier,org.apache.xerces.xni.Augmentations) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.AbstractDOMParser].attributeDecl(java.lang.String,java.lang.String,java.lang.String,java.lang.String[],java.lang.String,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.Augmentations) | 71 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.DurationImpl].wrap(int) | 226 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.DurationImpl].toString(java.math.BigDecimal) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.datatype.DurationImpl].getInt(javax.xml.datatype.DatatypeConstants$Field) | 119 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StAXEventResultBuilder].access$200(org.apache.xerces.jaxp.validation.StAXEventResultBuilder) | 46 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StAXEventResultBuilder].getNamespaceIterator() | 39 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.ObjectFactory].findJarServiceProvider(java.lang.String) | 71 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.ObjectFactory].findProviderClass(java.lang.String,java.lang.ClassLoader,boolean) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttrNSImpl].setName(java.lang.String,java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttrNSImpl].getPrefix() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLNSDocumentScannerImpl].scanStartElement() | 67 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLNSDocumentScannerImpl].scanStartElementAfterName() | 66 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLNSDocumentScannerImpl].scanAttribute(org.apache.xerces.util.XMLAttributesImpl) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.identity.XPathMatcher].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes) | 61 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DocumentImpl].removeStaleReferences(java.lang.ref.ReferenceQueue,java.util.List) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DocumentImpl].notifyRangesReplacedText(org.apache.xerces.dom.CharacterDataImpl) | 45 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DocumentImpl].getEventListeners(org.apache.xerces.dom.NodeImpl) | 48 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DocumentImpl].dispatchEvent(org.apache.xerces.dom.NodeImpl,org.w3c.dom.events.Event) | 71 | 0 | 0.0% | [] |
[org.apache.xml.serialize.Encodings].getEncodingInfo(java.lang.String,boolean) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11NSDocumentScannerImpl].scanStartElement() | 69 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11NSDocumentScannerImpl].scanStartElementAfterName() | 68 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11NSDocumentScannerImpl].scanAttribute(org.apache.xerces.util.XMLAttributesImpl) | 43 | 0 | 0.0% | [] |
[org.apache.wml.dom.WMLSelectElementImpl].getName() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.dom.CoreDOMImplementationImpl].hasFeature(java.lang.String,java.lang.String) | 252 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XIncludeAwareParserConfiguration].configurePipeline() | 35 | 4 | 11.42% | [] |
[org.apache.xerces.parsers.XIncludeAwareParserConfiguration].configureXML11Pipeline() | 35 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMValidatorHelper].access$300(org.apache.xerces.jaxp.validation.DOMValidatorHelper) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMValidatorHelper].isEntityUnparsed(java.lang.String) | 93 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMValidatorHelper].fillQName(org.apache.xerces.xni.QName,org.w3c.dom.Node) | 42 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMValidatorHelper].getCurrentElement() | 55 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLNSDTDValidator].startNamespaceScope(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 58 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.ValidatorHandlerImpl].access$100(org.apache.xerces.jaxp.validation.ValidatorHandlerImpl) | 84 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.ValidatorHandlerImpl].unparsedEntityDecl(java.lang.String,java.lang.String,java.lang.String,java.lang.String) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.ValidatorHandlerImpl].fillXMLAttribute(org.xml.sax.Attributes,int) | 110 | 0 | 0.0% | [] |
[org.apache.xerces.dom.TextImpl].setIgnorableWhitespace(boolean) | 162 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.DTDGrammar].isEntityDeclared(java.lang.String) | 67 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.DTDGrammar].attributeDecl(java.lang.String,java.lang.String,java.lang.String,java.lang.String[],java.lang.String,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.Augmentations) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.DTDGrammar].getContentSpecAsString(int) | 98 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.DTDGrammar].appendContentSpec(org.apache.xerces.impl.dtd.XMLContentSpec,java.lang.StringBuffer,boolean,int) | 67 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.DTDGrammar].resize(java.lang.String[][][],int) | 118 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.ListDV].getDataLength(java.lang.Object) | 40 | 3 | 7.5% | [] |
[org.apache.xerces.impl.dtd.XMLDTDValidator].addDTDDefaultAttrsAndValidate(org.apache.xerces.xni.QName,int,org.apache.xerces.xni.XMLAttributes) | 92 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDValidator].validateDTDattribute(org.apache.xerces.xni.QName,java.lang.String,org.apache.xerces.impl.dtd.XMLAttributeDecl) | 58 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDValidator].handleStartElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDValidator].handleEndElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.Augmentations,boolean) | 36 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDAttributeTraverser].traverseLocal(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar,org.apache.xerces.impl.xs.XSComplexTypeDecl) | 76 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDAttributeTraverser].traverseNamedAttr(org.w3c.dom.Element,java.lang.Object[],org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar,boolean,org.apache.xerces.impl.xs.XSComplexTypeDecl) | 114 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeepNodeListImpl].nextMatchingElementAfter(org.w3c.dom.Node) | 38 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11DocumentScannerImpl].scanAttributeValue(org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString,java.lang.String,boolean,java.lang.String) | 98 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.SchemaNamespaceSupport].getURI(java.lang.String) | 55 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDocumentFragmentScannerImpl].scanStartElement() | 33 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDocumentFragmentScannerImpl].scanCDATASection(boolean) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDocumentFragmentScannerImpl].getScannerStateName(int) | 146 | 8 | 5.479% | [] |
[org.apache.xerces.impl.xs.traversers.XSDocumentInfo].removeAnnotations() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.REUtil].stripExtendedComment(java.lang.String) | 115 | 1 | 0.869% | [] |
[org.apache.xerces.dom.DOMInputImpl].setCertifiedText(boolean) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DocumentTypeImpl].getTextContent() | 64 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLObjectElementImpl].getContentDocument() | 56 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDDescription].equals(java.lang.Object) | 33 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.DurationDV].parse(java.lang.String,int) | 62 | 0 | 0.0% | [] |
[org.apache.wml.dom.WMLImgElementImpl].getSrc() | 35 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.models.CMBuilder].buildSyntaxTree(org.apache.xerces.impl.xs.XSParticleDecl,boolean) | 38 | 0 | 0.0% | [] |
[org.apache.xml.serialize.SecuritySupport].getLastModified(java.io.File) | 40 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.ElementPSVImpl].copySchemaInformationTo(org.apache.xerces.impl.xs.ElementPSVImpl) | 46 | 13 | 28.26% | [] |
[org.apache.xerces.impl.xs.traversers.XSDNotationTraverser].traverse(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].compile(org.apache.xerces.impl.xpath.regex.Token,org.apache.xerces.impl.xpath.regex.Op,boolean) | 176 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].matches(java.lang.String,int,int,org.apache.xerces.impl.xpath.regex.Match) | 81 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].match(org.apache.xerces.impl.xpath.regex.RegularExpression$Context,org.apache.xerces.impl.xpath.regex.Op,int,int,int) | 209 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].matchAnchor(org.apache.xerces.impl.xpath.regex.RegularExpression$ExpressionTarget,org.apache.xerces.impl.xpath.regex.Op,org.apache.xerces.impl.xpath.regex.RegularExpression$Context,int,int) | 48 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].getWordType(org.apache.xerces.impl.xpath.regex.RegularExpression$ExpressionTarget,int,int,int,int) | 268 | 7 | 2.611% | [] |
[org.apache.xerces.impl.xpath.regex.RegularExpression].prepare() | 34 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ObjectFactory].findJarServiceProvider(java.lang.String) | 71 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ObjectFactory].findProviderClass(java.lang.String,java.lang.ClassLoader,boolean) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.SAXParserImpl].access$500(org.apache.xerces.jaxp.SAXParserImpl) | 60 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.SAXParserImpl].isValidating() | 184 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11NonValidatingConfiguration].addCommonComponent(org.apache.xerces.xni.parser.XMLComponent) | 67 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11NonValidatingConfiguration].parse(boolean) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.StAXSchemaParser].parse(javax.xml.stream.XMLEventReader) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.StAXSchemaParser].parse(javax.xml.stream.XMLStreamReader) | 60 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDAttributeGroupTraverser].traverseGlobal(org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.dom.NamedNodeMapImpl].setNamedItemNS(org.w3c.dom.Node) | 42 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.opti.SchemaDOM].processElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.impl.xs.opti.ElementImpl) | 32 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.opti.SchemaDOM].reset() | 34 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.StAXStreamResultBuilder].getDocumentSource() | 49 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSAnnotationImpl].getNamespace() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMResultBuilder].getDocumentSource() | 67 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.DOMResultBuilder].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 32 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttributeMap].setNamedItem(org.w3c.dom.Node) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttributeMap].setNamedItemNS(org.w3c.dom.Node) | 134 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttributeMap].cloneContent(org.apache.xerces.dom.NamedNodeMapImpl) | 45 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLTextAreaElementImpl].select() | 38 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLTableCellElementImpl].setWidth(java.lang.String) | 73 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDProcessor].attributeDecl(java.lang.String,java.lang.String,java.lang.String,java.lang.String[],java.lang.String,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString,org.apache.xerces.xni.Augmentations) | 70 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.XMLDTDProcessor].endDTD(org.apache.xerces.xni.Augmentations) | 38 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DOMASBuilderImpl].initGrammarPool(org.apache.xerces.dom.ASModelImpl,org.apache.xerces.xni.grammars.XMLGrammarPool) | 60 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].parseSchema(org.apache.xerces.xni.parser.XMLInputSource,org.apache.xerces.impl.xs.XSDDescription,java.util.Hashtable) | 81 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].constructTrees(org.w3c.dom.Element,java.lang.String,org.apache.xerces.impl.xs.XSDDescription,boolean) | 191 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].buildGlobalNameRegistries() | 76 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].traverseSchemas(java.util.ArrayList) | 70 | 1 | 1.428% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].getGlobalDecl(org.apache.xerces.impl.xs.traversers.XSDocumentInfo,int,org.apache.xerces.xni.QName,org.w3c.dom.Element) | 67 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].getGlobalDeclFromGrammar(org.apache.xerces.impl.xs.SchemaGrammar,int,java.lang.String) | 32 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].getSchemaDocument(java.lang.String,org.apache.xerces.util.SAXInputSource,boolean,short,org.w3c.dom.Element) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].getSchemaDocument(java.lang.String,org.apache.xerces.util.DOMInputSource,boolean,short,org.w3c.dom.Element) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].getSchemaDocument(java.lang.String,org.apache.xerces.util.StAXInputSource,boolean,short,org.w3c.dom.Element) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].addGlobalComponent(org.apache.xerces.xs.XSObject,org.apache.xerces.impl.xs.XSDDescription) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].prepareForTraverse() | 59 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].checkForDuplicateNames(java.lang.String,int,java.util.Hashtable,java.util.Hashtable,org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo) | 42 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].renameRedefiningComponents(org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.w3c.dom.Element,java.lang.String,java.lang.String,java.lang.String) | 73 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDHandler].reportSchemaWarning(java.lang.String,java.lang.Object[],org.w3c.dom.Element,java.lang.Exception) | 51 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11DTDConfiguration].addCommonComponent(org.apache.xerces.xni.parser.XMLComponent) | 77 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11DTDConfiguration].parse(boolean) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11DTDConfiguration].configureXML11Pipeline() | 45 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.XML11DTDConfiguration].configurePipeline() | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSLoaderImpl].getParameterNames() | 93 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLImageElementImpl].setWidth(java.lang.String) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool].getGrammar(org.apache.xerces.xni.grammars.XMLGrammarDescription) | 40 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeTextReader].getReader(org.apache.xerces.xni.parser.XMLInputSource) | 73 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeTextReader].parse() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.ValidatorImpl].getAttributePSVIByName(java.lang.String,java.lang.String) | 127 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RangeToken].compactRanges() | 40 | 17 | 42.5% | [] |
[org.apache.xerces.impl.xpath.regex.RangeToken].subtractRanges(org.apache.xerces.impl.xpath.regex.Token) | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RangeToken].intersectRanges(org.apache.xerces.impl.xpath.regex.Token) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RangeToken].complementRanges(org.apache.xerces.impl.xpath.regex.Token) | 54 | 22 | 40.74% | [] |
[org.apache.xerces.impl.xpath.regex.RangeToken].toString(int) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDKeyrefTraverser].traverse(org.w3c.dom.Element,org.apache.xerces.impl.xs.XSElementDecl,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar) | 38 | 0 | 0.0% | [] |
[org.apache.xerces.xpointer.XPointerHandler].parseXPointer(java.lang.String) | 73 | 0 | 0.0% | [] |
[org.apache.xerces.xpointer.XPointerHandler].init() | 179 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].appendChild(int,int) | 59 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].getNodeObject(int) | 53 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].getNodeValueString(int,boolean) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].synchronizeData() | 36 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].synchronizeChildren() | 32 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DeferredDocumentImpl].ensureCapacity(int) | 47 | 18 | 38.29% | [] |
[org.apache.xerces.impl.xs.SchemaGrammar].toXSModel(org.apache.xerces.xni.grammars.XSGrammar[]) | 329 | 84 | 25.53% | [] |
[org.apache.xerces.impl.xs.SchemaGrammar].addDocument(java.lang.Object,java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.DOMParser].parse(java.lang.String) | 64 | 12 | 18.75% | ['parserFuzzer'] |
[org.apache.xerces.impl.dv.xs.DecimalDV].getFractionDigits(java.lang.Object) | 166 | 40 | 24.09% | [] |
[org.apache.xerces.impl.xpath.regex.ParserForXMLSchema].parseCharacterClass(boolean) | 86 | 44 | 51.16% | [] |
[org.apache.xerces.impl.XMLVersionDetector].determineDocVersion(org.apache.xerces.xni.parser.XMLInputSource) | 38 | 5 | 13.15% | [] |
[org.apache.xerces.dom.DOMImplementationSourceImpl].testImpl(org.w3c.dom.DOMImplementation,java.lang.String) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].setRestrictionValues(org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl,java.lang.String,java.lang.String,short,org.apache.xerces.xs.XSObjectList) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].applyFacets(org.apache.xerces.impl.dv.XSFacets,short,short,short,org.apache.xerces.impl.dv.ValidationContext) | 361 | 112 | 31.02% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].checkFacets(org.apache.xerces.impl.dv.ValidatedInfo) | 75 | 21 | 28.00% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].getActualValue(java.lang.Object,org.apache.xerces.impl.dv.ValidationContext,org.apache.xerces.impl.dv.ValidatedInfo,boolean) | 81 | 35 | 43.20% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].normalize(java.lang.Object,short) | 37 | 9 | 24.32% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].getDefinedFacets() | 99 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].getPrimitiveDV(short) | 129 | 7 | 5.426% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].reset() | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].toString() | 78 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl].setAnonymous(boolean) | 48 | 2 | 4.166% | [] |
[org.apache.xml.serialize.ObjectFactory].findJarServiceProvider(java.lang.String) | 155 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.BaseDVFactory].createBuiltInTypes(org.apache.xerces.util.SymbolHash) | 73 | 0 | 0.0% | [] |
[org.apache.xml.serialize.OutputFormat].whichMediaType(java.lang.String) | 33 | 0 | 0.0% | [] |
[org.apache.xml.serialize.OutputFormat].getPreserveEmptyAttributes() | 49 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.models.DFAContentModel].validate(org.apache.xerces.xni.QName[],int,int) | 32 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.models.DFAContentModel].buildDFA(org.apache.xerces.impl.dtd.models.CMNode) | 90 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dtd.models.DFAContentModel].calcFollowList(org.apache.xerces.impl.dtd.models.CMNode) | 62 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.CachingParserPool].createSAXParser() | 57 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSConstraints].fullSchemaChecking(org.apache.xerces.impl.xs.XSGrammarBucket,org.apache.xerces.impl.xs.SubstitutionGroupHandler,org.apache.xerces.impl.xs.models.CMBuilder,org.apache.xerces.impl.XMLErrorReporter) | 78 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSConstraints].particleValidRestriction(org.apache.xerces.impl.xs.XSParticleDecl,org.apache.xerces.impl.xs.SubstitutionGroupHandler,org.apache.xerces.impl.xs.XSParticleDecl,org.apache.xerces.impl.xs.SubstitutionGroupHandler,boolean) | 121 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XSConstraints].checkNameAndTypeOK(org.apache.xerces.impl.xs.XSElementDecl,int,int,org.apache.xerces.impl.xs.XSElementDecl,int,int) | 31 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDocumentScannerImpl].getScannerStateName(int) | 292 | 19 | 6.506% | [] |
[org.apache.xerces.impl.dtd.models.MixedContentModel].validate(org.apache.xerces.xni.QName[],int,int) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.XMLSchemaFactory].propagateFeatures(org.apache.xerces.jaxp.validation.AbstractXMLSchema) | 201 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.Token].getMinLength() | 50 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.Token].analyzeFirstCharacter(org.apache.xerces.impl.xpath.regex.RangeToken,int) | 59 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.Token].findFixedString(org.apache.xerces.impl.xpath.regex.Token$FixedStringContainer,int) | 31 | 5 | 16.12% | [] |
[org.apache.xerces.impl.xpath.regex.Token].getRange(java.lang.String,boolean) | 159 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.Token].getCombiningCharacterSequence() | 214 | 30 | 14.01% | [] |
[org.apache.xerces.parsers.XMLGrammarPreparser].clearModCounts() | 95 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLIFrameElementImpl].getContentDocument() | 33 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].reportResourceError(java.lang.String) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].reset(org.apache.xerces.xni.parser.XMLComponentManager) | 105 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].setProperty(java.lang.String,java.lang.Object) | 32 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.xerces.xinclude.XIncludeHandler].startElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 36 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].emptyElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].handleIncludeElement(org.apache.xerces.xni.XMLAttributes) | 182 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].processAttributes(org.apache.xerces.xni.XMLAttributes) | 71 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].getRelativeBaseURI() | 38 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].copyFeatures1(java.util.Enumeration,java.lang.String,org.apache.xerces.xni.parser.XMLComponentManager,org.apache.xerces.xni.parser.XMLParserConfiguration) | 37 | 0 | 0.0% | [] |
[org.apache.xerces.xinclude.XIncludeHandler].escapeHref(java.lang.String) | 47 | 0 | 0.0% | [] |
[org.apache.wml.dom.WMLDocumentImpl].createElement(java.lang.String) | 52 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.FloatDV].compare(java.lang.Object,java.lang.Object) | 91 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLAreaElementImpl].setTarget(java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.xerces.impl.io.UCSReader].read(char[],int,int) | 49 | 0 | 0.0% | [] |
[org.apache.xerces.dom.TreeWalkerImpl].isSameNode(org.w3c.dom.Node,org.w3c.dom.Node) | 175 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.DoubleDV].isPossibleFP(java.lang.String) | 96 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLScriptElementImpl].setType(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityManager].startEntity(java.lang.String,boolean) | 77 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityManager].setupCurrentEntity(java.lang.String,org.apache.xerces.xni.parser.XMLInputSource,boolean,boolean) | 138 | 45 | 32.60% | [] |
[org.apache.xerces.impl.XMLEntityManager].reset(org.apache.xerces.xni.parser.XMLComponentManager) | 47 | 25 | 53.19% | [] |
[org.apache.xerces.impl.XMLEntityManager].getUserDir() | 51 | 23 | 45.09% | [] |
[org.apache.xerces.impl.XMLEntityManager].expandSystemIdStrictOff(java.lang.String,java.lang.String) | 47 | 10 | 21.27% | [] |
[org.apache.xerces.impl.XMLEntityManager].createReader(java.io.InputStream,java.lang.String,java.lang.Boolean) | 41 | 2 | 4.878% | [] |
[org.apache.xerces.impl.XMLEntityManager].print(org.apache.xerces.impl.XMLEntityManager$ScannedEntity) | 287 | 101 | 35.19% | [] |
[org.apache.xerces.util.EncodingMap].removeJava2IANAMapping(java.lang.String) | 424 | 0 | 0.0% | [] |
[org.apache.xml.serialize.TextSerializer].startDocument(java.lang.String) | 38 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLdtd].initialize() | 37 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLdtd].isElement(java.lang.String,int) | 81 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ASModelImpl].getInternalASModels() | 81 | 0 | 0.0% | [] |
[org.apache.xerces.dom.NodeIteratorImpl].detach() | 56 | 0 | 0.0% | [] |
[org.apache.wml.dom.WMLInputElementImpl].getName() | 38 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.ObjectFactory].findJarServiceProvider(java.lang.String) | 71 | 3 | 4.225% | [] |
[org.apache.xerces.impl.dv.ObjectFactory].findProviderClass(java.lang.String,java.lang.ClassLoader,boolean) | 53 | 6 | 11.32% | [] |
[org.apache.html.dom.HTMLInputElementImpl].click() | 62 | 0 | 0.0% | [] |
[org.apache.xerces.dom.ElementNSImpl].setName(java.lang.String,java.lang.String) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.util.DOMUtil].createLSException(short,java.lang.Throwable) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.util.DOMUtil].isHidden(org.w3c.dom.Node,java.util.Hashtable) | 145 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanNmtoken() | 45 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanName() | 77 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanNCName() | 77 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanQName(org.apache.xerces.xni.QName) | 107 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanContent(org.apache.xerces.xni.XMLString) | 70 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanLiteral(int,org.apache.xerces.xni.XMLString) | 71 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].scanData(java.lang.String,org.apache.xerces.util.XMLStringBuffer) | 122 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XML11EntityScanner].skipSpaces() | 46 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.identity.Selector].toString() | 46 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSAttributeChecker].normalize(java.lang.String,short) | 411 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSAttributeChecker].checkAttributes(org.w3c.dom.Element,boolean,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,boolean) | 90 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSAttributeChecker].validate(java.lang.Object[],java.lang.String,java.lang.String,int,org.apache.xerces.impl.xs.traversers.XSDocumentInfo) | 178 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSAttributeChecker].reportSchemaError(java.lang.String,java.lang.Object[],org.w3c.dom.Element) | 55 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSAttributeChecker].resolveNamespace(org.w3c.dom.Element,org.w3c.dom.Attr[],org.apache.xerces.impl.xs.SchemaNamespaceSupport) | 46 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttrImpl].setValue(java.lang.String) | 51 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttrImpl].internalInsertBefore(org.w3c.dom.Node,org.w3c.dom.Node,boolean) | 74 | 0 | 0.0% | [] |
[org.apache.xerces.dom.AttrImpl].internalRemoveChild(org.w3c.dom.Node,boolean) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.PrecisionDecimalDV].isIdentical(java.lang.Object,java.lang.Object) | 139 | 1 | 0.719% | [] |
[org.apache.xerces.impl.xs.AttributePSVImpl].getSchemaDefault() | 38 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.util.XSNamedMapImpl].entrySet() | 37 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.FilePathToURI].filepath2URI(java.lang.String) | 41 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDElementTraverser].traverseLocal(org.apache.xerces.impl.xs.XSParticleDecl,org.w3c.dom.Element,org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar,int,org.apache.xerces.xs.XSObject,java.lang.String[]) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.traversers.XSDElementTraverser].traverseNamedElement(org.w3c.dom.Element,java.lang.Object[],org.apache.xerces.impl.xs.traversers.XSDocumentInfo,org.apache.xerces.impl.xs.SchemaGrammar,boolean,org.apache.xerces.xs.XSObject) | 146 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanElementDecl() | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanMixed(java.lang.String) | 31 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanChildren(java.lang.String) | 74 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanAttlistDecl() | 41 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanAttType(java.lang.String,java.lang.String) | 62 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanEntityDecl() | 99 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanEntityValue(org.apache.xerces.xni.XMLString,org.apache.xerces.xni.XMLString) | 66 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanNotationDecl() | 34 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanConditionalSect(int) | 62 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLDTDScannerImpl].scanDecls(boolean) | 47 | 0 | 0.0% | [] |
[org.apache.xerces.parsers.IntegratedParserConfiguration].configurePipeline() | 52 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DOMConfigurationImpl].newTypeMismatchError(java.lang.String) | 75 | 0 | 0.0% | [] |
[org.apache.xerces.dom.DOMConfigurationImpl].getLocale() | 232 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.xerces.dom.DOMConfigurationImpl].checkProperty(java.lang.String) | 34 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.xerces.xpointer.ElementSchemePointer].parseXPointer(java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xerces.xpointer.ElementSchemePointer].matchChildSequence(org.apache.xerces.xni.QName,int) | 35 | 0 | 0.0% | [] |
[org.apache.xerces.xpointer.ElementSchemePointer].init() | 110 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLDocumentImpl].getDocumentElement() | 99 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLDocumentImpl].createAttribute(java.lang.String) | 33 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLDocumentImpl].populateElementTypes() | 67 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLTableElementImpl].deleteRow(int) | 135 | 0 | 0.0% | [] |
[org.apache.xml.serialize.EncodingInfo].isPrintable0(char) | 34 | 0 | 0.0% | [] |
[org.apache.xml.serialize.EncodingInfo].testJavaEncodingName(java.lang.String) | 36 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLCollectionImpl].getLength(org.w3c.dom.Element) | 39 | 0 | 0.0% | [] |
[org.apache.html.dom.HTMLCollectionImpl].collectionMatch(org.w3c.dom.Element,java.lang.String) | 43 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityScanner].scanQName(org.apache.xerces.xni.QName) | 50 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityScanner].scanContent(org.apache.xerces.xni.XMLString) | 62 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityScanner].scanLiteral(int,org.apache.xerces.xni.XMLString) | 63 | 0 | 0.0% | [] |
[org.apache.xerces.impl.XMLEntityScanner].scanData(java.lang.String,org.apache.xerces.util.XMLStringBuffer) | 93 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].next() | 92 | 26 | 28.26% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].processCondition() | 40 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].processModifiers() | 31 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].parseFactor() | 60 | 29 | 48.33% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].parseAtom() | 50 | 11 | 22.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].parseCharacterClass(boolean) | 100 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.regex.RegexParser].decodeEscaped() | 82 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].access$100(org.apache.xerces.impl.xs.XMLSchemaValidator,org.apache.xerces.impl.xs.identity.IdentityConstraint) | 81 | 41 | 50.61% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].ensureStackCapacity() | 33 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].normalizeWhitespace(org.apache.xerces.xni.XMLString,boolean) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].handleStartElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.xni.Augmentations) | 206 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].handleEndElement(org.apache.xerces.xni.QName,org.apache.xerces.xni.Augmentations) | 85 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].findSchemaGrammar(short,java.lang.String,org.apache.xerces.xni.QName,org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].processAttributes(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.impl.xs.XSAttributeGroupDecl) | 74 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].processOneAttribute(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,int,org.apache.xerces.impl.xs.XSAttributeDecl,org.apache.xerces.impl.xs.XSAttributeUseImpl,org.apache.xerces.impl.xs.AttributePSVImpl) | 38 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].addDefaultAttributes(org.apache.xerces.xni.QName,org.apache.xerces.xni.XMLAttributes,org.apache.xerces.impl.xs.XSAttributeGroupDecl) | 37 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].processElementContent(org.apache.xerces.xni.QName) | 57 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].elementLocallyValidComplexType(org.apache.xerces.xni.QName,java.lang.Object) | 39 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xs.XMLSchemaValidator].expectedStr(java.util.Vector) | 417 | 22 | 5.275% | [] |
[org.apache.xerces.impl.xpath.XPath].parseExpression(org.apache.xerces.xni.NamespaceContext) | 74 | 0 | 0.0% | [] |
[org.apache.xerces.impl.xpath.XPath].parseNodeTest(int,org.apache.xerces.impl.xpath.XPath$Tokens,org.apache.xerces.xni.NamespaceContext) | 697 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager].setPropertyDefaults(org.apache.xerces.xni.parser.XMLComponent,java.lang.String[]) | 44 | 0 | 0.0% | [] |
[org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager].getLocale() | 46 | 0 | 0.0% | ['parserFuzzer'] |
[org.apache.xerces.impl.xs.XSAttributeGroupDecl].validRestrictionOf(java.lang.String,org.apache.xerces.impl.xs.XSAttributeGroupDecl) | 57 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLSerializer].startElement(java.lang.String,java.lang.String,java.lang.String,org.xml.sax.Attributes) | 93 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLSerializer].endElementIO(java.lang.String,java.lang.String,java.lang.String) | 34 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLSerializer].startElement(java.lang.String,org.xml.sax.AttributeList) | 60 | 0 | 0.0% | [] |
[org.apache.xml.serialize.HTMLSerializer].startDocument(java.lang.String) | 107 | 0 | 0.0% | [] |
[org.apache.xerces.impl.dv.xs.FullDVFactory].createBuiltInTypes(org.apache.xerces.util.SymbolHash) | 56 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XML11Serializer].characters(char[],int,int) | 36 | 0 | 0.0% | [] |
[org.apache.xml.serialize.XML11Serializer].printEscaped(java.lang.String) | 55 | 0 | 0.0% | [] |
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
org.apache.xerces.impl.dtd.XMLNSDTDValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDAttributeGroupTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath$Axis | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDSimpleTypeTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.xni.parser.XMLParseException | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLAElementImpl | [] | [] |
org.apache.xerces.impl.dtd.DTDGrammar | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DateTimeDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLNSDocumentScannerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSCMLeaf | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDAbstractIDConstraintTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDelegate | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSComplexTypeDecl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDComplexTypeTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.EndElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl | [] | [] |
org.apache.html.dom.HTMLTableCellElementImpl | [] | [] |
org.apache.xerces.jaxp.validation.DOMValidatorHelper | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDElementTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.LSInputListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLResourceIdentifierImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLDOMImplementationImpl | [] | [] |
org.apache.xml.serialize.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredAttrImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDUniqueOrKeyTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.IntegerDV | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLFormElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.AbstractDOMParser$Abort | [] | [] |
org.apache.xerces.jaxp.UnparsedEntityHandler | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.ElementSchemePointer$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ProcessingInstructionImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLAnchorElementImpl | [] | [] |
org.apache.xerces.impl.dv.ObjectFactory$ConfigurationError | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSParticleDecl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLDOMImplementationImpl | [] | [] |
org.apache.xerces.impl.xpath.regex.ParseException | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$ConditionToken | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.SchemaValidatorConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$ValidationContextImpl | ['parserFuzzer'] | [] |
org.apache.xml.serialize.XML11Serializer | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMErrorImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSCMBinOp | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.Base64BinaryDV | ['parserFuzzer'] | [] |
org.apache.xml.serialize.EncodingInfo$CharsetMethods | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerHandler | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.FloatDV$XFloat | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$RewindableInputStream | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.CachingParserPool$SynchronizedGrammarPool | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.KeyRef | ['parserFuzzer'] | [] |
org.apache.xerces.dom.RangeImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLImageElementImpl | [] | [] |
org.apache.wml.dom.WMLSelectElementImpl | [] | [] |
org.apache.html.dom.HTMLCollectionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$CharToken | ['parserFuzzer'] | [] |
org.apache.xerces.dom.TreeWalkerImpl | [] | [] |
org.apache.xerces.impl.XMLErrorReporter$1 | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$1 | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.IDREFDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XML11EntityScanner | ['parserFuzzer'] | [] |
org.apache.xml.serialize.HTMLSerializer | ['parserFuzzer'] | [] |
org.apache.xerces.impl.validation.ValidationManager | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.DatatypeException | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.events.EventImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RangeToken | ['parserFuzzer'] | [] |
org.apache.xerces.util.DOMEntityResolverWrapper | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLAreaElementImpl | [] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$SAX2XNI | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSElementDecl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLScriptElementImpl | [] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$XPathMatcherStack | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDTDScannerImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$ByteBufferPool | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression$ClosureContext | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMImplementationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLNamespaceBinder | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DOMParserImpl$NullLSParserFilter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.DefaultElement | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDAttributeTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.DTDGrammar$QNameHashtable$PrimeNumberSequenceGenerator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$ConcatToken | ['parserFuzzer'] | [] |
org.apache.xerces.util.StAXLocationWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.util.URI | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSEmptyCM | ['parserFuzzer'] | [] |
org.apache.xerces.stax.DefaultNamespaceContext | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DurationDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$ExternalEntity | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLFieldsetElementImpl | [] | [] |
org.apache.xerces.jaxp.validation.XMLSchemaFactory | [] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.ValidatedInfo | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLInputElementImpl | [] | [] |
org.apache.xerces.stax.events.EndDocumentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.DOMUtil | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaGrammar$XSAnyType | ['parserFuzzer'] | [] |
org.apache.xerces.dom.NotationImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLWmlElementImpl | [] | [] |
org.apache.xerces.util.XML11Char | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSModelImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.ParserForXMLSchema | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl$ResolutionForwarder | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.ListDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolImplExtension | [] | [] |
org.apache.xerces.impl.xpath.XPath$Scanner | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSConstraints$1 | [] | [] |
org.apache.xerces.impl.xs.opti.ElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$DraconianErrorHandler | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.XMLSchemaValidatorComponentManager | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.DefaultDocument | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLStyleElementImpl | [] | [] |
org.apache.xml.serialize.Printer | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXValidatorHelper$XMLStreamReaderLocation | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.Constants | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLOptGroupElementImpl | [] | [] |
org.apache.xml.serialize.DOMSerializerImpl$DocumentMethods | [] | [] |
org.apache.xerces.parsers.CachingParserPool$ShadowedGrammarPool | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.QNameDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SubstitutionGroupHandler | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaNamespaceSupport$SchemaRootContext | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.HexBinaryDV$XHex | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLOptgroupElementImpl | [] | [] |
org.apache.xerces.xinclude.SecuritySupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath$1 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLBaseFontElementImpl | [] | [] |
org.apache.xerces.impl.dtd.XML11DTDProcessor | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLTrElementImpl | [] | [] |
org.apache.html.dom.HTMLTableElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLLocatorWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDHandler$XSDKey | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.FloatDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaGrammar$Schema4Annotations | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl | [] | [] |
org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool$Entry | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLMapElementImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLMetaElementImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.util.Base64 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.StringDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDHandler | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLNoopElementImpl | [] | [] |
org.apache.xerces.impl.io.UCSReader | ['parserFuzzer'] | [] |
org.apache.xerces.util.NamespaceSupport$Prefixes | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLOneventElementImpl | [] | [] |
org.apache.xerces.stax.DefaultNamespaceContext$1 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ParentNode$1 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredProcessingInstructionImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLSelectElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerHandler$Tokens | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.SerializedDuration | [] | [] |
org.apache.xerces.impl.io.Latin1Reader | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLDocumentImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLTableElementImpl | [] | [] |
org.apache.xerces.dom.PSVIElementNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMLocatorImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLPElementImpl | [] | [] |
org.apache.html.dom.HTMLIFrameElementImpl | [] | [] |
org.apache.xerces.xinclude.MultipleScopeNamespaceSupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSCMUniOp | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.ObjectFactory$ConfigurationError | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredElementNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.EmptyXMLSchema | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.AnySimpleDV | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.AbstractDOMParser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression$CharacterIteratorTarget | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.EntityDeclarationImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLIsIndexElementImpl | [] | [] |
org.apache.xml.serialize.IndentPrinter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DoubleDV$XDouble | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecureProcessingConfiguration$InternalEntityMonitor | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.util.HexBin | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$CharOp | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.StringListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.DraconianErrorHandler | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.DOMResultBuilder | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$5 | [] | [] |
org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSGrammarBucket | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.SimpleXMLSchema | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.SchemaContentHandler | ['parserFuzzer'] | [] |
org.apache.xerces.impl.io.UTF8Reader | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.DOMResultAugmentor | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityScanner$1 | [] | [] |
org.apache.xml.serialize.XHTMLSerializer | [] | [] |
org.apache.xerces.jaxp.validation.XMLSchemaFactory$XMLGrammarPoolWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredCDATASectionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLDListElementImpl | [] | [] |
org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.ObjectListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.CommentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSDDescription | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XMLElementDecl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$1 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredDOMImplementationImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLPrevElementImpl | [] | [] |
org.apache.xerces.impl.io.MalformedByteSequenceException | ['parserFuzzer'] | [] |
org.apache.xerces.dom.CharacterDataImpl$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XML11DTDValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLCardElementImpl | [] | [] |
org.apache.xerces.impl.xpath.XPath$LocationPath | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredEntityImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xni.parser.XMLConfigurationException | ['parserFuzzer'] | [] |
org.apache.xerces.util.HTTPInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DocumentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XML11NSDTDValidator | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerHandler$Scanner | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.ObjectFactory | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLStrongElementImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$5 | [] | [] |
org.apache.xerces.stax.events.ProcessingInstructionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.TimeDV | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.DefaultValidationErrorHandler | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.SAXParserFactoryImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDHandler$SAX2XNIUtil | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression$Context | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.StandardParserConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$ValueStoreCache | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DOMASBuilderImpl | [] | [] |
org.apache.xerces.impl.xs.traversers.XSDWildcardTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.models.SimpleContentModel | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.SecuritySupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.SimpleLocator | ['parserFuzzer'] | [] |
org.apache.xerces.dom.EntityImpl | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.EntityReferenceImpl | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.ElementImpl$NoRemoveIterator | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.DTDImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.CaseInsensitiveMap | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.SchemaDOMParser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.SchemaDOMParser$BooleanStack | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSAllCM | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$ModifierOp | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSLoaderImpl | [] | [] |
org.apache.xerces.dom.DeferredElementDefinitionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.NonValidatingConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XMLGrammarPreparser | [] | [] |
org.apache.xerces.dom.DOMImplementationSourceImpl | [] | [] |
org.apache.xerces.impl.dtd.XMLDTDDescription | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaException | ['parserFuzzer'] | [] |
org.apache.xerces.xni.parser.XMLInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLGrammarPoolImpl$Entry | ['parserFuzzer'] | [] |
org.apache.html.dom.ObjectFactory$ConfigurationError | [] | [] |
org.apache.html.dom.HTMLTableSectionElementImpl | ['parserFuzzer'] | [] |
org.apache.xml.serialize.XMLSerializer | ['parserFuzzer'] | [] |
org.apache.xerces.dom.CommentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.DOMErrorHandlerWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XML11NamespaceBinder | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLGrammarPoolImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport | [] | [] |
org.apache.xerces.parsers.IntegratedParserConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLOptionElementImpl | [] | [] |
org.apache.xerces.xinclude.XIncludeHandler$Notation | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.ObjectFactory$ConfigurationError | ['parserFuzzer'] | [] |
org.apache.xerces.dom.PSVIDOMImplementationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredEntityReferenceImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLBElementImpl | [] | [] |
org.apache.xerces.impl.XMLEntityManager$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.DTDGrammarBucket | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLImgElementImpl | [] | [] |
org.apache.xerces.jaxp.validation.WeakReferenceXMLSchema | [] | [] |
org.apache.xerces.impl.XML11NSDocumentScannerImpl$NS11ContentDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.util.AugmentationsImpl$LargeContainer | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$DaysInMonth | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.models.CMLeaf | ['parserFuzzer'] | [] |
org.apache.xerces.dom.AttributeMap | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DOMParser | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXValidatorHelper$StreamHelper | [] | [] |
org.apache.xerces.dom.DOMOutputImpl | [] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeepNodeListImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLTableRowElementImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLPostfieldElementImpl | [] | [] |
org.apache.xerces.impl.validation.ConfigurableValidationState | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.ReadOnlyGrammarPool | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecureProcessingConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.StringDV | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl$XMLSchemaTypeInfoProvider | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.TeeXMLDocumentFilterImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.AnyURIDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.XSFacets | ['parserFuzzer'] | [] |
org.apache.xerces.util.AugmentationsImpl$SmallContainer$SmallContainerKeyEnumeration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XIntPool | ['parserFuzzer'] | [] |
parserFuzzer | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$5 | [] | [] |
org.apache.xerces.impl.xs.util.XSObjectListImpl$XSObjectListIterator | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMXSImplementationSourceImpl | [] | [] |
org.apache.html.dom.HTMLTableColElementImpl | [] | [] |
org.apache.xerces.util.EncodingMap | ['parserFuzzer'] | [] |
org.apache.xerces.util.SAXInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLStringBuffer | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLHRElementImpl | [] | [] |
org.apache.xerces.impl.dtd.models.CMStateSet | ['parserFuzzer'] | [] |
org.apache.xerces.util.SynchronizedSymbolTable | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSWildcardDecl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$5 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.CoreDocumentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.io.UTF16Reader | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XML11NSDocumentScannerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XIncludeHandler$UnparsedEntity | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$UnionOp | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath$NodeTest | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$4 | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLRefreshElementImpl | [] | [] |
org.apache.xerces.impl.xs.traversers.LargeContainer | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLFrameElementImpl | [] | [] |
org.apache.xerces.util.NamespaceSupport | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredNotationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.ShortListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XMLDTDValidator | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLTitleElementImpl | [] | [] |
org.apache.xerces.impl.xs.XSMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.REUtil | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLModElementImpl | [] | [] |
org.apache.xerces.dom.ObjectFactory$ConfigurationError | [] | [] |
org.apache.xerces.dom.events.UIEventImpl | [] | [] |
org.apache.xml.serialize.TextSerializer | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression$StringTarget | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.Selector | ['parserFuzzer'] | [] |
org.apache.xerces.impl.io.ASCIIReader | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLPreElementImpl | [] | [] |
org.apache.xerces.impl.dtd.XMLContentSpec | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.ElementSchemePointer$Scanner | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$2 | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.ExtendedSchemaDVFactoryImpl | [] | [] |
org.apache.xerces.jaxp.validation.JAXPValidationMessageFormatter | [] | [] |
org.apache.xerces.dom.DeferredDocumentTypeImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DOMParserImpl$AbortHandler | ['parserFuzzer'] | [] |
org.apache.xerces.util.ErrorHandlerWrapper$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.FilePathToURI | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XIncludeAwareParserConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSAttributeUseImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DayTimeDurationDV | ['parserFuzzer'] | [] |
org.apache.xerces.dom.PSVIAttrNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.PSVIErrorList | ['parserFuzzer'] | [] |
org.apache.xml.serialize.Encodings | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$3 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSDeclarationPool | ['parserFuzzer'] | [] |
org.apache.xerces.xni.XNIException | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.ValidatorHandlerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$UnionToken | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ASDOMImplementationImpl | [] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$KeyRefValueStore | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.QNameDV$XQName | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ElementNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLErrorReporter | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLParamElementImpl | [] | [] |
org.apache.xerces.impl.xs.opti.NodeImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath$Step | ['parserFuzzer'] | [] |
org.apache.xerces.util.AttributesProxy | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSObjectListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLEntityDescriptionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.ShortHandPointer | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLBaseElementImpl | [] | [] |
org.apache.xerces.impl.dv.xs.DayDV | ['parserFuzzer'] | [] |
org.apache.xerces.util.SoftReferenceSymbolTable | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XIncludeMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXValidatorHelper | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.BMPattern | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.SchemaDOM | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDNotationTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.SoftReferenceGrammarPool | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.YearDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XMLDTDProcessor | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLGoElementImpl | [] | [] |
org.apache.xerces.util.AugmentationsImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$ModifierToken | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.IDDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSNamedMap4Types | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SerializerFactoryImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.BaseDVFactory | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.StartElementImpl$1 | [] | [] |
org.apache.xerces.parsers.XML11NonValidatingConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DateDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.DoubleDV | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.SAXParserImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLObjectElementImpl | [] | [] |
org.apache.xerces.impl.msg.XMLMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$ChildOp | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLFrameSetElementImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSAttributeDecl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.ElementPSVImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMConfigurationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.stax.XMLEventFactoryImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLBRElementImpl | [] | [] |
org.apache.xerces.impl.xs.XSAnnotationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.Constants$ArrayEnumeration | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.ElementSchemePointer | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLTextAreaElementImpl | [] | [] |
org.apache.xerces.impl.xs.AttributePSVImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLHeadElementImpl | [] | [] |
org.apache.xerces.impl.dtd.models.CMUniOp | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DocumentTypeImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.CollectionIndex | [] | [] |
org.apache.xerces.parsers.ObjectFactory | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$8 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredDocumentImpl$IntVector | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSModelImpl$XSNamespaceItemListIterator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$CharacterBufferPool | ['parserFuzzer'] | [] |
org.apache.xerces.dom.events.MouseEventImpl | [] | [] |
org.apache.html.dom.HTMLInputElementImpl | [] | [] |
org.apache.html.dom.HTMLTableCaptionElementImpl | [] | [] |
org.apache.xerces.impl.xs.XSModelGroupImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMNormalizer$1 | [] | [] |
org.apache.xerces.impl.xs.util.XSObjectListImpl$1 | ['parserFuzzer'] | [] |
org.apache.xerces.util.DOMUtil$ThrowableMethods | [] | [] |
org.apache.xerces.impl.xs.XMLSchemaLoader$LocationArray | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XMLGrammarCachingConfiguration | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.StartDocumentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.AbstractDateTimeDV$DateTimeData | ['parserFuzzer'] | [] |
org.apache.xml.serialize.DOMSerializerImpl | [] | [] |
org.apache.html.dom.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSDFACM$Occurence | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.TypeValidator$1 | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport | [] | [] |
org.apache.xerces.dom.SecuritySupport$5 | [] | [] |
org.apache.xerces.impl.dv.xs.AnyAtomicDV | ['parserFuzzer'] | [] |
org.apache.xerces.util.AugmentationsImpl$SmallContainer | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerErrorHandler | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.DocumentBuilderImpl | [] | [] |
org.apache.wml.dom.WMLAccessElementImpl | [] | [] |
org.apache.xerces.impl.dtd.models.DFAContentModel | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.Version | [] | [] |
org.apache.xerces.impl.dv.xs.Base64BinaryDV$XBase64 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLOptionElementImpl | [] | [] |
org.apache.xerces.impl.dv.xs.MonthDayDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSCMRepeatingLeaf | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl | [] | [] |
org.apache.xerces.dom.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.TextImpl | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.NamespaceImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.ObjectFactory | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLLegendElementImpl | [] | [] |
org.apache.xerces.dom.DOMStringListImpl | [] | [] |
org.apache.xerces.impl.dv.xs.DecimalDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDAbstractParticleTraverser$ParticleArray | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.MonthDV | ['parserFuzzer'] | [] |
org.apache.xml.serialize.EncodingInfo$CharToByteConverterMethods | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.YearMonthDurationDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$1$1 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLLinkElementImpl | [] | [] |
org.apache.xerces.impl.xs.util.XSInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.PrecisionDecimalDV | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaNamespaceSupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.RegularExpression$CharArrayTarget | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.models.CMBinOp | ['parserFuzzer'] | [] |
org.apache.xerces.stax.EmptyLocation | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$NamespaceIterator | ['parserFuzzer'] | [] |
org.apache.xerces.util.JAXPNamespaceContextWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.util.ShadowedSymbolTable | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLLabelElementImpl | [] | [] |
org.apache.wml.dom.WMLIElementImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMImplementationListImpl | [] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$2 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLParagraphElementImpl | [] | [] |
org.apache.xerces.parsers.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLElementImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLFontElementImpl | [] | [] |
org.apache.xerces.impl.xs.traversers.XSDGroupTraverser | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLBodyElementImpl | [] | [] |
org.apache.xerces.dom.AttrNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.DefaultNode | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSNamedMapImpl$XSNamedMapEntry | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.AttrImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath$Tokens | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XMLDTDLoader | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XML11DTDScannerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$ScannedEntity | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.DurationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.BalancedDTDGrammar | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLTimerElementImpl | [] | [] |
org.apache.html.dom.SecuritySupport$5 | [] | [] |
org.apache.xerces.impl.dtd.DTDGrammar$QNameHashtable | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSImplementationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.DatatypeMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.CMNodeFactory | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$InternalEntity | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.EntityDV | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXStreamResultBuilder | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMInputImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ASModelImpl | [] | [] |
org.apache.xerces.xinclude.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.ElementSchemePointer$Tokens | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLErrorCode | ['parserFuzzer'] | [] |
org.apache.xerces.util.IntStack | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.CachingParserPool | [] | [] |
org.apache.xerces.impl.xs.opti.NamedNodeMapImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.DOMInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.HexBinaryDV | ['parserFuzzer'] | [] |
org.apache.xerces.util.SAXMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StreamValidatorHelper | [] | [] |
org.apache.xerces.dom.CDATASectionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.LocatorProxy | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLHeadingElementImpl | [] | [] |
org.apache.xerces.impl.dv.xs.BooleanDV | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$3 | [] | [] |
org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XML11DocumentScannerImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLBrElementImpl | [] | [] |
org.apache.xerces.impl.xpath.regex.RegexParser | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.CharactersImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.StAXInputSource | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSAttributeGroupDecl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredCommentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$ParenToken | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XIncludeTextReader | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLDoElementImpl | [] | [] |
org.apache.xerces.util.DOMErrorHandlerWrapper$DOMErrorTypeMap | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$ElementStack | ['parserFuzzer'] | [] |
org.apache.xerces.dom.PSVIDocumentImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLDivElementImpl | [] | [] |
org.apache.xerces.util.SymbolHash$Entry | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$KeyValueStore | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ObjectFactory | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLHtmlElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.SerializedXMLGregorianCalendar | [] | [] |
org.apache.xerces.util.XMLAttributesImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLTemplateElementImpl | [] | [] |
org.apache.xerces.impl.XMLVersionDetector | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XIncludeParserConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.dom.EntityReferenceImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.DefaultText | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ElementDefinitionImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerHandler$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaLoader | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSConstraints | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDHandler$XSAnnotationGrammarPool | ['parserFuzzer'] | [] |
org.apache.xerces.util.DefaultErrorHandler | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$ShortVector | ['parserFuzzer'] | [] |
org.apache.xml.serialize.ObjectFactory | [] | [] |
org.apache.xerces.dom.AttrImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$XSMVFacetImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator | ['parserFuzzer'] | [] |
org.apache.xerces.stax.ImmutableLocation | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSNamedMapImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.FullDVFactory | [] | [] |
org.apache.xerces.util.SymbolHash | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XPointerParserConfiguration | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLEmElementImpl | [] | [] |
org.apache.xerces.impl.xs.identity.Field | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.JAXPValidatorComponent$XNI2SAX | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLDirectoryElementImpl | [] | [] |
org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLTdElementImpl | [] | [] |
org.apache.xml.serialize.HTMLdtd | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$ClosureToken | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.models.MixedContentModel | ['parserFuzzer'] | [] |
org.apache.html.dom.NameNodeListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDKeyrefTraverser | ['parserFuzzer'] | [] |
org.apache.xerces.util.SoftReferenceSymbolTable$SREntry | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.XMLAttributeDecl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLSetvarElementImpl | [] | [] |
org.apache.xerces.impl.dv.xs.ListDV | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLAppletElementImpl | [] | [] |
org.apache.xerces.dom.CoreDOMImplementationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.UnionDV | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.xerces.xpointer.XPointerMessageFormatter | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DocumentFragmentImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.XPathMatcher | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMNormalizer$XMLAttributesProxy | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Match | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$XSFacetImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XML11Configuration | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.IDDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLHeadElementImpl | [] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$LocalIDKey | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.SmallContainer | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinSchemaGrammar | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor$InputStreamMonitor | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$StringOp | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.NotationDeclarationImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DOMParserImpl | ['parserFuzzer'] | [] |
org.apache.xerces.util.SAXLocatorWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaGrammar$BuiltinAttrDecl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder | ['parserFuzzer'] | [] |
org.apache.xml.serialize.OutputFormat | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.Field$XPath | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.Selector$XPath | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.SchemaDOMImplementation | ['parserFuzzer'] | [] |
org.apache.xerces.dom.NodeIteratorImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.YearMonthDV | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$3 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.SchemaGrammar | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLBigElementImpl | [] | [] |
org.apache.xerces.impl.xs.traversers.StAXSchemaParser | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSNotationDecl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Op$RangeOp | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPathException | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.Util | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.traversers.XSDocumentInfo | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLDocumentImpl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLUElementImpl | [] | [] |
org.apache.xml.serialize.SecuritySupport$7 | ['parserFuzzer'] | [] |
org.apache.xerces.stax.DefaultNamespaceContext$2 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredTextImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.opti.SchemaParsingConfig | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXEventResultBuilder$AttributeIterator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XSGrammarPool | [] | [] |
org.apache.xerces.dom.DeferredDocumentImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLMetaElementImpl | [] | [] |
org.apache.xerces.impl.validation.ValidationState | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLOListElementImpl | [] | [] |
org.apache.xerces.impl.dtd.XMLEntityDecl | ['parserFuzzer'] | [] |
org.apache.xml.serialize.ObjectFactory$ConfigurationError | [] | [] |
org.apache.xerces.impl.dtd.XMLSimpleType | ['parserFuzzer'] | [] |
org.apache.xerces.util.SymbolTable | ['parserFuzzer'] | [] |
org.apache.xerces.util.PrimeNumberSequenceGenerator | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dtd.models.CMAny | ['parserFuzzer'] | [] |
org.apache.xerces.xni.QName | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.Selector$Matcher | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLBuilder | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLUListElementImpl | [] | [] |
org.apache.xerces.impl.xs.util.XInt | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.identity.Field$Matcher | ['parserFuzzer'] | [] |
org.apache.xerces.dom.ElementImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DOMNormalizer | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityManager$CharacterBuffer | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.XSDFACM | ['parserFuzzer'] | [] |
org.apache.xml.serialize.SecuritySupport$6 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSGroupDecl | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLSmallElementImpl | [] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl$XMLDeclDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XSLoaderImpl$XSGrammarMerger | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.XMLSchema | [] | [] |
org.apache.xerces.impl.xpath.regex.Token | ['parserFuzzer'] | [] |
org.apache.xerces.dom.LCount | ['parserFuzzer'] | [] |
org.apache.xml.serialize.EncodingInfo | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.datatype.XMLGregorianCalendarImpl$Parser | [] | [] |
org.apache.xerces.util.SecurityManager | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLMenuElementImpl | [] | [] |
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.AttributeImpl | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XInclude11TextReader | ['parserFuzzer'] | [] |
org.apache.xerces.util.ParserConfigurationSettings | ['parserFuzzer'] | [] |
org.apache.xerces.util.ErrorHandlerWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.xni.XMLString | ['parserFuzzer'] | [] |
org.apache.xerces.util.XMLCatalogResolver | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.XMLSchemaValidator$UniqueValueStore | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.models.CMBuilder | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XIncludeNamespaceSupport | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.XPath | ['parserFuzzer'] | [] |
org.apache.xerces.util.EntityResolver2Wrapper | ['parserFuzzer'] | [] |
org.apache.xerces.stax.events.StartElementImpl | ['parserFuzzer'] | [] |
org.apache.html.dom.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.XML11DTDConfiguration | ['parserFuzzer'] | [] |
org.apache.xerces.util.EntityResolverWrapper | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLDocumentScannerImpl | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.SecureProcessingConfiguration$ExternalEntityMonitor$ReaderMonitor | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xs.util.XS10TypeHelper | ['parserFuzzer'] | [] |
org.apache.xerces.xinclude.XIncludeHandler | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLButtonElementImpl | [] | [] |
org.apache.xerces.impl.dv.SecuritySupport$2 | ['parserFuzzer'] | [] |
org.apache.xerces.dom.TextImpl | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.StAXValidatorHelper$EventHelper | [] | [] |
org.apache.xerces.impl.xs.traversers.XSAttributeChecker | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$1 | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.xs.ListDV$ListData | ['parserFuzzer'] | [] |
org.apache.xerces.dom.DeferredAttrNSImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.dv.ObjectFactory | ['parserFuzzer'] | [] |
org.apache.xerces.dom.SecuritySupport$4 | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.ValidatorImpl | [] | [] |
org.apache.xerces.util.XMLChar | ['parserFuzzer'] | [] |
org.apache.xerces.jaxp.validation.DOMValidatorHelper$DOMNamespaceContext | ['parserFuzzer'] | [] |
org.apache.wml.dom.WMLAnchorElementImpl | [] | [] |
org.apache.xerces.impl.dtd.XMLNotationDecl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.xpath.regex.Token$StringToken | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLQuoteElementImpl | [] | [] |
org.apache.xerces.impl.dv.xs.DecimalDV$XDecimal | ['parserFuzzer'] | [] |
org.apache.html.dom.HTMLLIElementImpl | [] | [] |
org.apache.xerces.impl.dv.util.ByteListImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.NamedNodeMapImpl | ['parserFuzzer'] | [] |
org.apache.xerces.dom.events.MutationEventImpl | ['parserFuzzer'] | [] |
org.apache.xerces.impl.XMLEntityScanner | ['parserFuzzer'] | [] |
org.apache.xerces.parsers.DTDConfiguration | ['parserFuzzer'] | [] |
Directory |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
parserFuzzer | fuzzerLogFile-parserFuzzer.data | fuzzerLogFile-parserFuzzer.data.yaml | jacoco.xml |