Contents

nodeLoadExternalEntitiesNever

Requests that external entities are never loaded.

Declaration

static var nodeLoadExternalEntitiesNever: XMLNode.Options { get }

Discussion

You may choose only one of nodeLoadExternalEntitiesAlways, nodeLoadExternalEntitiesSameOriginOnly, or nodeLoadExternalEntitiesNever or none.

Requests that external entities are never loaded. You may choose only one of nodeLoadExternalEntitiesAlways, nodeLoadExternalEntitiesSameOriginOnly, or nodeLoadExternalEntitiesNever or none.

Choosing none results in the system-default behavior. For applications linked on OS X v10.6 and earlier, this is nodeLoadExternalEntitiesAlways. For applications linked on macOS 10.7 or later, all entities that don’t require network access are loaded.

See Also

Constants