Uses of Class
de.wwu.scdh.annotation.selection.resource.DOMResource
Packages that use DOMResource
Package
Description
-
Uses of DOMResource in de.wwu.scdh.annotation.selection.resource
Subclasses of DOMResource in de.wwu.scdh.annotation.selection.resourceMethods in de.wwu.scdh.annotation.selection.resource that return DOMResourceModifier and TypeMethodDescriptionstatic DOMResourceDOMResource.fromHTML(URI uri, InputStream inputStream, String systemId, net.sf.saxon.s9api.Processor processor) Make aDOMResourcefrom HTML input given as anInputStream.static DOMResourceSame asfromHTML(URI, InputStream, String, Processor), but gets the input from the URI.static DOMResourceDOMResource.fromXML(URI uri, InputStream inputStream, String systemId, net.sf.saxon.s9api.Processor processor) Make aDOMResourcefrom XML input given as anInputStream.static DOMResourceSame asfromXML(URI, InputStream, String, Processor), but gets the input from the URI.static DOMResourceDOMResource.fromXMLwithXerces(URI uri, InputStream inputStream, String systemId, net.sf.saxon.s9api.Processor processor) Make aMappedDOMResourcefrom XML input given as anInputStreamusing the Xerces DOM parser.static DOMResourceDOMResource.fromXMLwithXerces(URI uri, net.sf.saxon.s9api.Processor processor) Same asfromXMLwithXerces(URI, InputStream, String, Processor), but gets the input from the URI.Methods in de.wwu.scdh.annotation.selection.resource with parameters of type DOMResourceModifier and TypeMethodDescriptionstatic MappedDOMResourceResourceBuilder.mapWithXslTransformation(URI imageUri, DOMResource preimage, net.sf.saxon.s9api.Xslt30Transformer transformer, Class<? extends Point> imagePointClass) Derives aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, InputStream traceStream, String traceSystemId, Class<? extends Point> imagePointClass) Derives aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, Class<? extends Point> imagePointClass) Makes aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, URI tracePkg, Class<? extends Point> imagePointClass) Makes aMappedDOMResourcefrom a preimage and an XSLT stylesheet.Constructors in de.wwu.scdh.annotation.selection.resource with parameters of type DOMResourceModifierConstructorDescriptionMappedDOMResource(DOMResource preimage) Make aMappedDOMResourcefrom aDOMResourcewhich is used as the preimage. -
Uses of DOMResource in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter with parameters of type DOMResourceModifier and TypeMethodDescriptionprotected final net.sf.saxon.s9api.XdmNodeXPathRewriterBase.getNode(DOMResource resource, String xpath) Get the node from the DOM resource given by the XPath passed as argument.protected abstract StringXPathNormalizer.getNormalizedXPath(DOMResource resource, net.sf.saxon.s9api.XdmNode node, boolean escaped) This abstract method must be implemented by normalizers.protected StringXPathNormalizerWithXPath.getNormalizedXPath(DOMResource resource, net.sf.saxon.s9api.XdmNode node, boolean escaped) Get the path to theXdmNodegiven as parameter by using the XPath expressing the normalizer was initialized with.XPathNormalizer.rewrite(DOMResource resource, XPathRefinedByRFC5147CharScheme point, RewriterConfig config) Normalize an XPath Selector refined by an RFC5147 character scheme. -
Uses of DOMResource in de.wwu.scdh.annotation.selection.wadm
Fields in de.wwu.scdh.annotation.selection.wadm with type parameters of type DOMResourceModifier and TypeFieldDescriptionprotected Rewriter<DOMResource, RFC5147CharScheme, ? extends Point> NormalizeRFC5147CharScheme.rewriterprotected Rewriter<DOMResource, XPathRefinedByRFC5147CharScheme, ? extends Point> NormalizeXPathSelectorRefinedByRFC5147CharScheme.rewriter