XML-Xerces
view release on metacpan or search on metacpan
docs/XMLUni.txt view on Meta::CPAN
fgXercesUserAdoptsDOMDocument: http://apache.org/xml/features/dom/user-adopts-DOMDocument
fgXercesCacheGrammarFromParse: http://apache.org/xml/features/validation/cache-grammarFromParse
fgXercesUseCachedGrammarInParse: http://apache.org/xml/features/validation/use-cachedGrammarInPrse
fgXercesScannerName: http://apache.org/xml/properties/scannerName
fgXercesCalculateSrcOfs: http://apache.org/xml/features/calculate-src-ofs
fgXercesStandardUriConformant: http://apache.org/xml/features/standard-uri-conformant
fgSAX2CoreValidation: http://xml.org/sax/features/validation
fgSAX2CoreNameSpaces: http://xml.org/sax/features/namespaces
fgSAX2CoreNameSpacePrefixes: http://xml.org/sax/features/namespace-prefixes
fgDOMCanonicalForm: canonical-form
fgDOMCDATASections: cdata-sections
fgDOMComments: comments
fgDOMCharsetOverridesXMLEncoding: charset-overrides-xml-encoding
fgDOMDatatypeNormalization: datatype-normalization
fgDOMEntities: entities
fgDOMInfoset: infoset
fgDOMNamespaces: namespaces
fgDOMNamespaceDeclarations: namespace-declarations
fgDOMSupportedMediatypesOnly: supported-mediatypes-only
fgDOMValidateIfSchema: validate-if-schema
fgDOMValidation: validation
fgDOMWhitespaceInElementContent: whitespace-in-element-content
fgDOMWRTCanonicalForm: canonical-form
fgDOMWRTDiscardDefaultContent: discard-defaullt-content
fgDOMWRTEntities: entities
fgDOMWRTFormatPrettyPrint: format-pretty-print
fgDOMWRTNormalizeCharacters: normalize-characters
fgDOMWRTSplitCdataSections: split-cdata-sections
fgDOMWRTValidation: validation
fgDOMWRTWhitespaceInElementContent: whitespace-in-element-content
fgDOMWRTBOM: http://apache.org/xml/features/dom/byte-order-mark
fgXercescDefaultLocale: en_US
docs/forrest-docs/src/documentation/content/xdocs/samples/domprint.xml view on Meta::CPAN
-e create entity reference nodes. Default is no expansion.
-v=xxx Validation scheme [always | never | auto*].
-n Enable namespace processing. Default is off.
-s Enable schema processing. Default is off.
<!--
-f Enable full schema constraint checking. Defaults is off.
-wenc=XXX Use a particular encoding for output. Default is
the same encoding as the input XML file. UTF-8 if
input XML file has not XML declaration.
-wfile=xxx Write to a file instead of stdout.
-wscs=xxx Enable/Disable split-cdata-sections. Default on.
-wddc=xxx Enable/Disable discard-default-content. Default on.
-wflt=xxx Enable/Disable filtering. Default off.
-wfpp=xxx Enable/Disable format-pretty-print. Default off.
-wbom=xxx Enable/Disable write Byte-Order-Mark Default off.
-->
-h Show this help
* = Default if not provided explicitly.
The parser has intrinsic support for the following encodings:\n"
UTF-8, USASCII, ISO8859-1, UTF-16[BL]E, UCS-4[BL]E,\n"
( run in 0.261 second using v1.01-cache-2.11-cpan-ec4f86ec37b )